annotate templates/filelogentry-rss.tmpl @ 1460:40d08cf1c544

Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
author Eric Hopper <hopper@omnifarious.org>
date Fri, 07 Oct 2005 19:49:25 -0700
parents 0902ffece4b4
children 17703aa4491e
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>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
2 <title>#desc|firstline|escape#</title>
626
47207ec19c51 Fix quoting for RSS links
Matt Mackall <mpm@selenic.com>
parents: 601
diff changeset
3 <link>#url#?cmd=file;file=#file#;filenode=#filenode#</link>
777
8a61f25414b5 Wrap RSS description in CDATA
mpm@selenic.com
parents: 626
diff changeset
4 <description><![CDATA[#desc|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>