/docs/MercurialApp Gawel's repository

author Gael Pasgrimaud <gael@gawel.org>
Thu Mar 11 11:28:43 2010 +0100 (6 months ago)
changeset 111 cdf4b92a4ef0
permissions -rw-r--r--
allow to add authorized_keys
gael@85
     1
MercurialApp combines Mercurial_ and Sphinx_ capabilities to create a mini
gael@85
     2
forge.
gael@85
     3
gael@85
     4
MercurialApp serves itself. You're currently readin the Sphinx_ documentation.
gael@85
     5
Have a look at the `repository <summary>`_
gael@85
     6
gael@85
     7
Do I need to write python code to use it ? No ! Well you may learn Python
gael@85
     8
because it's the best language ever and you could use it for all your projects.
gael@85
     9
gael@85
    10
MercurialApp just looks for a file `docs/conf.py` in your repository. This file
gael@85
    11
is created by Sphinx_ with the `sphinx-quickstart` script. If you got one, then
gael@85
    12
MercurialApp will build the doc on each `push` on the server. Your doc is
gael@85
    13
always up to date !
gael@85
    14
gael@85
    15
If you don't use Sphinx_, MercurialApp will work as a standard `hgweb` server.
gael@85
    16
gael@85
    17
Want to try it ? Follow the `installation steps <http://www.gawel.org/docs/MercurialApp/installation.html>`_.
gael@85
    18
gael@85
    19
.. _mercurial: http://www.selenic.com/mercurial/
gael@85
    20
gael@85
    21
.. _sphinx: http://sphinx.pocoo.org
gael@85
    22
gael@85
    23