view templates/rss/changelogentry.tmpl @ 4647:7c80e3e6f030

Provide a version independent way to use the set datatype.
author Eric Hopper <hopper@omnifarious.org>
date Tue, 19 Jun 2007 08:37:41 -0700
parents a2179e78d18b
children
line wrap: on
line source

<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>