Tree @0.2.3 (Download .tar.gz)
klaus: a simple Git web viewer that Just Works™.
(If it doesn't Just Work for you, please file a bug.)
Demo: | http://klausdemo.lophus.org |
---|---|
Mailing list: | http://groups.google.com/group/klaus-users |
On PyPI: | http://pypi.python.org/pypi/klaus/ |
License: | ISC (BSD) |
Features
- Super easy to set up -- no configuration required
- Syntax highlighting
- Git Smart HTTP support
Installation
pip install klaus
Usage
See also: Klaus wiki
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.3
- Version 0.2.3 Jonas Haag 7 years ago
- Make 'guess_git_revision' work in any CWD Jonas Haag 7 years ago
- Add RELEASE_PROCESS notes Jonas Haag 7 years ago
- 0.2.2 Jonas Haag 7 years ago
- Note new user group/mailing list in README Jonas Haag 7 years ago
- CSS Jonas Haag 7 years ago
- Moved "Who is using klaus" README section to wiki. Jonas Haag 7 years ago
- Add wiki link to README Jonas Haag 8 years ago
- Rendered-markup view polishing. Refs #54. Jonas Haag 8 years ago
- Raw view: Remove mimetype recognition entirely. Jonas Haag 8 years ago