X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-103.txt;h=b5ef798a0a46f89f01f9b657d6b47013433ff6fa;hb=ddb7f076bc67c28868ae2dc2ef41b045b08c5220;hp=0306b38a7381cce39e66def8bf6efab732a9bd90;hpb=b3bb51505e52d1e828c6d11939622de1ed568888;p=git-wiki.git diff --git a/pep-103.txt b/pep-103.txt index 0306b38..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, @@ -887,9 +891,11 @@ trackers, wiki pages, pull requests and other tools for development and communication. Among these environments are `Kallithea `_ and `pagure `_, both are written in Python; pagure was written by Fedora developers -and is being used to develop some Fedora projects. `Gogs -`_ is written in Go. `GitBucket -`_ is written in Scala. +and is being used to develop some Fedora projects. `GitPrep +`_ is yet another Github clone, +written in Perl. `Gogs `_ is written in Go. +`GitBucket `_ is written +in Scala. And last but not least, `Gitlab `_. It's perhaps the most advanced web-based development environment for git.