view templates/rss/filelogentry.tmpl @ 9406:a4b761751919

doc/README: rst2man is now in Docutils proper
author Martin Geisler <mg@lazybytes.net>
date Fri, 28 Aug 2009 20:28:06 +0200
parents 5ccca71775e1
children
line wrap: on
line source

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url}log{{node|short}}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>