]> git.phdru.name Git - git-wiki.git/commitdiff
Kallithea, pagure, gogs and gitea, gitlab
authorOleg Broytman <phd@phdru.name>
Mon, 24 Aug 2015 17:15:42 +0000 (20:15 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 24 Aug 2015 17:15:42 +0000 (20:15 +0300)
pep-git.txt

index 6fac3fab67643b69816afa30c451ece934a1d2e1..fcde2947d95f636bea58d0c44cf25319f3be018e 100644 (file)
@@ -826,15 +826,19 @@ Web interface to browse repositories can be created using `gitweb
 Perl and C). In addition to web interface both provide read-only dumb
 http access for git (http(s):// URLs).
 
 Perl and C). In addition to web interface both provide read-only dumb
 http access for git (http(s):// URLs).
 
-TODO: Kallithea; pagure; gogs and gitea; gitlab.
-
-https://kallithea-scm.org/
-
-https://pagure.io/
-
-http://gogs.io/ and http://gitea.io/
-
-https://about.gitlab.com/
+There are also more advanced web-based development environments that
+include ability to create and manage users and groups, private, group
+and public repositories, and usually include issue trackers, wiki
+pages and other developers tools. Among these environments are
+`Kallithea <https://kallithea-scm.org/>`_ and `pagure
+<https://pagure.io/>`_, both are written in Python; `Gogs
+<http://gogs.io/>`_ is written in Go; when its development seemed to
+be stagnated there was a fork `Gitea <http://gitea.io/>`_, still
+active.
+
+And last but not least `Gitlab <https://about.gitlab.com/>`_. It's the
+most advanced web-based development environment. Written in Ruby,
+community edition is free and open source (MIT license).
 
 
 From Mercurial to git
 
 
 From Mercurial to git