comparison templates/sat_website/features.html @ 2:0df46e87537d

i18n: marked translatable texts + add change language form on pages footer
author Goffi <goffi@goffi.org>
date Mon, 30 Jul 2012 02:09:38 +0200
parents 9305c6458e2f
children 73261ccf5aec
comparison
equal deleted inserted replaced
1:a49aa1b823f6 2:0df46e87537d
18 18
19 You should have received a copy of the GNU Affero General Public License 19 You should have received a copy of the GNU Affero General Public License
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. 20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
21 {% endcomment %} 21 {% endcomment %}
22 22
23 {% load i18n %}
23 {% load staticfiles %} 24 {% load staticfiles %}
24 {% block headline %}Salut à Toi's features{% endblock %} 25 {% block headline %}{% trans "Salut à Toi's features" %}{% endblock %}
25 {% block subtext %}SàT is a feature rich XMPP client, here is a round up of them.{% endblock %} 26 {% block subtext %}{% trans "SàT is a feature rich XMPP client, here is a round up of them." %}{% endblock %}
26 {% block extra %}<span class="label label-success">Click on the feature name to have a more detailed description</span>{% endblock %} 27 {% block extra %}<span class="label label-success">{% trans "Click on the feature name to have a more detailed description" %}</span>{% endblock %}
27 {% block main_container %} 28 {% block main_container %}
28 <div class="row"> 29 <div class="row">
29 <div class="span2"> 30 <div class="span2">
30 <a href="frontends">Multi-frontends</a> 31 <a href="frontends">{% trans "Multi-frontends" %}</a>
31 </div> 32 </div>
32 <div class="span7 feature"> 33 <div class="span7 feature">
33 SàT is multi-frontends: the heart of the software is independant from its view, that mean that you can have differents interfaces adapted to specifics usages. 34 {% blocktrans %}SàT is multi-frontends: the heart of the software is independant from its view, that mean that you can have differents interfaces adapted to specifics usages.{% endblocktrans %}
34 </div> 35 </div>
35 </div> 36 </div>
36 <div class="row"> 37 <div class="row">
37 <div class="span2"> 38 <div class="span2">
38 <strong>Microblogging</strong> 39 <strong>{% trans "Microblogging" %}</strong>
39 </div> 40 </div>
40 <div class="span7 feature"> 41 <div class="span7 feature">
41 Share your thought either publicly and privatly (see below), thanks to the microblogging feature. With the decentralised nature of XMPP, you don't have to rely on one specific server, so you can stay master of your data, and avoir censorship. 42 {% blocktrans %}Share your thought either publicly and privatly (see below), thanks to the microblogging feature. With the decentralised nature of XMPP, you don't have to rely on one specific server, so you can stay master of your data, and avoir censorship.{% endblocktrans %}
42 </div> 43 </div>
43 </div> 44 </div>
44 <div class="row"> 45 <div class="row">
45 <div class="span2"> 46 <div class="span2">
46 <strong>Group permissions</strong> 47 <strong>{% trans "Group permissions" %}</strong>
47 </div> 48 </div>
48 <div class="span7 feature"> 49 <div class="span7 feature">
49 Keep access to private data only for the people you choose. SàT use groups to manage your permissions, and avoid your coworker to see your party pictures. 50 {% blocktrans %}Keep access to private data only for the people you choose. SàT use groups to manage your permissions, and avoid your coworker to see your party pictures.{% endblocktrans %}
50 </div> 51 </div>
51 </div> 52 </div>
52 <div class="row"> 53 <div class="row">
53 <div class="span2"> 54 <div class="span2">
54 <strong>Advanced chat and group chat</strong> 55 <strong>{% trans "Advanced chat and group chat" %}</strong>
55 </div> 56 </div>
56 <div class="span7 feature"> 57 <div class="span7 feature">
57 XMPP is one of the best (and probably the best) instant messaging protocole ever made. There are plenty of things you can do, far too much to detail everything here. In addition, you can join muli-user room, and discuss with tons of people. 58 {% blocktrans %}XMPP is one of the best (and probably the best) instant messaging protocole ever made. There are plenty of things you can do, far too much to detail everything here. In addition, you can join muli-user room, and discuss with tons of people.{% endblocktrans %}
58 </div> 59 </div>
59 </div> 60 </div>
60 <div class="row"> 61 <div class="row">
61 <div class="span2"> 62 <div class="span2">
62 <strong>Heavy messaging</strong> 63 <strong>{% trans "Heavy messaging" %}</strong>
63 </div> 64 </div>
64 <div class="span7 feature"> 65 <div class="span7 feature">
65 With XMPP, you are not limited to chat or short messages: you have no size limit, and if you want to write essays or to highly detail your last holidays, you can. 66 {% blocktrans %}With XMPP, you are not limited to chat or short messages: you have no size limit, and if you want to write essays or to highly detail your last holidays, you can.{% endblocktrans %}
66 </div> 67 </div>
67 </div> 68 </div>
68 <div class="row"> 69 <div class="row">
69 <div class="span2"> 70 <div class="span2">
70 <strong>Gateways</strong> 71 <strong>{% trans "Gateways" %}</strong>
71 </div> 72 </div>
72 <div class="span7 feature"> 73 <div class="span7 feature">
73 Communicate with other networks using different protocoles. with SàT and XMPP, you'll not stay behind closed walls; 74 {% blocktrans %}Communicate with other networks using different protocoles. with SàT and XMPP, you'll not stay behind closed walls.{% endblocktrans %}
74 </div> 75 </div>
75 </div> 76 </div>
76 <div class="row"> 77 <div class="row">
77 <div class="span2"> 78 <div class="span2">
78 <strong>File sharing</strong> 79 <strong>{% trans "File sharing" %}</strong>
79 </div> 80 </div>
80 <div class="span7 feature"> 81 <div class="span7 feature">
81 Easily send file to your friends. 82 {% blocktrans %}Easily send file to your friends.{% endblocktrans %}
82 </div> 83 </div>
83 </div> 84 </div>
84 <div class="row"> 85 <div class="row">
85 <div class="span2"> 86 <div class="span2">
86 <strong>Games</strong> 87 <strong>{% trans "Games" %}</strong>
87 </div> 88 </div>
88 <div class="span7 feature"> 89 <div class="span7 feature">
89 Play with your friends or other people 90 {% blocktrans %}Play with your friends or other people{% endblocktrans %}
90 </div> 91 </div>
91 </div> 92 </div>
92 <div class="row"> 93 <div class="row">
93 <div class="span2"> 94 <div class="span2">
94 <strong>E-mail client interaction</strong> 95 <strong>{% trans "E-mail client interaction" %}</strong>
95 </div> 96 </div>
96 <div class="span7 feature"> 97 <div class="span7 feature">
97 Thanks to it's IMAP/SMTP plugin, you can use any e-mail client to communicate through SàT. Combinate this with the gateway feature, and you can send message with it to any network (including traditional e-mail netwwork). One of the goal of SàT is to allow easy transition to Jabber as an alternative to classical e-mail network, with a better protection to SPAM and identity spoofing. 98 {% blocktrans %}Thanks to it's IMAP/SMTP plugin, you can use any e-mail client to communicate through SàT. Combinate this with the gateway feature, and you can send message with it to any network (including traditional e-mail netwwork). One of the goal of SàT is to allow easy transition to Jabber as an alternative to classical e-mail network, with a better protection to SPAM and identity spoofing.{% endblocktrans %}
98 </div> 99 </div>
99 </div> 100 </div>
100 <div class="row"> 101 <div class="row">
101 <div class="span2"> 102 <div class="span2">
102 <a href="http://www.goffi.org/post/2011/10/07/Shell%3A-pipe-you-commands-out-via-XMPP-with-S%C3%A0T">Pipe over XMPP</a> 103 {% blocktrans context "Url need to point to the localised one" %}<a href="http://www.goffi.org/post/2011/10/07/Shell%3A-pipe-you-commands-out-via-XMPP-with-S%C3%A0T">Pipe over XMPP</a>{% endblocktrans %}
103 </div> 104 </div>
104 <div class="span7 feature"> 105 <div class="span7 feature">
105 This is a feature for power-user: SàT allow to send command-line tools' stdout to your contacts. This actually is as easy as knowing the name of your contact. 106 {% blocktrans %}This is a feature for power-user: SàT allow to send command-line tools' stdout to your contacts. This actually is as easy as knowing the name of your contact.{% endblocktrans %}
106 </div> 107 </div>
107 </div> 108 </div>
108 <div class="row"> 109 <div class="row">
109 <div class="span2"> 110 <div class="span2">
110 <a href="http://www.goffi.org/post/2012/02/02/Collective-radio-%28with-video%29">Collective radio</a> 111 {% blocktrans context "Url need to point to the localised one" %}<a href="http://www.goffi.org/post/2012/02/02/Collective-radio-%28with-video%29">Collective radio</a>{% endblocktrans %}
111 </div> 112 </div>
112 <div class="span7 feature"> 113 <div class="span7 feature">
113 Experiment music with your friends: in a multi-user room, you share a playlist; everybody can add songs to it, and everybody listen the same music at the same time. Good way to share your taste and discover new songs. 114 {% blocktrans %}Experiment music with your friends: in a multi-user room, you share a playlist; everybody can add songs to it, and everybody listen the same music at the same time. Good way to share your taste and discover new songs.{% endblocktrans %}
114 </div> 115 </div>
115 </div> 116 </div>
116 <div class="row"> 117 <div class="row">
117 <div class="span2"> 118 <div class="span2">
118 <strong>Multi-platforms</strong> 119 <strong>{% trans "Multi-platforms" %}</strong>
119 </div> 120 </div>
120 <div class="span7 feature"> 121 <div class="span7 feature">
121 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 every javascript powered browser), but other platforms are planed. 122 {% 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 every javascript powered browser), but other platforms are planed.{% endblocktrans %}
122 </div> 123 </div>
123 </div> 124 </div>
124 <div class="row"> 125 <div class="row">
125 <div class="span2"> 126 <div class="span2">
126 <a href="social_contract.html">Social contract</a> 127 <a href="social_contract.html">{% trans "Social contract" %}</a>
127 </div> 128 </div>
128 <div class="span7 feature"> 129 <div class="span7 feature">
129 Not exactly a feature, but certainly one of the most important point: a <a href="social_contract">social contract</a> has been written as a moral engagement around the project. SàT is not made for money or trap people, it's a project about freedom and sharing. 130 {% blocktrans with social_prefix="<a href=\"social_contract\">" social_suffix="</a>" %}Not exactly a feature, but certainly one of the most important point: a {{ social_prefix }}social contract{{ social_suffix }} has been written as a moral engagement around the project. SàT is not made for money or trap people, it's a project about freedom and sharing.{% endblocktrans %}
130 </div> 131 </div>
131 </div> 132 </div>
132 133
133 {% endblock %} 134 {% endblock %}