mercurial/templates/rss/changelogentry.tmpl
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Thu, 22 Jul 2010 14:30:29 +0900
branchstable
changeset 11642 7f3581c5ad93
parent 9999 f91e5630ce7e
child 18526 9409aeaafdc1
permissions -rw-r--r--
gendoc: remove callable usage (check-code)

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