templates/atom/map
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 22 Jan 2008 10:45:55 +0100
changeset 5928 3340aa5a64f7
parent 5269 46c5e1ee8aaa
child 7749 f32af51aaee5
permissions -rw-r--r--
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.

default = 'changelog'
feedupdated = '<updated>#date|rfc3339date#</updated>'
mimetype = 'application/atom+xml; charset={encoding}'
header = header.tmpl
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl