templates/rss/filelogentry.tmpl @ f402fd0f036b

Finish (mostly) the reskin
author Steve Losh <steve@stevelosh.com>
date Wed, 15 Jan 2020 20:15:24 -0500
parents b2b88bc58ef9
children (none)
<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>