mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
63 lines
2.1 KiB
HTML
63 lines
2.1 KiB
HTML
{% extends 'base.html' %}
|
|
{% load static %}
|
|
{% comment %}
|
|
#
|
|
# This file is part of Plinth.
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Affero General Public License as
|
|
# published by the Free Software Foundation, either version 3 of the
|
|
# License, or (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Affero General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
{% endcomment %}
|
|
|
|
{% block content %}
|
|
|
|
<img src="{% 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-lg"
|
|
href="http://wiki.debian.org/FreedomBox" target="_blank">Learn more
|
|
»</a></p>
|
|
|
|
{% endblock %}
|
|
|
|
{% block sidebar %}
|
|
|
|
<div class="well sidebar">
|
|
|
|
<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 %}
|