##// END OF EJS Templates
Merge with stable
r9994:931d2c75 merge 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>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <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>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
<author>{author|obfuscate}</author>
<pubDate>{date|rfc822date}</pubDate>
Brendan Cully
Move RSS theme into subdirectory
r3235 </item>