Skip to content

Mistobaan/klaus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klaus

a simple Git web viewer that Just Works™. (beta quality)

Demo at http://klausdemo.lophus.org

img1_ img2_ img3_

Installation

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

Usage

Using the klaus script

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).

Using a real server

The klaus/application.py module contains a WSGI application object.

About

the first Git web viewer that Just Works™.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%