ID: d2a9d26be0ed2fd06026c38818f2645c315ae9ae
49 lines
—
1K —
View raw
| {% set title = "Dragora" %}
{% extends "templates/articles/article.html" %}
{% block article %}
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>Dragora</strong> is a free/libre, GNU/Linux distribution made from scratch.
Dragora respects the freedom of the user with the values of free software and
provides control to those who use it. Dragora is developed entirely by
volunteers and it is published under the terms of the
<a href="licenses/GPL-3.0-only">GNU General Public License</a> <sup><a href="#cit1">[cit1]</a></sup>.</p>
</div>
<div class="paragraph">
<p>Dragora also has received official recognition by the GNU Project and the
Free Software Foundation as a Free System Distribution<sup><a href="#cit2">[cit2]</a></sup>.</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="The_Peers_Community">The Peers Community</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://dragora.org/repo.fsl/doc/trunk/www/index.md" class="bare">https://dragora.org/repo.fsl/doc/trunk/www/index.md</a></p>
</li>
<li>
<p><a id="cit2"></a>[cit2] <a href="https://www.gnu.org/distros/free-distros.html#for-pc" class="bare">https://www.gnu.org/distros/free-distros.html#for-pc</a></p>
</li>
</ul>
</div>
</div>
</div>
{% endblock %}
|