mercurial/templates/rss/filelogentry.tmpl
author Anton Shestakov <av6@dwimlabs.net>
Thu, 08 Dec 2016 23:59:36 +0800
branchstable
changeset 30558 7817df5585db
parent 21486 16352b34e32e
permissions -rw-r--r--
hgweb: add missing slash to file log url in rss style
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>
30558
7817df5585db hgweb: add missing slash to file log url in rss style
Anton Shestakov <av6@dwimlabs.net>
parents: 21486
diff changeset
     3
    <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link>
21486
16352b34e32e hgweb: apply websub filter to the changeset description in rss and atom feeds
Steven Brown <StevenGBrown@gmail.com>
parents: 18526
diff changeset
     4
    <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
8428
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>