annotate templates/sat_website/features.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 3b4ba14d1e26
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
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
31 <div class="row">
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
32 <div class="col-md-2">
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
33 <strong>{% trans "Blogging" %}</strong>
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
34 </div>
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
35 <div class="col-md-7 feature">
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
36 {% blocktrans %}Share your thought with microblogs or write longer articles with rich text blog messages. Together with a picture manager (not available yet, but you can still link external pictures), this covers some of the most popular Internet usecases. The big difference with other popular services is that you can easily decide who will be able to read your messages and you can keep the full control over your data. Better host it yourself, or let it done by an entity you really trust.{% endblocktrans %}
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
37 </div>
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
38 </div>
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
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">
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
41 <strong>{% trans "Chat" %}</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">
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
44 {% blocktrans %}SàT is build above several bricks that together compose one of the richest chat system ever imagined. You can talk with one person or follow a group discussion, invite people, record your communication history... If you need to exchange sensitive information - like a password - you can encrypt your messages to ensure that nobody but the person you chose will be able to read it.{% 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>
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
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">
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
49 <strong>{% trans "Activities" %}</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">
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
52 {% blocktrans %}On top of the multi-user chat, you can play games and participate to activities. This is done in the same interface with nothing extra to install. For now we only offer a French card game (tarot) and an online radio system that allows you to share some music with your friends and hear it at the same time.{% 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>
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
55 <div class="row">
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
56 <div class="col-md-2">
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
57 <strong>{% trans "File sharing" %}</strong>
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
58 </div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
59 <div class="col-md-7 feature">
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
60 {% blocktrans %}Easily send files to your contacts. For media content that support it, you can also stream them. Later we would like to implement a decentralised file sharing system so you could create a private Bitorrent-like network within a group a friends.{% endblocktrans %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
61 </div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
62 </div>
0
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">
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
65 {% 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">Email interaction</a>{% endblocktrans %}
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">
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
68 {% blocktrans %}SàT communicates with the email network, so you can use your favorite client to send or receive messages. One goal of SàT is to offer an alternative to the classical email network, with a better protection against SPAM and identity spoofing. Gateways can also be installed to send messages to any other network.{% 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">
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 44
diff changeset
73 <strong>{% trans "Multiplatform" %}</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">
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
76 {% 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 any modern browser), but other platforms are planned.{% 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 <a href="social_contract.html">{% trans "Social contract" %}</a>
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">
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
84 {% blocktrans with social_prefix="<a href=\"social_contract\">" social_suffix="</a>" %}Not really a feature, but certainly one of the most important point: a {{ social_prefix }}social contract{{ social_suffix }} has been written, this is a moral engagement that we are due to follow - we also refer to it in the statutes of the association. 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
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
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
88 {% endblock %}