# HG changeset patch # User Edouard Gomez # Date 1158866693 -7200 # Node ID a5603ad915c571b2cf8fe0bfd51bb772e56ab632 # Parent d7d53e3d9590c9bed4e8439e29251ebad4619dca Add gitweb style hgwebdir diff --git a/templates/index-gitweb.tmpl b/templates/index-gitweb.tmpl new file mode 100644 --- /dev/null +++ b/templates/index-gitweb.tmpl @@ -0,0 +1,23 @@ +#header# +Mercurial repositories index + + + + + + + + + + + + + + #entries%indexentry# +
NameDescriptionContactLast change 
+ + + diff --git a/templates/map-gitweb b/templates/map-gitweb --- a/templates/map-gitweb +++ b/templates/map-gitweb @@ -48,3 +48,5 @@ shortlog = shortlog-gitweb.tmpl shortlogentry = '#date|age# ago#author##desc|strip|firstline|escape#changeset | manifest' filelogentry = '#date|age# ago#desc|strip|firstline|escape#file | annotate #rename%filelogrename#' archiveentry = ' | #type|escape# ' +indexentry = '#name|escape##description##contact|obfuscate##lastchange|age# ago #archives%archiveentry#' +index = index-gitweb.tmpl