annotate templates/sat_website/features.html @ 0:9305c6458e2f

initial commit
author Goffi <goffi@goffi.org>
date Sat, 28 Jul 2012 20:36:32 +0200
parents
children 0df46e87537d
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
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
23 {% load staticfiles %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
24 {% block headline %}Salut à Toi's features{% endblock %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
25 {% block subtext %}SàT is a feature rich XMPP client, here is a round up of them.{% endblock %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
26 {% block extra %}<span class="label label-success">Click on the feature name to have a more detailed description</span>{% endblock %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
27 {% block main_container %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
28 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
30 <a href="frontends">Multi-frontends</a>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
31 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
32 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
35 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
36 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
37 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 <strong>Microblogging</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
40 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
42 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
43 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
44 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
45 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
46 <strong>Group permissions</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
47 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
48 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
50 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
51 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
52 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
54 <strong>Advanced chat and group chat</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
58 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
59 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
60 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
61 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
62 <strong>Heavy messaging</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
63 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
64 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
66 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
67 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
68 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
69 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
70 <strong>Gateways</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
71 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
72 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
73 Communicate with other networks using different protocoles. with SàT and XMPP, you'll not stay behind closed walls;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
74 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
75 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
76 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
77 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
78 <strong>File sharing</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
79 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
80 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
81 Easily send file to your friends.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
82 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
83 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
84 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
85 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
86 <strong>Games</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
87 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
88 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
89 Play with your friends or other people
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
90 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
91 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
92 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
93 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94 <strong>E-mail client interaction</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
96 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
98 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
99 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
100 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
101 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
103 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
104 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
106 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
107 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
108 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
109 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
110 <a href="http://www.goffi.org/post/2012/02/02/Collective-radio-%28with-video%29">Collective radio</a>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
111 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
112 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
114 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
115 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
116 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
117 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
118 <strong>Multi-platforms</strong>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
119 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
120 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
122 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
123 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
124 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
125 <div class="span2">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
126 <a href="social_contract.html">Social contract</a>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
127 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
128 <div class="span7 feature">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
130 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
131 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
132
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
133 {% endblock %}