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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/raw/index.tmpl	Fri Jan 12 14:27:59 2007 +0100
@@ -0,0 +1,2 @@
+#header#
+#entries%indexentry#
--- a/templates/raw/map	Wed Jan 10 20:35:27 2007 +0100
+++ b/templates/raw/map	Fri Jan 12 14:27:59 2007 +0100
@@ -17,3 +17,5 @@
 manifest = manifest.tmpl
 manifestdirentry = 'drwxr-xr-x {basename}\n'
 manifestfileentry = '{permissions|permissions} {size} {basename}\n'
+index = index.tmpl
+indexentry = '#url#\n'