{% extends "sat_website/category.html" %} {% comment %} SàT website: Salut à Toi's presentation website Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) This file is part of SàT website. SàT website 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. Foobar 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 Foobar. If not, see . {% endcomment %} {% load i18n %} {% load staticfiles %} {% block headline %}{% trans "Principles" %}{% endblock %} {% block subtext %}{% trans "Some technical words to explain the project." %}{% endblock %} {% block main_container %}
{% trans "We usually present SàT as a multipurpose, multi frontend, libre and decentralised communication tool... let us explain what we mean." %}
{% trans "Multipurpose" %}

{% blocktrans with xmpp="XMPP" %} Based on the powerful {{ xmpp }} standard, SàT can obviously be used for instant messaging... and much more! Blogging and microblogging, file sharing, games are other possible usage.... Using gateways, you can also communicate with other networks like IRC or StatusNet. It is also possible to redirect your XMPP messages to your email adress, or to send an email that would be delivered on XMPP. The "X" of XMPP stands for eXtensible: our features list is also extensible! Check the specifications page for a current status of what we've been doing. {% endblocktrans %}

{% trans "Specifications" %}

{% trans "Multi frontend" %}

{% blocktrans %} SàT has been developped since the beginning with an idea in mind: it should be useable from the command line, with a console or desktop interface, from a web browser... The backend of the software manages the communication with your XMPP server and do most of the processing. On top of that, you are free to use the frontend of your choice. If you would like to help the project, a great thing would be to developp a new frontend: don't hesitate to contact us! {% endblocktrans %}

{% trans "Frontends" %}

{% trans "Libre" %}

{% blocktrans %} We exclusively use and developp free and open-source software. It is not only free for you to get and run it, but you can analyse it, modify it, redistribute it. Since this is enough to free a program but not the person who uses it, we wrote a social contract - a moral engagement with the user - that is also mentionned in the Statutes of the association. {% endblocktrans %}

{% trans "Social contract" %}

{% trans "Decentralised" %}

{% blocktrans with xmpp="XMPP" isp="ISP"%} This is the most complicated aspect to understand, yet a crucial one. Being based on {{ xmpp }}, SàT is immediately decentralised (federated). But what does it mean? To get this point, we need to imagine the Internet as a set of layers. To make it easier, let's say there are only two layers: the physical and the logical one. On the physical layer, you are directly connected to your {{ isp }}, and indirectly to all the rest of the world. {% endblocktrans %}


{% trans "The dots represents Internet users, the lines represents physical links - server-to-server links for the central triangle, client-to-server links for the rest." %}

{% blocktrans %} On the logical layer, you are directly connected to your favorite social network, and since it's centralised, all its users are directly connected to it: it can access and own all the data, it can unilaterally decide to censor or exclude a user... it has too much power. {% endblocktrans %}


{% trans "Centralised communication system on top of the physical layer - note that one user on the right who refuses to use such a system." %}

{% blocktrans %} Now what if your favorite social network is decentralised? The main difference is that there's not a single entity to manage all the connections and all the data, but a lot of them. All the users are connected to the same network, but each of them can decide which server they want to connect to. As a result, the data and the network administration's tasks are shared between all the servers. Is it possible to do that on the Internet? Yes, this is how the Email works! That's decentralisation. {% endblocktrans %}


{% trans "Decentralised communication system on top the physical layer - the user on the right is still resisting." %}

{% blocktrans with xmpp="XMPP" federation_prefix='' federation_suffix='' %} Now what if you don't trust anybody? Then you are free to host your own server at home, via an association or in your working office... and this is possible too?! Yes, this is also how the Email works! And this is what we did for our server libervia.org and without asking the permission to anybody - the {{ xmpp }} interdomain {{ federation_prefix }}federation{{ federation_suffix }} makes it possible. {% endblocktrans %}

{% trans "Decentralised communication system with self-hosting ability - the dot on the right is still an Internet user, but for the service it's both a user and a server." %}

{% blocktrans with contact_prefix='' contact_suffix='' %} So... to put it in a nutshell: decentralisation is like the Email works. There are many servers, you can use the one you want and if you want to help the decentralisation, you can also add a new server by yourself. It requires some technical knowledge but it doesn't cost much and it gives more freedom, feel free to {{ contact_prefix }}contact us{{ contact_suffix }} if you need some details! {% endblocktrans %}

{% blocktrans with article='Beyond distributed and decentralized: what is a federated network?' %} Note: decentralisation, federation, distribution... these terms are not strictly defined. To debate about that is not the goal of this page, but we recommend you the reading of this article: {{ article }} It's not XMPP-specific but it's a good start. {% endblocktrans %}
{% trans "Standard" %}

{% blocktrans with xsf="XSF" %}Using a standard protocol is a key point: it's robust, widely used, tested and well documented. Every change is discussed publicly, there are debates on the best way to achieve goals and the {{ xsf }} is the guarantor of the evolution and stability of the protocol.{% endblocktrans %}

{% blocktrans with xmpp="XMPP" %} As a consequence, SàT communicates with other {{xmpp}} projects: the way we "talk" together is fully documented. For the user, this means you can switch from one {{ xmpp }} client to another using the same account. This is taking the opposite direction to some proprietary and commercial networks which tend to lock their users up. Open your borders! {% endblocktrans %}

{% trans "Multiplatform" %}

{% blocktrans %}Since its begining, the SàT project was made with other platforms in mind. It's only avaible on GNU/Linux so far (except of course Libervia, the web interface, which is available from any modern browser), but other platforms are planned.{% endblocktrans %}

{% endblock %}