annotate templates/sat_website/principles.html @ 50:10cdc1fbc4c7

update principles.html
author souliane <souliane@mailoo.org>
date Sun, 03 May 2015 22:58:42 +0200
parents a18800261cf6
children 84c2e20d3de1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
1 {% extends "sat_website/category.html" %}
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
2
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
3 {% comment %}
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
6
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
7 This file is part of SàT website.
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
8
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
9 SàT website is free software: you can redistribute it and/or modify
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
10 it under the terms of the GNU Affero General Public License as published by
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
11 the Free Software Foundation, either version 3 of the License, or
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
12 (at your option) any later version.
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
13
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
14 Foobar is distributed in the hope that it will be useful,
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
18
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
19 You should have received a copy of the GNU Affero General Public License
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
21 {% endcomment %}
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
22
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
23 {% load i18n %}
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
24 {% load staticfiles %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
25
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
26 {% block headline %}{% trans "Principles" %}{% endblock %}
46
a18800261cf6 change some texts, add a couple of screenshots, set metadata version and year to the medias
souliane <souliane@mailoo.org>
parents: 45
diff changeset
27 {% block subtext %}{% trans "Some technical words to explain the project." %}{% endblock %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
28 {% block main_container %}
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
29
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
30 <div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
31 {% trans "We usually present SàT as a multipurpose, multi frontend, libre and decentralised communication tool... let us explain what we mean." %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
32
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
33 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
34 <h5 class="alert alert-success">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
35 <a name="multipurpose">{% trans "Multipurpose" %}</a>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
36 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
37 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
38 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
39 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
40 Based on the powerful {{ xmpp }} standard, SàT can obviously be used for instant messaging... and much more!
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
41 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
42 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
43 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
44 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
45 <p><a class="btn btn-default" href="specifications.html" role="button">{% trans "Specifications" %}</a></p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
46 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
47 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
48
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
49 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
50 <h5 class="alert alert-success">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
51 <a name="multifrontend">{% trans "Multi frontend" %}</a>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
52 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
53 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
54 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
55 {% blocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
56 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!
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
57 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
58 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
59 <p><a class="btn btn-default" href="frontends.html" role="button">{% trans "Frontends" %}</a></p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
60 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
61 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
62
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
63 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
64 <h5 class="alert alert-success">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
65 <a name="libre">{% trans "Libre" %}</a>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
66 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
67 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
68 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
69 {% blocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
70 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
71 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
72 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
73 <p><a class="btn btn-default" href="social_contract.html" role="button">{% trans "Social contract" %}</a></p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
74 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
75 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
76
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
77 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
78 <h5 class="alert alert-success">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
79 <a name="decentralised">{% trans "Decentralised" %}</a>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
80 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
81 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
82 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
83 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" isp="<abbr title=\"Internet Service Provider\">ISP</abbr>"%}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
84 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
85 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
86 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
87 <img src="{% static "images/decentralisation/1_physical.png" %}" ><br/>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
88 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
89 {% 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." %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
90 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
91 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
92 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
93 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
94 {% blocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
95 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
96 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
97 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
98 <img src="{% static "images/decentralisation/2_logical_centralised.png" %}" ><br/>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
99 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
100 {% trans "Centralised communication system on top of the physical layer - note that one user on the right who refuses to use such a system." %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
101 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
102 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
103 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
104 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
105 {% blocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
106 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
107 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
108 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
109 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
110 <img src="{% static "images/decentralisation/3_logical_decentralised.png" %}" ><br/>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
111 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
112 {% trans "Decentralised communication system on top the physical layer - the user on the right is still resisting." %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
113 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
114 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
115 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
116 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
117 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" federation_prefix='<a href="#federated">' federation_suffix='</a>' %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
118 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
119 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
120 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
121 <img src="{% static "images/decentralisation/4_logical_decentralised_self_hosting.png" %}" >
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
122 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
123 {% 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." %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
124 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
125 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
126 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
127 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
128 {% blocktrans with contact_prefix='<a href="community.html">' contact_suffix='</a>' %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
129 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!
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
130 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
131 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
132 <div class="alert alert-info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
133 {% blocktrans with article='<a href="http://networkcultures.org/unlikeus/resources/articles/what-is-a-federated-network/">Beyond distributed and decentralized: what is a federated network?</a>' %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
134 <b>Note:</b> 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.
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
135 {% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
136 </div>
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
137 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
138 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
139
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
140 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
141 <h5 class="alert alert-success">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
142 <a name="standard">{% trans "Standard" %}</a>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
143 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
144 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
145 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
146 {% blocktrans with xsf="<abbr title=\"XMPP Standards Foundation\">XSF</abbr>" %}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 %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
147 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
148 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
149 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
150 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!
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
151 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
152 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
153 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
154 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
155
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
156 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
157 <h5 class="alert alert-success">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
158 <a name="standard">{% trans "Multiplatform" %}</a>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
159 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
160 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
161 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
162 {% 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 %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
163 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
164 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
165 </div>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
166
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
167 {% endblock %}