templates/rss/changelogentry.tmpl
author Brendan Cully <brendan@kublai.com>
Mon, 16 Oct 2006 11:18:06 -0700
changeset 3423 a2179e78d18b
parent 3235 e281903c9d32
child 7750 b03416194895
permissions -rw-r--r--
Fix RSS URLs (closes issue396)

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