view templates/rss/filelogentry.tmpl @ 3410:57f94c609c43

fix rss template
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 16 Oct 2006 12:49:11 +0200
parents e281903c9d32
children a2179e78d18b
line wrap: on
line source

<item>
    <title>#desc|strip|firstline|strip|escape#</title>
    <link>#url#?f=#node|short#;file=#file|urlescape#</link>
    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>
</item>