annotate templates/rss/header.tmpl @ 4012:d1e31d7f7d44

fix handling of multiple Content-type headers This can happen if an error happens while sending application/mercurial-0.1 content. The error page will be sent resulting (for at least lighttpd) in the following headers: Content-type: application/mercurial-0.1 Content-type: text/html which result in req.proto = 'application/mercurial-0.1, text/html' fix issue344
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 29 Dec 2006 05:27:48 +0100
parents 4874ca8a53c1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3985
4874ca8a53c1 Send encoding information in rss header
Edouard Gomez <ed.gomez@free.fr>
parents: 3413
diff changeset
1 Content-type: text/xml; charset={encoding}
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
2
3985
4874ca8a53c1 Send encoding information in rss header
Edouard Gomez <ed.gomez@free.fr>
parents: 3413
diff changeset
3 <?xml version="1.0" encoding="{encoding}"?>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
4 <rss version="2.0">
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
5 <channel>
3413
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3227
diff changeset
6 <link>{urlbase}{url}</link>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
7 <language>en-us</language>