mercurial/templates/rss/changelogentry.tmpl
author Kevin Bullock <kbullock@ringworld.org>
Fri, 07 Dec 2012 11:30:38 -0600
changeset 18043 20459152c7ac
parent 9999 f91e5630ce7e
child 18526 9409aeaafdc1
permissions -rw-r--r--
bookmarks: spelling correction in docstring

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