comparison templates/sat_website/overview.html @ 21:8cfc33e4d435

add video showing the ad-hoc commands + fix some English
author souliane <souliane@mailoo.org>
date Thu, 26 Jun 2014 09:07:11 +0200
parents 0df46e87537d
children 3df49721008c
comparison
equal deleted inserted replaced
20:50f8d50cb508 21:8cfc33e4d435
31 <p>{% blocktrans %}Libre, Decentralised, Standard and Federated{% endblocktrans %}</p> 31 <p>{% blocktrans %}Libre, Decentralised, Standard and Federated{% endblocktrans %}</p>
32 </div> 32 </div>
33 <div class="row"> 33 <div class="row">
34 <div class="span6"> 34 <div class="span6">
35 <h1>{% trans "Multi-frontends" %}</h1> 35 <h1>{% trans "Multi-frontends" %}</h1>
36 {% 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 is independent. That mean that you can use SàT:{% endblocktrans %} 36 {% 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 is independent. That means that you can use SàT:{% endblocktrans %}
37 <ul> 37 <ul>
38 <li>{% blocktrans %}with a browser though the <strong>web</strong> interface{% endblocktrans %}</li> 38 <li>{% blocktrans %}with a browser though the <strong>web</strong> interface{% endblocktrans %}</li>
39 <li>{% blocktrans %}on your <strong>desktop</strong>, with the power of a native, integrated application{% endblocktrans %}</li> 39 <li>{% blocktrans %}on your <strong>desktop</strong>, with the power of a native, integrated application{% endblocktrans %}</li>
40 <li>{% blocktrans %}inside a <strong>console</strong> user interface{% endblocktrans %}</li> 40 <li>{% blocktrans %}inside a <strong>console</strong> user interface{% endblocktrans %}</li>
41 <li>{% blocktrans %}through a <strong>command line</strong>{% endblocktrans %}</li> 41 <li>{% blocktrans %}through a <strong>command line</strong>{% endblocktrans %}</li>
50 <li>{% blocktrans %}Group permissions: share what you want with only the people you want{% endblocktrans %}</li> 50 <li>{% blocktrans %}Group permissions: share what you want with only the people you want{% endblocktrans %}</li>
51 <li>{% blocktrans %}File Sharing{% endblocktrans %}</li> 51 <li>{% blocktrans %}File Sharing{% endblocktrans %}</li>
52 <li>{% blocktrans %}Games{% endblocktrans %}</li> 52 <li>{% blocktrans %}Games{% endblocktrans %}</li>
53 <li>{% blocktrans %}Interaction with other networks: talk to your friends on IRC, StatusNet, other XMPP networks, or potentially any network{% endblocktrans %}</li> 53 <li>{% blocktrans %}Interaction with other networks: talk to your friends on IRC, StatusNet, other XMPP networks, or potentially any network{% endblocktrans %}</li>
54 <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 message on any supported network{% endblocktrans %}</li> 54 <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 message on any supported network{% endblocktrans %}</li>
55 <li>{% blocktrans %}and many, many other features (it's extensible !){% endblocktrans %}</li> 55 <li>{% blocktrans %}and many, many other features (it's extensible!){% endblocktrans %}</li>
56 </ul> 56 </ul>
57 </div> 57 </div>
58 </div> 58 </div>
59 <div class="row"> 59 <div class="row">
60 <div class="span3"> 60 <div class="span3">
61 <h1>{% trans "Libre" %}</h1> 61 <h1>{% trans "Libre" %}</h1>
62 {% blocktrans %}Salut à Toi is Libre (free as in freedom), that means that it follow the free software philosophy, not only because it's the best way to develop a software, but also for the share and freedom spirit.{% endblocktrans %}<br> 62 {% blocktrans %}Salut à Toi is Libre (free as in freedom), that means that it follows the free software philosophy, not only because it's the best way to develop a software, but also for the share and freedom spirit.{% endblocktrans %}<br>
63 {% blocktrans %}In addition, Salut à Toi follow a <strong>social contract</strong>: a moral engagment with the user.{% endblocktrans %} 63 {% blocktrans %}In addition, Salut à Toi follows a <strong>social contract</strong>: a moral engagment with the user.{% endblocktrans %}
64 </div> 64 </div>
65 <div class="span3"> 65 <div class="span3">
66 <h1>{% trans "Decentralised" %}</h1> 66 <h1>{% trans "Decentralised" %}</h1>
67 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}By being based on {{ xmpp }} SàT is naturally decentralised. That mean that there is not one big server somewhere where all the data are staying. That's the only good 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 %} 67 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}By being based on {{ xmpp }}, SàT is naturally decentralised. That means that there is not one big server somewhere where all the data are stored. That's the only good 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 %}
68 </div> 68 </div>
69 <div class="span3"> 69 <div class="span3">
70 <h1>{% trans "Standard" %}</h1> 70 <h1>{% trans "Standard" %}</h1>
71 {% 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 and tested, well documented. Every change is discussed publicly, there are debates on the best way to do things, and the {{ xsf }} is the guarantor of the evolution and stability of the protocol. That means that SàT can communicate easily with other {{xmpp}} projects: the way it "talk" to others is fully documented.{% endblocktrans %} 71 {% 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 and tested, well documented. Every change is discussed publicly, there are debates on the best way to do things, and the {{ xsf }} is the guarantor of the evolution and stability of the protocol. That means that SàT can communicate easily with other {{xmpp}} projects: the way it "talks" to others is fully documented.{% endblocktrans %}
72 </div> 72 </div>
73 <div class="span3"> 73 <div class="span3">
74 <h1>{% trans "Federated" %}</h1> 74 <h1>{% trans "Federated" %}</h1>
75 {% blocktrans %}Federation means that SàT is open to the world: it can communicate on the global Jabber network. You can of course make your own private network if you wants, but with SàT you have the ability to send messages to somebody on an other server, using a different client. That's at the opposite of some proprietary and commercial networks which tend to lock their users up. Open your borders&nbsp;!{% endblocktrans %} 75 {% blocktrans %}Federation means that SàT is open to the world: it can communicate on the global Jabber network. You can of course make your own private network if you wants, but with SàT you have the ability to send messages to somebody on an other server, using a different client. That's at the opposite of some proprietary and commercial networks which tend to lock their users up. Open your borders!{% endblocktrans %}
76 </div> 76 </div>
77 </div> 77 </div>
78 </div> 78 </div>
79 {% endblock %} 79 {% endblock %}