##// END OF EJS Templates
Move gitweb theme into subdirectory
Move gitweb theme into subdirectory

File last commit:

r3206:79fd7a92 default
r3234:9d13e21f default
Show More
filelogentry-rss.tmpl
7 lines | 285 B | application/x-cheetah | CheetahLexer
/ templates / filelogentry-rss.tmpl
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <item>
TK Soh
hgweb: remove redundant rstrip filter
r1511 <title>#desc|strip|firstline|strip|escape#</title>
Brendan Cully
hgweb: kill off #filenode#
r3206 <link>#url#?f=#node|short#;file=#file|urlescape#</link>
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>>
</item>