shithub: plan9front

ref: ceed9b8853ab7b10e5a9e39704e712bfce53ce8a
dir: /sys/lib/python/mercurial/templates/rss/filelogentry.tmpl/

View raw version
<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>