sapling/templates/rss/filelogentry.tmpl
2006-10-16 11:18:06 -07:00

8 lines
290 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#]]></description>
<author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>