comparison templates/rss/map @ 5928:3340aa5a64f7

hgweb: move HTTP content types out of header templates This removes the ability for templates to add custom HTTP headers, which can easily be re-added if someone needs it. Thanks to asak for repeatedly reviewing this patch and helping to iron out the quirks.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Tue, 22 Jan 2008 10:45:55 +0100
parents 105253b30239
children 09bec6fd747c
comparison
equal deleted inserted replaced
5927:b06c56f8fab7 5928:3340aa5a64f7
1 default = 'changelog' 1 default = 'changelog'
2 mimetype = 'text/xml; charset={encoding}'
2 header = header.tmpl 3 header = header.tmpl
3 changelog = changelog.tmpl 4 changelog = changelog.tmpl
4 changelogentry = changelogentry.tmpl 5 changelogentry = changelogentry.tmpl
5 filelog = filelog.tmpl 6 filelog = filelog.tmpl
6 filelogentry = filelogentry.tmpl 7 filelogentry = filelogentry.tmpl