view templates/rss/tagentry.tmpl @ 8530:03196ac9a8b9

store: refactor the fncache handling put all the fncache file writing and reading in the same place.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 20 May 2009 18:35:41 +0200
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>