ID: fde025d958ee2cb2001c1119a1e7e12fea69da1a
82 lines
—
3K —
View raw
| {% set title = "Gogs" %}
{% extends "templates/article.tpl" %}
{% block article %}
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>Gogs</strong> ("Go Git Service") is a web-based source-code management system for Git
repositories. It was initiated in February, 2014<sup><a href="#cit1">[cit1]</a></sup> by Jiahua Chen (also
known as <code>unknwon</code><sup><a href="#cit2">[cit2]</a></sup>) and Lunny Xiao (also known as <code>lunny</code><sup><a href="#cit3">[cit3]</a></sup>) with
the goal of building a free, self-hostable clone of GitHub<sup><a href="#cit4">[cit4]</a></sup>.
It is written in Go and is released under the <a href="licenses/MIT">MIT</a> license.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_controversy_and_gitea_fork">Controversy and Gitea fork</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The development of Gogs slowed down in 2015 and Jiahua, the sole person with
write access to the Gogs repository, stopped merging pull requests. This
prolonged inactivity sparked doubts about the future of the project<sup><a href="#cit5">[cit5]</a><a href="#cit6">[cit6]</a></sup>
and culminated with the creation of a fork called <code>go-gitea</code>. When Jiahua was
back, however, <code>go-gitea</code> was merged to Gogs and the development of the fork
stopped. One year later, in 2016, the situation repeated. For this reason some
of the Gogs contributors who grew frustrated with the management of the project<sup><a href="#cit7">[cit7]</a></sup>
decided to continue the work on <code>go-gitea</code><sup><a href="#cit8">[cit8]</a></sup>. The fork was later renamed
<a href="Gitea_(software)">Gitea</a>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_see_also">See also</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="Gitea_(software)">Gitea</a>, a fork of Gogs</p>
</li>
<li>
<p><a href="NotABug.org">NotABug</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_references">References</h2>
<div class="sectionbody">
<div class="ulist bibliography">
<ul class="bibliography">
<li>
<p><a id="cit1"></a>[cit1] <a href="https://github.com/gogs/gogs/commit/475e3471b4e8da8776fe7e66a3390c8a30c19f08" class="bare">https://github.com/gogs/gogs/commit/475e3471b4e8da8776fe7e66a3390c8a30c19f08</a></p>
</li>
<li>
<p><a id="cit2"></a>[cit2] <a href="https://about.me/unknwon" class="bare">https://about.me/unknwon</a></p>
</li>
<li>
<p><a id="cit3"></a>[cit3] <a href="http://lunny.info" class="bare">http://lunny.info</a></p>
</li>
<li>
<p><a id="cit4"></a>[cit4] <a href="https://github.com/gogs/gogs/commit/4836fea8767c38f175f59f8f66579e76fe6354f5" class="bare">https://github.com/gogs/gogs/commit/4836fea8767c38f175f59f8f66579e76fe6354f5</a></p>
</li>
<li>
<p><a id="cit5"></a>[cit5] <a href="https://github.com/gogs/gogs/issues/1304" class="bare">https://github.com/gogs/gogs/issues/1304</a></p>
</li>
<li>
<p><a id="cit6"></a>[cit6] <a href="https://github.com/gogs/gogs/issues/1363" class="bare">https://github.com/gogs/gogs/issues/1363</a></p>
</li>
<li>
<p><a id="cit7"></a>[cit7] <a href="https://github.com/go-gitea/gitea/issues/99" class="bare">https://github.com/go-gitea/gitea/issues/99</a></p>
</li>
<li>
<p><a id="cit8"></a>[cit8] <a href="https://blog.gitea.io/2016/12/welcome-to-gitea/" class="bare">https://blog.gitea.io/2016/12/welcome-to-gitea/</a></p>
</li>
</ul>
</div>
</div>
</div>
{% endblock %}
|