shithub: plan9front

ref: 0099db7b5b87adb72f1dfa69f893c41ab1c26d6e
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>