annotate templates/rss/changelogentry.tmpl @ 3455:c8686e3f0291

Testing the new changegroupsubset remote function in the ssh and http protocols.
author Eric Hopper <hopper@omnifarious.org>
date Wed, 18 Oct 2006 02:14:26 -0500
parents a2179e78d18b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
1 <item>
1511
a91bfbbe88d3 hgweb: remove redundant rstrip filter
TK Soh <teekaysoh@yahoo.com>
parents: 1445
diff changeset
2 <title>#desc|strip|firstline|strip|escape#</title>
3429
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3241
diff changeset
3 <link>{urlbase}{url}rev/{node|short}</link>
1445
56281e086f38 hgweb: add strip and rstrip filters to handle summary
TK Soh <teekaysoh@yahoo.com>
parents: 1410
diff changeset
4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
5 <author>#author|obfuscate#</author>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
6 <pubDate>#date|rfc822date#</pubDate>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
7 </item>