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


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

{% block article %}

<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>freepost</strong> is a web-based discussion board developed by
<a href="The_Peers_Community">The Peers Community</a>, where users can submit links
and text posts that other users can vote and discuss. An instance of freepost
is hosted on <a href="TuxFamily">TuxFamily</a> and accessible at <code><a href="https://freepo.st" class="bare">https://freepo.st</a></code>.</p>
</div>
<div class="paragraph">
<p>It is one of the early projects developed by the community<sup><a href="#cit1">[cit1]</a></sup>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_development">Development</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The software was initially developed with the Symfony PHP framework<sup><a href="#cit2">[cit2]</a><a href="#cit3">[cit3]</a></sup>,
but it was later rewritten in plain PHP<sup><a href="#cit4">[cit4]</a><a href="#cit5">[cit5]</a></sup>. In 2018 it was rewritten
again from scratch using the <a href="Bottle_(web_framework)">Bottle</a> web framework,
thus changing the code base from PHP to Python^<em class="red yellow-background">Add
references</em>^.</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://web.archive.org/web/20150310050551/http://peers.community:80/" class="bare">https://web.archive.org/web/20150310050551/http://peers.community:80/</a></p>
</li>
<li>
<p><a id="cit2"></a>[cit2] <a href="https://notabug.org/zPlus/freepost/commit/5b034991ac1190f7149e3efa68d740220b0b8090" class="bare">https://notabug.org/zPlus/freepost/commit/5b034991ac1190f7149e3efa68d740220b0b8090</a></p>
</li>
<li>
<p><a id="cit3"></a>[cit3] <a href="https://web.archive.org/web/20150129023118/https://symfony.com/projects" class="bare">https://web.archive.org/web/20150129023118/https://symfony.com/projects</a></p>
</li>
<li>
<p><a id="cit4"></a>[cit4] <a href="https://freepost.peers.community/post/gcghb5oqf0" class="bare">https://freepost.peers.community/post/gcghb5oqf0</a></p>
</li>
<li>
<p><a id="cit5"></a>[cit5] <a href="https://notabug.org/zPlus/freepost/commit/b6a047b015c0b17a8fe83a62996b09dca9eca7d6" class="bare">https://notabug.org/zPlus/freepost/commit/b6a047b015c0b17a8fe83a62996b09dca9eca7d6</a></p>
</li>
</ul>
</div>
</div>
</div>

{% endblock %}