mercurial/templates/rss/filelogentry.tmpl
author Patrick Mezard <pmezard@gmail.com>
Sun, 06 Mar 2011 22:03:30 +0100
branchstable
changeset 13547 a2dc8819bb0d
parent 9999 f91e5630ce7e
child 18526 9409aeaafdc1
permissions -rw-r--r--
hgweb: fix filelog rss links generation
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>
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8235
diff changeset
     2
    <title>{desc|strip|firstline|strip|escape}</title>
13547
a2dc8819bb0d hgweb: fix filelog rss links generation
Patrick Mezard <pmezard@gmail.com>
parents: 9999
diff changeset
     3
    <link>{urlbase}{url}log{node|short}/{file|urlescape}</link>
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8235
diff changeset
     4
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8235
diff changeset
     5
    <author>{author|obfuscate}</author>
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8235
diff changeset
     6
    <pubDate>{date|rfc822date}</pubDate>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     7
</item>