sapling/templates/rss/filelogentry.tmpl
2009-05-15 10:46:52 +02:00

8 lines
299 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>