hgweb: add raw template to hgwebdir
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 12 Jan 2007 14:27:59 +0100
changeset 4024 de081fbb27fe
parent 4023 6ea8a3b805ee
child 4029 9210fba03d16
child 4030 a48971ae1387
hgweb: add raw template to hgwebdir
templates/raw/index.tmpl
templates/raw/map
new file mode 100644
--- /dev/null
+++ b/templates/raw/index.tmpl
@@ -0,0 +1,2 @@
+#header#
+#entries%indexentry#
--- a/templates/raw/map
+++ b/templates/raw/map
@@ -17,3 +17,5 @@ annotateline = '#author#@#rev#: #line#'
 manifest = manifest.tmpl
 manifestdirentry = 'drwxr-xr-x {basename}\n'
 manifestfileentry = '{permissions|permissions} {size} {basename}\n'
+index = index.tmpl
+indexentry = '#url#\n'