templates/rss/filelogentry.tmpl @ b2b88bc58ef9

Initial commit (not finished)
author Steve Losh <steve@stevelosh.com>
date Sat, 11 Jan 2020 13:21:39 -0800
parents (none)
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>