comparison templates/changelogentry-rss.tmpl @ 1445:56281e086f38

hgweb: add strip and rstrip filters to handle summary
author TK Soh <teekaysoh@yahoo.com>
date Tue, 25 Oct 2005 14:57:14 -0700
parents 17703aa4491e
children a91bfbbe88d3
comparison
equal deleted inserted replaced
1444:f84ed9c6131d 1445:56281e086f38
1 <item> 1 <item>
2 <title>#desc|firstline|escape#</title> 2 <title>#desc|strip|firstline|rstrip|escape#</title>
3 <link>#url#?cs=#node|short#</link> 3 <link>#url#?cs=#node|short#</link>
4 <description><![CDATA[#desc|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>