view templates/rss/filelogentry.tmpl @ 9623:32727ce029de

minirst: convert ``foo`` into "foo" upon display This lets us markup many more occurances of inline literals since they no longer look strange in the terminal output.
author Martin Geisler <mg@lazybytes.net>
date Tue, 20 Oct 2009 22:16:27 +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>