view mercurial/templates/rss/changelogentry.tmpl @ 14829:968c301a1005 stable

help: fileset foo.lst was named files.lst
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 01 Jul 2011 22:50:36 +0200
parents f91e5630ce7e
children 9409aeaafdc1
line wrap: on
line source

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