sapling/mercurial/templates/rss/filelogentry.tmpl
2011-03-06 22:03:30 +01:00

8 lines
297 B
Cheetah

<item>
<title>{desc|strip|firstline|strip|escape}</title>
<link>{urlbase}{url}log{node|short}/{file|urlescape}</link>
<description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
<author>{author|obfuscate}</author>
<pubDate>{date|rfc822date}</pubDate>
</item>