author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
Mon, 02 Mar 2009 23:11:15 +0100 | |
changeset 7810 | b136c6c5c1c7 |
parent 7749 | f32af51aaee5 |
child 8428 | 5ccca71775e1 |
permissions | -rw-r--r-- |
5269
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
1 |
default = 'changelog' |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
2 |
feedupdated = '<updated>#date|rfc3339date#</updated>' |
5928
3340aa5a64f7
hgweb: move HTTP content types out of header templates
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5269
diff
changeset
|
3 |
mimetype = 'application/atom+xml; charset={encoding}' |
5269
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
4 |
header = header.tmpl |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
5 |
changelog = changelog.tmpl |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
6 |
changelogentry = changelogentry.tmpl |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
7 |
filelog = filelog.tmpl |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
8 |
filelogentry = filelogentry.tmpl |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
9 |
tags = tags.tmpl |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
10 |
tagentry = tagentry.tmpl |
7749
f32af51aaee5
hgweb: add atom error template
Sune Foldager <cryo@cyanite.org>
parents:
5928
diff
changeset
|
11 |
error = error.tmpl |