annotate templates/sat_website/principles.html @ 46:a18800261cf6

change some texts, add a couple of screenshots, set metadata version and year to the medias
author souliane <souliane@mailoo.org>
date Wed, 29 Apr 2015 13:04:15 +0200
parents 62c23067e86e
children 10cdc1fbc4c7
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 %}
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
24
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
25 {% 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
26 {% 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
27 {% block main_container %}
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
28
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
29 <div class="row">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
30 <div class="col-md-6">
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
31 <h2>{% trans "Multipurpose" %}</h2>
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
32 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" features_prefix="<a href=\"features.html\">" features_suffix="</a>" %} Based on the powerful {{ xmpp }} standard, SàT can obviously be used for instant messaging. Here are some of the other key {{ features_prefix }}features{{ features_suffix }}:{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
33 <ul>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
34 <li>{% blocktrans %}Microblogging: share your thoughts instantaneously{% endblocktrans %}</li>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
35 <li>{% blocktrans %}Group permissions: share what you want with only the people you want{% endblocktrans %}</li>
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
36 <li>{% blocktrans %}File sharing{% endblocktrans %}</li>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
37 <li>{% blocktrans %}Games{% endblocktrans %}</li>
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
38 <li>{% blocktrans %}Interaction with other networks: chat with your friends on IRC, StatusNet, other XMPP networks and potentially any network{% endblocktrans %}</li>
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
39 <li>{% blocktrans with mua="<abbr title=\"Mail User Agent\">MUA</abbr>" %}Email client access: connect directly with any email client ({{ mua }}) like KMail or Thunderbird, and send messages on any supported network{% endblocktrans %}</li>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
40 </ul>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
41 <p><a class="btn btn-default" href="features.html" role="button">{% trans "Tell me more" %}</a></p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
42 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
43 <div class="col-md-6">
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
44 <h2>{% trans "Multi frontend" %}</h2>
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
45 {% blocktrans with frontends_prefix="<a href=\"frontends.html\">" frontends_suffix="</a>"%}SàT can be used with {{ frontends_prefix }}different interfaces{{ frontends_suffix }}, the heart of the software being independent. This means that you can use SàT:{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
46 <ul>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
47 <li>{% blocktrans %}with a browser though the <strong>web</strong> interface{% endblocktrans %}</li>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
48 <li>{% blocktrans %}on your <strong>desktop</strong>, with the power of a native, integrated application{% endblocktrans %}</li>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
49 <li>{% blocktrans %}inside a <strong>console</strong> user interface{% endblocktrans %}</li>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
50 <li>{% blocktrans %}through a <strong>command line</strong>{% endblocktrans %}</li>
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
51 </ul>
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
52 {% blocktrans %}Other frontends are planned (e.g.: small screens) and it's always possible to adapt one to fit your needs.{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
53 <p><a class="btn btn-default" href="frontends.html" role="button">{% trans "Tell me more" %}</a></p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
54 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
55 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
56 <div class="row">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
57 <div class="col-md-3">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
58 <h3>{% trans "Libre" %}</h3>
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
59 {% blocktrans %}SàT is Libre (free as in freedom), which means that it follows the free software philosophy, not only because it's the best way to develop a software, but also in the spirit of sharing and freedom.{% endblocktrans %}<br>
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
60 {% blocktrans %}In addition, SàT follows a <strong>social contract</strong>: a moral engagment with the user.{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
61 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
62 <div class="col-md-3">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
63 <h3>{% trans "Decentralised" %}</h3>
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
64 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}By being based on {{ xmpp }}, SàT is naturally decentralised. There is no big server where all the data is kept. This is the only way to fight against censorship, and to keep control of your data - you don't want to have your private pictures or intimate messages to be in the hands of an untrusted commercial company, do you?{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
65 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
66 <div class="col-md-3">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
67 <h3>{% trans "Standard" %}</h3>
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
68 {% blocktrans with xsf="<abbr title=\"XMPP Standards Foundation\">XSF</abbr>" xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</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. SàT can communicate easily with other {{xmpp}} projects: the way it "talks" to others is fully documented.{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
69 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
70 <div class="col-md3">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
71 <h3>{% trans "Federated" %}</h3>
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 33
diff changeset
72 {% blocktrans %}Federation means that SàT is open on the world. It can communicate on the global Jabber network. You can of course create your own private network, but you have the ability to send messages to somebody on an other server, using a different client, as well. That is taking the opposite road to some proprietary and commercial networks which tend to lock their users up. Open your borders!{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
73 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
74 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
75
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents:
diff changeset
76 {% endblock %}