view templates/rss/changelogentry.tmpl @ 7750:b03416194895

hgweb: add guid to rss items
author Sune Foldager <cryo@cyanite.org>
date Tue, 10 Feb 2009 14:22:25 +0100
parents a2179e78d18b
children 89bc3946c8f3
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#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>
</item>