view templates/rss/tagentry.tmpl @ 5101:c9126c24e098

record: work properly if invoked in a subdirectory
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 06 Aug 2007 12:53:17 -0700
parents a2179e78d18b
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>