##// END OF EJS Templates
git: use newer template syntax everywhere
git: use newer template syntax everywhere

File last commit:

r8235:89bc3946 default
r8427:cebdfdcc default
Show More
changelogentry.tmpl
7 lines | 300 B | application/x-cheetah | CheetahLexer
/ templates / rss / changelogentry.tmpl
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
<title>#desc|strip|firstline|strip|escape#</title>
Sune Foldager
hgweb: add guid to rss items
r7750 <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 <description><![CDATA[#desc|strip|escape|addbreaks|nonempty#]]></description>
Brendan Cully
Move RSS theme into subdirectory
r3235 <author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>