##// END OF EJS Templates
Calling flush is unnecessary with bz2 decompressors and may not even exist.
Calling flush is unnecessary with bz2 decompressors and may not even exist.

File last commit:

r1410:17703aa4 default
r1431:16a5d349 default
Show More
filelogentry-rss.tmpl
7 lines | 261 B | application/x-cheetah | CheetahLexer
/ templates / filelogentry-rss.tmpl
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <item>
<title>#desc|firstline|escape#</title>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <link>#url#?f=#filenode|short#;file=#file#</link>
mpm@selenic.com
Wrap RSS description in CDATA...
r777 <description><![CDATA[#desc|escape|addbreaks#]]></description>
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>>
</item>