view mercurial/templates/rss/changelogentry.tmpl @ 15349:63455eb771af stable

largefiles: drop more unnecessary compatibility checks
author Greg Ward <greg@gerg.ca>
date Sun, 23 Oct 2011 10:23:31 -0400
parents f91e5630ce7e
children 9409aeaafdc1
line wrap: on
line source

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