comparison templates/sat_website/overview.html @ 26:3df49721008c

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents 8cfc33e4d435
children 73c6333fd124
comparison
equal deleted inserted replaced
25:930e73ea9e8e 26:3df49721008c
23 {% load i18n %} 23 {% load i18n %}
24 {% load staticfiles %} 24 {% load staticfiles %}
25 25
26 {% block content %} 26 {% block content %}
27 <div class="container"> 27 <div class="container">
28 <div class="hero-unit"> 28 <div class="jumbotron">
29 <h1><img id="overview_logo" src="{% static "images/sat_logo_128.png" %}" >Salut à Toi</h1> 29 <h1><img id="overview_logo" src="{% static "images/sat_logo_128.png" %}" >Salut à Toi</h1>
30 <h2>{% blocktrans %}The multi-frontends multi-purposes communication tool{% endblocktrans %}</h2> 30 <h3>{% blocktrans %}The multi-frontends multi-purposes communication tool{% endblocktrans %}</h3>
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="col-md-6">
35 <h1>{% trans "Multi-frontends" %}</h1> 35 <h2>{% trans "Multi-frontends" %}</h2>
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 %} 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>
42 <li>{% blocktrans %}other frontends are planed (e.g.: small screens), and it's always possible to adapt one to fit your needs{% endblocktrans %}</li> 42 <li>{% blocktrans %}other frontends are planed (e.g.: small screens), and it's always possible to adapt one to fit your needs{% endblocktrans %}</li>
43 </ul> 43 </ul>
44 </div> 44 </div>
45 <div class="span6"> 45 <div class="col-md-6">
46 <h1>{% trans "Multi-purposes" %}</h1> 46 <h2>{% trans "Multi-purposes" %}</h2>
47 {% 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 do instant messaging of course, but also many other things (and still counting). Here are some of the {{ features_prefix }}features{{ features_suffix }}:{% endblocktrans %} 47 {% 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 do instant messaging of course, but also many other things (and still counting). Here are some of the {{ features_prefix }}features{{ features_suffix }}:{% endblocktrans %}
48 <ul> 48 <ul>
49 <li>{% blocktrans %}Microblogging: share your thoughts instantaneously{% endblocktrans %}</li> 49 <li>{% blocktrans %}Microblogging: share your thoughts instantaneously{% 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>
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="col-md-3">
61 <h1>{% trans "Libre" %}</h1> 61 <h2>{% trans "Libre" %}</h2>
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> 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 follows 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="col-md-3">
66 <h1>{% trans "Decentralised" %}</h1> 66 <h2>{% trans "Decentralised" %}</h2>
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 %} 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="col-md-3">
70 <h1>{% trans "Standard" %}</h1> 70 <h2>{% trans "Standard" %}</h2>
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 %} 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="col-md3">
74 <h1>{% trans "Federated" %}</h1> 74 <h2>{% trans "Federated" %}</h2>
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 %} 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 %}