view mercurial/templates/rss/tagentry.tmpl @ 12776:4f4eddee254d

gendoc: move section commands to module scope
author Martin Geisler <mg@lazybytes.net>
date Wed, 20 Oct 2010 18:07:50 +0200
parents f91e5630ce7e
children 9409aeaafdc1
line wrap: on
line source

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