comparison doc/hgrc.5.txt @ 2666:ebf033bc8eb2

hgweb: Configurable zebra stripes With this change, you can set [web] stripes=3 to get stripes every three lines (a-la fanfold paper), instead of every line on source and directory listings. The default behaviour is stripes=1 which generates output similar to current, and you can also turn stripes off by setting it to 0.
author Frank Kingswood <frank@kingswood-consulting.co.uk>
date Mon, 24 Jul 2006 23:06:05 -0700
parents 064aef9162cc
children 109a22f5434a
comparison
equal deleted inserted replaced
2665:2efcd2b4c9fe 2666:ebf033bc8eb2
438 port;; 438 port;;
439 Port to listen on. Default is 8000. 439 Port to listen on. Default is 8000.
440 push_ssl;; 440 push_ssl;;
441 Whether to require that inbound pushes be transported over SSL to 441 Whether to require that inbound pushes be transported over SSL to
442 prevent password sniffing. Default is true. 442 prevent password sniffing. Default is true.
443 stripes;;
444 How many lines a "zebra stripe" should span in multiline output.
445 Default is 1; set to 0 to disable.
443 style;; 446 style;;
444 Which template map style to use. 447 Which template map style to use.
445 templates;; 448 templates;;
446 Where to find the HTML templates. Default is install path. 449 Where to find the HTML templates. Default is install path.
447 450