mercurial/templates/rss/bookmarkentry.tmpl
author Na'Tosha Bard <natosha@unity3d.com>
Mon, 23 Jan 2012 13:24:32 +0100
branchstable
changeset 15967 295f8aeab363
parent 13858 1046cb663776
child 18526 9409aeaafdc1
permissions -rw-r--r--
largefiles: fix addremove when no largefiles are specified
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13858
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     1
<item>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     2
    <title>{bookmark|escape}</title>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     3
    <link>{urlbase}{url}rev/{node|short}</link>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     4
    <description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     5
    <pubDate>{date|rfc822date}</pubDate>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     6
</item>