home » zplus/dokk.org.git
ID: e8240a99b1b908e4fabbbf9051729f0c1b9eed54
44 lines — 2K — View raw


{% set title = "ForgeFed" %}
{% extends "templates/article.tpl" %}

{% block article %}

<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>ForgeFed</strong> is an extension to the ActivityPub protocol that is currently under
development. The goal of the project is to provide a server-to-server API for
enabling federation across code management systems such as Gitea, Pagure, and
<a href="Vervis_(software)">Vervis</a> <sup><a href="#cit1">[cit1]</a></sup>. Development of ForgeFed is carried out
on its mailing list<sup><a href="#cit2">[cit2]</a></sup>.</p>
</div>
<div class="paragraph">
<p>ForgeFed was initially called <em>GitPub</em> but it was later renamed to reflect
the broader scope of the project (which should embrace more than a single
VCS), as well as to avoid any violation of the Git trademark<sup><a href="#cit3">[cit3]</a><a href="#cit4">[cit4]</a></sup>.</p>
</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/forgefed/forgefed" class="bare">https://github.com/forgefed/forgefed</a></p>
</li>
<li>
<p><a id="cit2"></a>[cit2] <a href="https://framalistes.org/sympa/info/git-federation" class="bare">https://framalistes.org/sympa/info/git-federation</a></p>
</li>
<li>
<p><a id="cit3"></a>[cit3] <a href="https://framalistes.org/sympa/arc/git-federation/2018-06/msg00117.html" class="bare">https://framalistes.org/sympa/arc/git-federation/2018-06/msg00117.html</a></p>
</li>
<li>
<p><a id="cit4"></a>[cit4] <a href="https://framalistes.org/sympa/arc/git-federation/2018-07/msg00155.html" class="bare">https://framalistes.org/sympa/arc/git-federation/2018-07/msg00155.html</a></p>
</li>
</ul>
</div>
</div>
</div>

{% endblock %}