templates/changelogentry-rss.tmpl
author Vadim Gelfer <vadim.gelfer@gmail.com>
Wed, 10 May 2006 13:39:12 -0700
changeset 2251 35fb62a3a673
parent 1511 a91bfbbe88d3
permissions -rw-r--r--
fix speed regression in mdiff caused by line split bugfix.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>
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
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>