Mercurial > hg
annotate templates/rss/filelogentry.tmpl @ 7903:490e40816cbd
tests: strip o/s-dependent error messages from some http tests
author | John Coomes <john.coomes@sun.com> |
---|---|
date | Fri, 27 Feb 2009 17:28:26 -0800 |
parents | a2179e78d18b |
children | 89bc3946c8f3 |
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> |
3423
a2179e78d18b
Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents:
3410
diff
changeset
|
3 <link>{urlbase}{url}log{#node|short#}/{file|urlescape}</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> |
3410
57f94c609c43
fix rss template
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
3235
diff
changeset
|
6 <pubDate>#date|rfc822date#</pubDate> |
599 | 7 </item> |