mercurial/templates/atom/map
author Yuya Nishihara <yuya@tcha.org>
Sun, 03 Apr 2011 22:53:19 +0900
branchstable
changeset 13858 1046cb663776
parent 9999 f91e5630ce7e
child 18045 add2f9ddcfb5
permissions -rw-r--r--
hgweb: add missing bookmarks templates to atom/rss styles It's already referenced from paper style.

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
bookmarks = bookmarks.tmpl
bookmarkentry = bookmarkentry.tmpl
error = error.tmpl