##// END OF EJS Templates
[hgweb] Fixed up gitweb templates...
[hgweb] Fixed up gitweb templates Now the gitweb templates have archive links

File last commit:

r1511:a91bfbbe default
r2683:8a798185 default
Show More
changelogentry-rss.tmpl
7 lines | 263 B | application/x-cheetah | CheetahLexer
/ templates / changelogentry-rss.tmpl
<item>
<title>#desc|strip|firstline|strip|escape#</title>
<link>#url#?cs=#node|short#</link>
<description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
<author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>