annotate templates/tagentry-rss.tmpl @ 2558:1120302009d7

hgweb: fix unbundle. After the WSGI changes, even if a push over HTTP succeeds, apache complains about "Premature end of script headers: hgwebdir.cgi" and returns a "HTTP Error 500: Internal Server Error", making the local hg abort. The change to either of the files touched by this patch is enough to fix this, but I think changing both is a more robust solution.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 03 Jul 2006 00:33:19 -0300
parents 93f54a2b3864
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1766
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
1 <item>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
2 <title>#tag|escape#</title>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
3 <link>#url#?cs=#node|short#</link>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
4 <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
5 <pubDate>#date|rfc822date#</pubDate>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
6 </item>