home » zplus/dokk.org.git
ID: 5ea96d0782163bf14690cc79d16f55adbc90d060
77 lines — 2K — View raw


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

{% block article %}

<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>TuxFamily</strong> is a French non-profit organization founded in 2004<sup><a href="#cit1">[cit1]</a></sup> that
provides free hosting for projects adhering to the free software philosophy<sup><a href="#cit2">[cit2]</a></sup>.
TuxFamily&#8217;s hosting facilities are controlled with
<a href="virtual_hosting_platform_for_free_software">VHFFS</a>, a software developed
by TuxFamily members that allows administrators to accept or refuse services
requested by users via a web interface<sup><a href="#cit3">[cit3]</a></sup>. As of 2018 TuxFamily hosts more
than 2700 projects<sup><a href="#cit2">[cit2]</a></sup>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_services">Services</h2>
<div class="sectionbody">
<div class="paragraph">
<p>TuxFamily makes these services available to free projects:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Web hosting (PHP5 or Python<sup><a href="#cit4">[cit4]</a></sup>)</p>
</li>
<li>
<p>MySQL and PostgreSQL databases</p>
</li>
<li>
<p>CVS, Subversion, Mercurial, and GIT repositories hosting</p>
</li>
<li>
<p>Manage domain names (DNS hosting)</p>
</li>
<li>
<p>Email accounts (reachable over POP, IMAP or webmails)</p>
</li>
<li>
<p>Mailing lists</p>
</li>
<li>
<p>Download area of 1GB</p>
</li>
<li>
<p>200MB quota for all groups, not including the download area</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://www.tuxfamily.org/en/organization" class="bare">https://www.tuxfamily.org/en/organization</a></p>
</li>
<li>
<p><a id="cit2"></a>[cit2] <a href="https://www.tuxfamily.org/en/about" class="bare">https://www.tuxfamily.org/en/about</a></p>
</li>
<li>
<p><a id="cit3"></a>[cit3] <a href="https://vhffs.org" class="bare">https://vhffs.org</a></p>
</li>
<li>
<p><a id="cit4"></a>[cit4] <a href="https://faq.tuxfamily.org/WebArea/Compat/Python" class="bare">https://faq.tuxfamily.org/WebArea/Compat/Python</a></p>
</li>
</ul>
</div>
</div>
</div>

{% endblock %}