shithub: riscv

ref: 6e74c7380f5b711e46314f3ad0e3f57e02271e46
dir: /sys/lib/python/mercurial/templates/rss/changelogentry.tmpl/

View raw version
<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>