Mercurial > sat_legacy_website
annotate templates/sat_website/faq.html @ 138:2ec5653b190a
add url "whereami" to get the client IP address
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 26 Apr 2016 19:32:44 +0200 |
parents | 319368437642 |
children |
rev | line source |
---|---|
76
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
1 {% extends "sat_website/category.html" %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
2 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
3 {% comment %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
4 SàT website: Salut à Toi's presentation website |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
6 Copyright (C) 2015 Adrien Cossa (souliane@mailoo.org) |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
7 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
8 This file is part of SàT website. |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
9 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
10 SàT website is free software: you can redistribute it and/or modify |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
11 it under the terms of the GNU Affero General Public License as published by |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
12 the Free Software Foundation, either version 3 of the License, or |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
13 (at your option) any later version. |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
14 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
15 Foobar is distributed in the hope that it will be useful, |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
16 but WITHOUT ANY WARRANTY; without even the implied warranty of |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
18 GNU Affero General Public License for more details. |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
19 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
20 You should have received a copy of the GNU Affero General Public License |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
22 {% endcomment %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
23 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
24 {% load i18n %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
25 {% load staticfiles %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
26 {% get_current_language as LANGUAGE_CODE %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
27 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
28 {% block headline %}{% trans "Frequently asked questions" %}{% endblock %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
29 {% block main_container %} |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
30 |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
31 <div class="row"><a name="html"></a> |
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
32 <h5 class="alert alert-warning"> |
123
c0dbe7ad54c8
add a question "what is the Libervia demo version?" to the FAQ
souliane <souliane@mailoo.org>
parents:
122
diff
changeset
|
33 {% blocktrans with demo="libervia.org" %}What is the "Libervia demo version" on {{demo}}?{% endblocktrans %} |
c0dbe7ad54c8
add a question "what is the Libervia demo version?" to the FAQ
souliane <souliane@mailoo.org>
parents:
122
diff
changeset
|
34 </h5> |
c0dbe7ad54c8
add a question "what is the Libervia demo version?" to the FAQ
souliane <souliane@mailoo.org>
parents:
122
diff
changeset
|
35 <p>{% blocktrans %}This is a demonstration version that you can try to get an idea about how Libervia will look like. You have to keep in mind that this is a development version. We will take care to improve the user interface and to fix a lot of bugs before launching the "general public" version.{% endblocktrans %}</p> |
c0dbe7ad54c8
add a question "what is the Libervia demo version?" to the FAQ
souliane <souliane@mailoo.org>
parents:
122
diff
changeset
|
36 </div> |
c0dbe7ad54c8
add a question "what is the Libervia demo version?" to the FAQ
souliane <souliane@mailoo.org>
parents:
122
diff
changeset
|
37 |
76
d2ea666fb1dd
add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
38 {% endblock %} |