slitaz-dev-tools view slitaz-mercurial-style/README @ rev 277

slitaz-mercurial-style: more work and first stage finished (testing localy)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 01 19:12:07 2017 +0100 (2017-03-01)
parents c3dc62cce4a7
children bcc5664a94ba
line source
1 README for slitaz-mercurial-style
2 ================================================================================
4 This the template for our so famous and so used Hg repositories.
6 Install: /usr/lib/python2.7/site-packages/mercurial/templates/slitaz
8 To work on it you need hgweb.cgi with it config file, Lighttpd with CGI Python
9 support.
11 To use it localy you can install the package: slitaz-mercurial-style and use
12 a config file that look like bellow or use a single repo with a modified .hgrc
13 configuration file.
15 --------------------------------------------------------------------------------
16 # hgweb.config - Hg web interface configuration
17 #
19 [collections]
20 /home/pankso/Projects = /home/pankso/Projects
22 [web]
23 style = slitaz
24 allow_archive = gz bz2
25 baseurl = /
27 --------------------------------------------------------------------------------