Tree @0.2.1 (Download .tar.gz)
klaus: a simple Git web viewer that Just Works™.
(If it doesn't Just Work for you, please file a bug.)
Features
- Super easy to set up -- no configuration required
- Syntax highlighting
- Git Smart HTTP support
Who is using it?
- Standard installations:
- Forks/related projects:
- GikiLog, blog/wiki hybrid based on klaus
Installation
pip install klaus
Usage
Using the klaus script
NOTE: This is intended for testing/low-traffic local installations only! The klaus script uses wsgiref internally which doesn't scale at all (in fact it's single-threaded and non-asynchronous).
To run klaus using the default options:
klaus [repo1 [repo2 ...]]
For more options, see:
klaus --help
Using a real server
The klaus module contains a make_app function which returns a WSGI app.
An example WSGI helper script is provided with klaus (see klaus/wsgi.py), configuration being read from environment variables. Use it like this (uWSGI example):
uwsgi -w klaus.wsgi \ --env KLAUS_SITE_TITLE="Klaus Demo" \ --env KLAUS_REPOS="/path/to/repo1 /path/to/repo2 ..." \ ...
Commit History @0.2.1
- Really fix #43: Forgot to include the actual fix. NEED TESTS. Jonas Haag 8 years ago
- 0.2.1 Jonas Haag 8 years ago
- Fix viewing tags, rename 'commit_id' to 'rev'(ision) Jonas Haag 8 years ago
- Refactoring Jonas Haag 8 years ago
- Refactoring. Also makes turns a few 500s into 404s. Jonas Haag 8 years ago
- Changelog Jonas Haag 8 years ago
- Fix #43: --site-name should accept non-ASCII values Jonas Haag 8 years ago
- Some CSS fixes; remove veritcal line separating tree and history Jonas Haag 8 years ago
- Updated Changelog Jonas Haag 8 years ago
- Fuck this whole distutils setuptools distribute distutils2 pip python setup.py package_data data_files MANIFEST shit fuck Jonas Haag 8 years ago