view templates/rss/tagentry.tmpl @ 8784:9154c79c67cc

Merge with crew-stable
author Brendan Cully <brendan@kublai.com>
date Thu, 11 Jun 2009 12:23:08 -0700
parents 5ccca71775e1
children
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>