templates/rss/filelogentry.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 16 Oct 2006 12:49:11 +0200
changeset 3410 57f94c609c43
parent 3235 e281903c9d32
child 3423 a2179e78d18b
permissions -rw-r--r--
fix rss template
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     1
<item>
1511
a91bfbbe88d3 hgweb: remove redundant rstrip filter
TK Soh <teekaysoh@yahoo.com>
parents: 1445
diff changeset
     2
    <title>#desc|strip|firstline|strip|escape#</title>
3206
79fd7a92f3e2 hgweb: kill off #filenode#
Brendan Cully <brendan@kublai.com>
parents: 1650
diff changeset
     3
    <link>#url#?f=#node|short#;file=#file|urlescape#</link>
1445
56281e086f38 hgweb: add strip and rstrip filters to handle summary
TK Soh <teekaysoh@yahoo.com>
parents: 1410
diff changeset
     4
    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     5
    <author>#author|obfuscate#</author>
3410
57f94c609c43 fix rss template
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 3235
diff changeset
     6
    <pubDate>#date|rfc822date#</pubDate>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     7
</item>