templates/rss/tagentry.tmpl
author Kevin Bullock <kbullock@ringworld.org>
Wed, 07 Oct 2009 14:01:20 -0500
changeset 9551 3e698434b990
parent 8428 5ccca71775e1
permissions -rw-r--r--
color: allow multiple args to ui.write()

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