X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=pep-103.txt;h=b5ef798a0a46f89f01f9b657d6b47013433ff6fa;hp=41fc1da7b4975d59bd05f7f1a2f18439e37d450f;hb=ddb7f076bc67c28868ae2dc2ef41b045b08c5220;hpb=6791221d9edf59251230976f5cea5eb1e2d218c5 diff --git a/pep-103.txt b/pep-103.txt index 41fc1da..b5ef798 100644 --- a/pep-103.txt +++ b/pep-103.txt @@ -878,7 +878,11 @@ Web interface to browse repositories can be created using `gitweb `_ or `cgit `_. 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 +`_ 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,