annotate templates/sat_website/faq.html @ 124:5aad1b36183f

fixes some spaces before question or exclamation marks
author souliane <souliane@mailoo.org>
date Fri, 06 Nov 2015 10:15:33 +0100
parents c0dbe7ad54c8
children 319368437642
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
c0dbe7ad54c8 add a question "what is the Libervia demo version?" to the FAQ
souliane <souliane@mailoo.org>
parents: 122
diff changeset
38 <div class="row"><a name="html"></a>
c0dbe7ad54c8 add a question "what is the Libervia demo version?" to the FAQ
souliane <souliane@mailoo.org>
parents: 122
diff changeset
39 <h5 class="alert alert-warning">
76
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
40 {% blocktrans with demo_http="http://libervia.org" %}What is the security warning when I visit {{demo_http}}?{% endblocktrans %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
41 </h5>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
42 <p>{% blocktrans with demo_http="http://libervia.org" demo_https="https://libervia.org" %}This message advices you to use Libervia with HTTPS instead of HTTP. The difference between the two is that HTTPS is more secure because the connection between your browser and the server is encrypted. This is especially recommended when you have to type a password. You should always use {{demo_https}} instead of {{demo_http}}.{% endblocktrans %}</p>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
43 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
44
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
45 <div class="row"><a name="certificate"></a>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
46 <h5 class="alert alert-warning">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
47 {% blocktrans with demo_https="https://libervia.org" %}My browser says that {{demo_https}} is unsecure. What does it mean?{% endblocktrans %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
48 </h5>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
49 <p>{% blocktrans with demo_https="https://libervia.org" cacert='<a href="http://www.cacert.org" target="#">CAcert</a>' %}The issue here is that {{cacert}}, the certification authority that we use for authenticating {{demo_https}} is not recognised by your browser. The fact your browser doesn't trust CAcert doesn't mean that it is unsecure. For us, it is even more trustable than any other certification organism and we use it on purpose. Despite some companies are offering free certificates that are recognised by every browser, we prefer to support a community-driven and transparent service like CAcert.{% endblocktrans %}</p>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
50 <p>{% blocktrans with demo_https="https://libervia.org" %}So for this time, even if you don't know what's going on, please trust us and accept the certificate. You have to do it only once and then your browser will not bug you anymore when you are about to connect to {{demo_https}}. If you use Mozilla Firefox, proceed this way:{% endblocktrans %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
51 <div class="thumbnail">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
52 {% with "images/certificate/1_cert_"|add:LANGUAGE_CODE|add:'.png' as image %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
53 <img class="schema" src="{% static image %}" >
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
54 {% endwith %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
55 <div class="caption">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
56 {% trans 'Click "I Understand the Risks" and then "Add Exception".' %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
57 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
58 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
59 <div class="thumbnail">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
60 {% with "images/certificate/2_cert_"|add:LANGUAGE_CODE|add:'.png' as image %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
61 <img class="schema" src="{% static image %}" >
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
62 {% endwith %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
63 <div class="caption">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
64 {% trans 'Click "View" and check that the fingerprint matches, then click "Confirm Security Exception".' %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
65 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
66 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
67 {% blocktrans with fingerprint='<span class="fingerprint">9D:DF:A9:11:EB:DB:FA:E3:CA:BA:57:51:37:A4:69:29:B9:8D:BE:FE:7D:BB:80:04:FC:C4:A5:8A:47:9A:52:06</span>' %}The SHA-256 fingerprint must be {{fingerprint}}. If this is not the case, don't confirm the exception and start to worry!{% endblocktrans %}</p>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
68 <p>{%blocktrans with demo_https="https://libervia.org" cacert_wiki='<a href="http://wiki.cacert.org/FAQ/BrowserClients" target="#">http://wiki.cacert.org/FAQ/BrowserClients</a>' %}Alternatively, you can import the CAcert root certificate to your browser. This is actually a better solution because not only {{demo_https}} but all the websites using the same certification organism than us will be accessible without any security warning and since the first time. To do so, please follow the instructions that are given here: {{cacert_wiki}}. It may look complicated but it is not, for example with Firefox you just need to install an add-on!{% endblocktrans %}</p>
122
d4ec0092daa0 talk about the near utilisation of Let's Encrypt in the FAQ
souliane <souliane@mailoo.org>
parents: 76
diff changeset
69 <p>{%blocktrans with url='<a href="https://letsencrypt.org" target="#">Let\'s Encrypt</a>' %}PS: we will soon replace our CAcert certificate with one from {{url}}, and you won't be bothered by this security warning anymore.{% endblocktrans %}
76
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
70 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
71
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
72 {% endblock %}