annotate templates/sat_website/principles.html @ 60:0d20fb28c32e

many small changes: - set opacity 0.85 to libervia screenshot on the main page - remove videos from the repository (stored on external ftp) - more details in the README concerning the i18n - settings can be overriden by an external file (for the stats) - add in basic features.html a button to experimental features - add a link to the SàT MUC in downloads section - add link to bugzilla + improve other links in dev/community - add + symbol for projects using standard blogging system - add ~ symbol for projects being no communication tool - save subscription form results to a text file - update press.py and links.py
author souliane <souliane@mailoo.org>
date Fri, 15 May 2015 17:15:40 +0200
parents 84c2e20d3de1
children ae46991a3489
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." %}
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 53
diff changeset
32 </div>
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
33
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
34 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
35 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
36 <a name="multipurpose"></a>{% trans "Multipurpose" %}
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
37 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
38 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
39 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
40 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
41 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
42 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
43 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
44 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
45 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
46 <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
47 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
48 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
49
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
50 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
51 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
52 <a name="multifrontend"></a>{% trans "Multi frontend" %}
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
53 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
54 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
55 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
56 {% blocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
57 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
58 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
59 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
60 <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
61 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
62 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
63
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
64 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
65 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
66 <a name="libre"></a>{% trans "Libre" %}
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
67 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
68 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
69 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
70 {% blocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
71 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
72 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
73 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
74 <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
75 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
76 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
77
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
78 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
79 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
80 <a name="decentralised"></a>{% trans "Decentralised" %}
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
81 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
82 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
83 <p>
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 53
diff changeset
84 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 53
diff changeset
85 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 service provider, and indirectly to all the rest of the world.
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
86 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
87 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
88 <img src="{% static "images/decentralisation/1_physical.png" %}" ><br/>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
89 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
90 {% 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
91 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
92 </div>
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 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
95 {% blocktrans %}
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 53
diff changeset
96 On the logical layer, you are directly connected to your usual "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.
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
97 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
98 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
99 <img src="{% static "images/decentralisation/2_logical_centralised.png" %}" ><br/>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
100 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
101 {% 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
102 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
103 </div>
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 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
106 {% blocktrans %}
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 53
diff changeset
107 Now what if your usual "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.
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
108 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
109 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
110 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
111 <img src="{% static "images/decentralisation/3_logical_decentralised.png" %}" ><br/>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
112 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
113 {% 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
114 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
115 </div>
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 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
118 {% 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
119 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
120 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
121 <div class="thumbnail">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
122 <img src="{% static "images/decentralisation/4_logical_decentralised_self_hosting.png" %}" >
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
123 <div class="caption">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
124 {% 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
125 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
126 </div>
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 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
129 {% blocktrans with contact_prefix='<a href="community.html">' contact_suffix='</a>' %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
130 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
131 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
132 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
133 <div class="alert alert-info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
134 {% 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
135 <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
136 {% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
137 </div>
50
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 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
140
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
141 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
142 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
143 <a name="standard"></a>{% trans "Standard" %}
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
144 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
145 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
146 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
147 {% 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
148 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
149 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
150 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
151 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
152 {% endblocktrans %}
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
153 </p>
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 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
156
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
157 <div class="row">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
158 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
159 <a name="multiplatform"></a>{% trans "Multiplatform" %}
50
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
160 </h5>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
161 <div class="info">
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
162 <p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
163 {% 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
164 </p>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
165 </div>
10cdc1fbc4c7 update principles.html
souliane <souliane@mailoo.org>
parents: 46
diff changeset
166 </div>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
167
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
168 {% endblock %}