]> git.phdru.name Git - git-wiki.git/commitdiff
Add Klaus - small and simple web interface (Python)
authorOleg Broytman <phd@phdru.name>
Sat, 4 Jun 2016 21:23:19 +0000 (00:23 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 4 Jun 2016 21:23:19 +0000 (00:23 +0300)
pep-103.txt

index 41fc1da7b4975d59bd05f7f1a2f18439e37d450f..b5ef798a0a46f89f01f9b657d6b47013433ff6fa 100644 (file)
@@ -878,7 +878,11 @@ Web interface to browse repositories can be created using `gitweb
 <https://git.kernel.org/cgit/git/git.git/tree/gitweb>`_ or `cgit
 <http://git.zx2c4.com/cgit/about/>`_. Both are CGI scripts (written in
 Perl and C). In addition to web interface both provide read-only dumb
-http access for git (http(s):// URLs).
+http access for git (http(s):// URLs). `Klaus
+<https://pypi.python.org/pypi/klaus>`_ is a small and simple WSGI web
+server that implements both web interface and git smart HTTP
+transport; supports Python 2 and Python 3, performs syntax
+highlighting.
 
 There are also more advanced web-based development environments that
 include ability to manage users, groups and projects; private,