Mercurial > sat_legacy_website
annotate templates/sat_website/specifications.html @ 109:bcee810025dd
reverted patch 2f9417f5e9c4
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 17 Oct 2015 17:52:40 +0200 |
parents | 0d20fb28c32e |
children |
rev | line source |
---|---|
44 | 1 {% extends "sat_website/category.html" %} |
2 | |
3 {% comment %} | |
4 SàT website: Salut à Toi's presentation website | |
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) | |
6 | |
7 This file is part of SàT website. | |
8 | |
9 SàT website is free software: you can redistribute it and/or modify | |
10 it under the terms of the GNU Affero General Public License as published by | |
11 the Free Software Foundation, either version 3 of the License, or | |
12 (at your option) any later version. | |
13 | |
14 Foobar is distributed in the hope that it will be useful, | |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 GNU Affero General Public License for more details. | |
18 | |
19 You should have received a copy of the GNU Affero General Public License | |
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | |
21 {% endcomment %} | |
22 | |
23 {% load i18n %} | |
24 {% load staticfiles %} | |
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 | 27 |
28 {% block main_container %} | |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 56 </div> |
49
6cf0808b8275
update specifications.html with auto-generated templates
souliane <souliane@mailoo.org>
parents:
45
diff
changeset
|
57 </div> |
44 | 58 |
59 {% endblock %} |