Changeset 31 in bookmarks for trunk/list.tt


Ignore:
Timestamp:
05/24/13 00:51:05 (11 years ago)
Author:
peter
Message:
  • the Atom feed understands multiple tag query parameters
  • the Atom feed includes an alternate link to the HTML list
  • use the Bookmark methods instead of hash accessors when generating the Atom feed
  • use the canonical form of the bookmark URI (to exclude the :80)
  • calculate a common title that includes all of the tag query parameters; this title is used for the Atom feed, the XBEL, and the HTML list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/list.tt

    r29 r31  
    11<html> 
    22  <head> 
    3     <title>Bookmarks</title> 
     3    <title>[% title %]</title> 
    44    <base href="[% base_url %]"/> 
    55    <style type="text/css"> 
Note: See TracChangeset for help on using the changeset viewer.