view templates/rss/tagentry.tmpl @ 4383:1bcf38111877

Update copyright year and change to range
author Lee Cantey <lcantey@gmail.com>
date Fri, 27 Apr 2007 16:04: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>