templates/rss/changelogentry.tmpl
author Mads Kiilerich <mads@kiilerich.com>
Wed, 29 Jul 2009 22:14:46 +0200
changeset 9284 4a1b24dbf753
parent 8428 5ccca71775e1
permissions -rw-r--r--
test-repair-strip: Don't rely on cat error message

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>