mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
{% extends 'login_nav.html' %}
|
|
|
|
{% block main_block %}
|
|
|
|
<img src="{{ basehref }}/static/theme/img/freedombox-logo-250px.png"
|
|
class="main-graphic" />
|
|
|
|
<p>We live in a world where our use of the network is mediated by
|
|
those who often do not have our best interests at heart. By building
|
|
software that does not rely on a central service, we can regain
|
|
control and privacy. By keeping our data in our homes, we gain useful
|
|
legal protections over it. By giving back power to the users over
|
|
their networks and machines, we are returning the Internet to its
|
|
intended peer-to-peer architecture.</p>
|
|
|
|
<p>In order to bring about the new network order, it is
|
|
paramount that it is easy to convert to it. The hardware it
|
|
runs on must be cheap. The software it runs on must be easy to
|
|
install and administrate by anybody. It must be easy to
|
|
transition from existing services.</p>
|
|
|
|
<p><a class="btn btn-primary btn-large"
|
|
href="http://wiki.debian.org/FreedomBox" target="_blank">Learn more
|
|
»</a></p>
|
|
|
|
{% endblock %}
|
|
|
|
{% block sidebar_right_block %}
|
|
|
|
<div class="well sidebar-nav">
|
|
|
|
<h3>Our Goal</h3>
|
|
|
|
<p>There are a number of projects working to realize a future of
|
|
distributed services; we aim to bring them all together in a
|
|
convenient package.</p>
|
|
|
|
<p>For more information about the FreedomBox project, see the
|
|
<a href="http://wiki.debian.org/FreedomBox">Debian Wiki</a>.</p>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|