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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Mar 01 19:20:14 2017 +0000 (2017-03-01)
parents 35f40719ec56
children
line source
1 README for slitaz-mercurial-style
2 ================================================================================
4 This is 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's config file), Lighttpd with CGI Python
9 support.
11 To use it locally you can install the package: slitaz-mercurial-style and use
12 a config file that looks like below 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 --------------------------------------------------------------------------------