view templates/rss/filelogentry.tmpl @ 9671:9471d9a900b4

transfer branchmap branch names over the wire in utf-8
author Henrik Stuart <henrik.stuart@edlund.dk>
date Mon, 26 Oct 2009 13:37:39 +0100
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>