templates/rss/filelogentry.tmpl
author Martin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:24:03 +0200
changeset 9212 dfc1d5da98f0
parent 8428 5ccca71775e1
permissions -rw-r--r--
pager: use reST syntax for literal blocks

<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>