slitaz-dev-tools annotate slitaz-mercurial-style/README @ rev 297

slitaz-release: finish pangolin checks and tasks
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 19 18:38:05 2017 +0100 (2017-03-19)
parents 35f40719ec56
children
rev   line source
pankso@276 1 README for slitaz-mercurial-style
pankso@276 2 ================================================================================
pankso@276 3
paul@278 4 This is the template for our so famous and so used Hg repositories.
pankso@276 5
pankso@276 6 Install: /usr/lib/python2.7/site-packages/mercurial/templates/slitaz
pankso@276 7
paul@278 8 To work on it you need hgweb.cgi (with it's config file), Lighttpd with CGI Python
pankso@277 9 support.
pankso@276 10
paul@278 11 To use it locally you can install the package: slitaz-mercurial-style and use
paul@278 12 a config file that looks like below or use a single repo with a modified .hgrc
pankso@277 13 configuration file.
pankso@276 14
pankso@276 15 --------------------------------------------------------------------------------
pankso@276 16 # hgweb.config - Hg web interface configuration
pankso@276 17 #
pankso@276 18
pankso@276 19 [collections]
pankso@276 20 /home/pankso/Projects = /home/pankso/Projects
pankso@276 21
pankso@276 22 [web]
pankso@276 23 style = slitaz
pankso@276 24 allow_archive = gz bz2
pankso@276 25 baseurl = /
pankso@276 26
pankso@276 27 --------------------------------------------------------------------------------