slitaz-dev-tools diff slitaz-mercurial-style/README @ rev 276

Hg style: start migration to new theme (made with love for you guys :-)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 01 15:21:46 2017 +0100 (2017-03-01)
parents
children 35f40719ec56
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/README	Wed Mar 01 15:21:46 2017 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +README for slitaz-mercurial-style
     1.5 +================================================================================
     1.6 +
     1.7 +This the template for our so famous and so used Hg repositories.
     1.8 +
     1.9 +Install: /usr/lib/python2.7/site-packages/mercurial/templates/slitaz
    1.10 +
    1.11 +To work on it you need hgweb.cgi with it config file, Lighttpd with
    1.12 +CGI Python support.
    1.13 +
    1.14 +To use it localy you can install the package: slitaz-mercurial-style
    1.15 +and use a config file that look like that:
    1.16 +
    1.17 +--------------------------------------------------------------------------------
    1.18 +# hgweb.config - Hg web interface configuration
    1.19 +#
    1.20 +
    1.21 +[collections]
    1.22 +/home/pankso/Projects = /home/pankso/Projects
    1.23 +
    1.24 +[web]
    1.25 +style = slitaz
    1.26 +allow_archive = gz bz2
    1.27 +baseurl = /
    1.28 +
    1.29 +--------------------------------------------------------------------------------