annotate templates/sat_website/specifications.html @ 60:0d20fb28c32e

many small changes: - set opacity 0.85 to libervia screenshot on the main page - remove videos from the repository (stored on external ftp) - more details in the README concerning the i18n - settings can be overriden by an external file (for the stats) - add in basic features.html a button to experimental features - add a link to the SàT MUC in downloads section - add link to bugzilla + improve other links in dev/community - add + symbol for projects using standard blogging system - add ~ symbol for projects being no communication tool - save subscription form results to a text file - update press.py and links.py
author souliane <souliane@mailoo.org>
date Fri, 15 May 2015 17:15:40 +0200
parents 6cf0808b8275
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
1 {% extends "sat_website/category.html" %}
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
2
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
3 {% comment %}
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
6
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
7 This file is part of SàT website.
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
8
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
9 SàT website is free software: you can redistribute it and/or modify
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
10 it under the terms of the GNU Affero General Public License as published by
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
11 the Free Software Foundation, either version 3 of the License, or
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
12 (at your option) any later version.
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
13
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
14 Foobar is distributed in the hope that it will be useful,
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
18
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
19 You should have received a copy of the GNU Affero General Public License
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
21 {% endcomment %}
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
22
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
23 {% load i18n %}
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
24 {% load staticfiles %}
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
25
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
26 {% block headline %}{% trans "Salut à Toi's specifications" %}{% endblock %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
27
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
28 {% block main_container %}
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
29
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
30 <div class="row">
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
31 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" spec_prefix='<a href="http://xmpp.org/xmpp-protocols/rfcs/" target="#">' spec_suffix="</a>"%}SàT is a rich-featured {{ xmpp }} client. Beside the {{ spec_prefix }}core specifications{{ spec_suffix }} that define the way to manage a contact list and exchange presence information and messages, it implements many standardised extensions and some other internal features.{% endblocktrans %}
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
32 </div>
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
33
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
34 <div class="row">
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
35 <h5 class="alert alert-success">
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
36 {% trans "Standard extensions" %}
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
37 </h5>
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
38 <div class="info">
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
39 {% blocktrans with xsf="<abbr title=\"XMPP Standards Foundation\">XSF</abbr>" xep="<abbr title=\"XMPP Extension Protocol\">XEP</abbr>" %}A extension that is standardized by the {{ xsf }} is called a {{ xep }}. We aim to support as much as possible. For now, SàT implements the following ones:{% endblocktrans %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
40 </div>
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
41 <div class="info">
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
42 {% include "sat_website/specifications_xep.html" %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
43 </div>
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
44 </div>
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
45
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 49
diff changeset
46 <a name="exp"></a>
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
47 <div class="row">
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
48 <h5 class="alert alert-success">
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 49
diff changeset
49 {% trans "Experimental and/or non-standard features" %}
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
50 </h5>
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
51 <div class="info">
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 49
diff changeset
52 {% blocktrans %}Some of these features can't be standardised because they are too specific, some others might become new standards in the future.{% endblocktrans %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
53 </div>
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
54 <div class="info">
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
55 {% include "sat_website/specifications_exp.html" %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
56 </div>
49
6cf0808b8275 update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents: 45
diff changeset
57 </div>
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
58
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents:
diff changeset
59 {% endblock %}