annotate templates/sat_website/features.html @ 55:a1e457ac6871

split adhesion.html between adhesion.html and association.html
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 15:02:50 +0200
parents 84c2e20d3de1
children 0d20fb28c32e
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 %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
27 {% 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
28
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
29 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
30 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
31 <a name="screenshots"></a>{% trans "Short overview" %}
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
32 </h5>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
33 <div class="info">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
34 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
35 <div class="col-md-2">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
36 <strong>{% trans "Blogging" %}</strong>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
37 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
38 <div class="col-md-7 feature">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
39 {% 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 %}
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
40 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
41 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
42 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
43 <div class="col-md-2">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
44 <strong>{% trans "Chat" %}</strong>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
45 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
46 <div class="col-md-7 feature">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
47 {% blocktrans %}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 %}
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
48 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
49 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
50 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
51 <div class="col-md-2">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
52 <strong>{% trans "Activities" %}</strong>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
53 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
54 <div class="col-md-7 feature">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
55 {% 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 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 %}
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
56 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
57 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
58 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
59 <div class="col-md-2">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
60 <strong>{% trans "File sharing" %}</strong>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
61 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
62 <div class="col-md-7 feature">
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
63 {% blocktrans %}Easily send files to your contacts. Later we would like to implement a decentralised file sharing system so you could create a private peer-to-peer network within a group a friends.{% endblocktrans %}
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
64 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
65 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
66 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
67 <div class="col-md-2">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
68 <strong>{% blocktrans %}Email interaction{% endblocktrans %}</strong>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
69 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
70 <div class="col-md-7 feature">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
71 {% 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 %}
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
72 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
73 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
74 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
75 <div class="col-md-2">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
76 <a href="social_contract.html">{% trans "Social contract" %}</a>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
77 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
78 <div class="col-md-7 feature">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
79 {% 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 %}
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
80 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
81 </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
82 </div>
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
83 </div>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
84
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
85 <div class="row">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
86 <h5 class="alert alert-success">
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 50
diff changeset
87 <a name="details"></a>{% trans "Details and advanced features" %}
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
88 </h5>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
89 <div class="info">
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
90 <p>{% trans "For a complete listing of the features implemented by SàT, please visit the technical area." %}
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
91 <p><a class="btn btn-default" href="specifications.html" role="button">{% trans "Specifications" %}</a></p>
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 35
diff changeset
92 </div>
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 46
diff changeset
93 </div>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 {% endblock %}