view mercurial/templates/rss/filelogentry.tmpl @ 30052:eaaedad68011

py3: switch to .items() using transformer .iteritems() don't exist in Python 3 world. Used the transformer to replace .iteritems() to .items()
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 07 Oct 2016 15:29:57 +0200
parents 16352b34e32e
children 7817df5585db
line wrap: on
line source

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