##// END OF EJS Templates
hgweb: improve shortlog formatting...
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.

File last commit:

r4084:51e52db6 default
r4703:bc63247c default
Show More
header.tmpl
8 lines | 306 B | application/x-cheetah | CheetahLexer
Matt Mackall
hgweb: report detected character set...
r3781 Content-type: text/html; charset={encoding}
mpm@selenic.com
Prettify the web interface...
r142
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
mpm@selenic.com
Prettify the web interface...
r142 <html>
<head>
Alexis S. L. Carvalho
hgweb: allow static files to be served directly by the HTTP server
r4084 <link rel="icon" href="#staticurl#hgicon.png" type="image/png">
Matt Mackall
[hgweb] Prevent search engine bots from indexing the entire repository
r1628 <meta name="robots" content="index, nofollow" />
Alexis S. L. Carvalho
hgweb: allow static files to be served directly by the HTTP server
r4084 <link rel="stylesheet" href="#staticurl#style.css" type="text/css" />