comparison 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
comparison
equal deleted inserted replaced
7749:f32af51aaee5 7750:b03416194895
1 <item> 1 <item>
2 <title>#desc|strip|firstline|strip|escape#</title> 2 <title>#desc|strip|firstline|strip|escape#</title>
3 <link>{urlbase}{url}rev/{node|short}</link> 3 <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description> 4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
5 <author>#author|obfuscate#</author> 5 <author>#author|obfuscate#</author>
6 <pubDate>#date|rfc822date#</pubDate> 6 <pubDate>#date|rfc822date#</pubDate>
7 </item> 7 </item>