Mercurial > hg
annotate templates/changelogentry-rss.tmpl @ 2533:589474a1dc36
Create a test to make sure old CGI scripts will still work.
author | Eric Hopper <hopper@omnifarious.org> |
---|---|
date | Thu, 29 Jun 2006 18:31:17 -0700 |
parents | a91bfbbe88d3 |
children |
rev | line source |
---|---|
599 | 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> |
1410
17703aa4491e
hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents:
814
diff
changeset
|
3 <link>#url#?cs=#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 | 5 <author>#author|obfuscate#</author> |
6 <pubDate>#date|rfc822date#</pubDate> | |
7 </item> |