##// END OF EJS Templates
hgweb: Added archive download buttons to manifest page.
hgweb: Added archive download buttons to manifest page.

File last commit:

r1445:56281e08 default
r1498:78590fb4 default
Show More
filelogentry-rss.tmpl
7 lines | 280 B | application/x-cheetah | CheetahLexer
/ templates / filelogentry-rss.tmpl
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <item>
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <title>#desc|strip|firstline|rstrip|escape#</title>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <link>#url#?f=#filenode|short#;file=#file#</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>