annotate templates/sat_website/features.html @ 35:10ce34ab389a

dummy patch (just add some new lines to make space between the blocks)
author souliane <souliane@mailoo.org>
date Tue, 27 Jan 2015 08:16:27 +0100
parents 3df49721008c
children d721c8ffa22a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {% extends "sat_website/category.html" %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 {% comment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 This file is part of SàT website.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 SàT website is free software: you can redistribute it and/or modify
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10 it under the terms of the GNU Affero General Public License as published by
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 the Free Software Foundation, either version 3 of the License, or
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 (at your option) any later version.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 Foobar is distributed in the hope that it will be useful,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 You should have received a copy of the GNU Affero General Public License
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
21 {% endcomment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
23 {% load i18n %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
24 {% load staticfiles %}
35
10ce34ab389a dummy patch (just add some new lines to make space between the blocks)
souliane <souliane@mailoo.org>
parents: 26
diff changeset
25
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
26 {% block headline %}{% trans "Salut à Toi's features" %}{% endblock %}
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
27 {% block subtext %}{% trans "SàT is a feature rich XMPP client, here is a round up of them." %}{% endblock %}
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
28 {% block extra %}<span class="label label-success">{% trans "Click on the feature name to have a more detailed description" %}</span>{% endblock %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 {% block main_container %}
35
10ce34ab389a dummy patch (just add some new lines to make space between the blocks)
souliane <souliane@mailoo.org>
parents: 26
diff changeset
30
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
31 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
32 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
33 <a href="frontends">{% trans "Multi-frontends" %}</a>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
35 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
36 {% blocktrans %}SàT is multi-frontends: the heart of the software is independant from its display, that means that you can have different interfaces adapted to specific usages.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
37 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
40 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
41 <strong>{% trans "Microblogging" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
42 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
43 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
44 {% blocktrans %}Share your thought either publicly or privately (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 %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
45 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
46 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
47 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
48 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
49 <strong>{% trans "Group permissions" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
50 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
51 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
52 {% blocktrans %}Keep access to private data only for the people you choose. SàT uses groups to manage your permissions, and avoid your coworker to see your party pictures.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
54 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
56 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
57 <strong>{% trans "Advanced chat and group chat" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
58 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
59 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
60 {% blocktrans %}XMPP is one of the best (and probably the best) instant messaging protocol ever made. There are plenty of things you can do, far too much to detail everything here. In addition, you can join muli-user rooms, and discuss with tons of people.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
61 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
62 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
63 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
64 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
65 <strong>{% trans "Heavy messaging" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
66 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
67 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
68 {% 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. SàT also handles rich text syntaxes like XHTML and Markdown.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
69 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
70 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
71 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
72 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
73 <strong>{% trans "Gateways" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
74 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
75 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
76 {% blocktrans %}Communicate with other networks using different protocols. With SàT and XMPP, you'll not stay behind closed walls.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
77 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
78 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
79 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
80 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
81 <strong>{% trans "File sharing" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
82 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
83 <div class="col-md-7 feature">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
84 {% blocktrans %}Easily send file to your friends.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
85 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
86 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
87 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
88 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
89 <strong>{% trans "Games" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
90 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
91 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
92 {% blocktrans %}Play with your friends or other people.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
93 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
96 <div class="col-md-2">
18
78f6bf11e14d added link to the (french) blog page explaining e-mail client interaction
Goffi <goffi@goffi.org>
parents: 14
diff changeset
97 {% blocktrans context "Url need to point to the localised one" %}<a href="http://www.goffi.org/post/2011/01/18/Recevez-et-envoyez-vos-messages-XMPP/Jabber-avec-votre-lecteur-de-courriel-gr%C3%A2ce-%C3%A0-Salut-%C3%A0-Toi-%21">E-mail clients interactions</a>{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
98 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
99 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
100 {% 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 network). 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 against SPAM and identity spoofing.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
101 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
102 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
103 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
104 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
105 {% 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 %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
106 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
107 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
108 {% blocktrans %}This is a feature for power-user: SàT allows to send command-line tools' stdout to your contacts. This actually is as easy as knowing the name of your contact.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
109 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
110 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
111 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
112 <div class="col-md-2">
14
73261ccf5aec added command export feature
Goffi <goffi@goffi.org>
parents: 2
diff changeset
113 {% blocktrans context "Url need to point to the localised one" %}<a href="http://www.goffi.org/post/2013/02/22/Export-command-to-a-contact-%28with-video%29">Export Unix commands</a>{% endblocktrans %}
73261ccf5aec added command export feature
Goffi <goffi@goffi.org>
parents: 2
diff changeset
114 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
115 <div class="col-md-7 feature">
14
73261ccf5aec added command export feature
Goffi <goffi@goffi.org>
parents: 2
diff changeset
116 {% blocktrans %}An other feature for power-user: you can export input/outputs of an Unix CLI command to any contact (using any XMPP client or even other protocols through gateways).{% endblocktrans %}
73261ccf5aec added command export feature
Goffi <goffi@goffi.org>
parents: 2
diff changeset
117 </div>
73261ccf5aec added command export feature
Goffi <goffi@goffi.org>
parents: 2
diff changeset
118 </div>
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
119 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
120 <div class="col-md-2">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
121 {% blocktrans context "Url need to point to the localised one" %}<a href="http://blog.goffi.org/post/2014/02/18/A-universal-remote-for-your-softwares">Ad-Hoc commands</a>{% endblocktrans %}
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
122 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
123 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
124 {% blocktrans %}You can remotely control your XMPP entities and all the softwares that offer DBus services. {% endblocktrans %}
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
125 </div>
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
126 </div>
14
73261ccf5aec added command export feature
Goffi <goffi@goffi.org>
parents: 2
diff changeset
127 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
128 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
129 {% 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 %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
130 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
131 <div class="col-md-7 feature">
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 18
diff changeset
132 {% blocktrans %}Experiment music with your friends: in a multi-user room, you share a playlist; everybody can add songs to it, and everybody listens the same music at the same time. Good way to share your taste and discover new songs.{% endblocktrans %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
133 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
134 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
135 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
136 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
137 <strong>{% trans "Multi-platforms" %}</strong>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
138 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
139 <div class="col-md-7 feature">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
140 {% 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 %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
142 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
143 <div class="row">
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
144 <div class="col-md-2">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
145 <a href="social_contract.html">{% trans "Social contract" %}</a>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
146 </div>
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 21
diff changeset
147 <div class="col-md-7 feature">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
148 {% 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 %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
149 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
150 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
151
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
152 {% endblock %}