a simple Git web viewer that Just Works™. (beta quality)
Demo at http://klausdemo.lophus.org
All the big messy refactory from jonashaag's fork was to be able to do this: virtualenv your-env source your-env/bin/activate pip install git+http://github.com/Mistobaan/klaus.git#egg=klaus
klaus --help klaus <host> <port> /path/to/repo1 [../path/to/repo2 [...]]
Example:
klaus 127.0.0.1 8080 ../klaus ../nano ../bjoern
This will make klaus serve the klaus, nano and bjoern repos at
127.0.0.1:8080
using Python's built-in wsgiref server (or, if installed,
the bjoern server).
The klaus/application.py
module contains a WSGI application
object.