Mercurial > hg
annotate templates/rss/changelogentry.tmpl @ 6679:d286ec1bdcff
context: fix workingctx.fileflags() execute bit
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 15 Jun 2008 13:01:01 +0200 |
parents | a2179e78d18b |
children | b03416194895 |
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:
3235
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 | 5 <author>#author|obfuscate#</author> |
6 <pubDate>#date|rfc822date#</pubDate> | |
7 </item> |