templates/rss/changelogentry.tmpl
author Sune Foldager <cryo@cyanite.org>
Tue, 10 Feb 2009 14:22:25 +0100
changeset 7750 b03416194895
parent 3423 a2179e78d18b
child 8235 89bc3946c8f3
permissions -rw-r--r--
hgweb: add guid to rss items

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