# HG changeset patch # User Edouard Gomez # Date 1158866693 -7200 # Node ID a5603ad915c571b2cf8fe0bfd51bb772e56ab632 # Parent d7d53e3d9590c9bed4e8439e29251ebad4619dca Add gitweb style hgwebdir diff -r d7d53e3d9590 -r a5603ad915c5 templates/index-gitweb.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/index-gitweb.tmpl Thu Sep 21 21:24:53 2006 +0200 @@ -0,0 +1,23 @@ +#header# +Mercurial repositories index + + + + + + + + + + + + + + #entries%indexentry# +
NameDescriptionContactLast change 
+ + + diff -r d7d53e3d9590 -r a5603ad915c5 templates/map-gitweb --- a/templates/map-gitweb Thu Sep 21 21:24:26 2006 +0200 +++ b/templates/map-gitweb Thu Sep 21 21:24:53 2006 +0200 @@ -48,3 +48,5 @@ 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