ID: 9bc46e7eafb8577ac504f6e5c350df0d65536c5b
66 lines
—
2K —
View raw
| {% set title = "Gitea" %}
{% extends "templates/article.tpl" %}
{% block article %}
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>Gitea</strong> ("Git with a cup of tea") is a web-based source-code management system
for Git repositories. It is written in Go and is released under the
<a href="licenses/MIT">MIT</a> license. Gitea was started in 2015<sup><a href="#cit1">[cit1]</a></sup> as a
community-managed fork of <a href="Gogs_(software)">Gogs</a> in response to the
single-maintainer management model adopted by Gogs<sup><a href="#cit2">[cit2]</a></sup>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_history">History</h2>
<div class="sectionbody">
<div class="paragraph">
<p>When the development of Gogs slowed down for a prolonged period of time in 2015
driven by a lack of activity of the project administrator<sup><a href="#cit3">[cit3]</a></sup>, some of its
contributors decided to fork the project to a new one called <code>go-gitea</code>.
Eventually, go-gitea was merged into Gogs once the administrator was back, and
further development of the fork stopped. One year later however, the situation
repeated and for this reason some of the Gogs contributors decided to continue
the work on <code>go-gitea</code> in order to promote a community approach with more than
one maintainer<sup><a href="#cit2">[cit2]</a></sup>. The fork was later renamed "Gitea".</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="Gogs_(software)">Gogs</a></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/issues/1304" class="bare">https://github.com/gogs/gogs/issues/1304</a></p>
</li>
<li>
<p><a id="cit2"></a>[cit2] <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>
<li>
<p><a id="cit3"></a>[cit3] <a href="https://github.com/gogs/gogs/issues/1304" class="bare">https://github.com/gogs/gogs/issues/1304</a></p>
</li>
</ul>
</div>
</div>
</div>
{% endblock %}
|