annotate templates/sat_website/faq.html @ 76:d2ea666fb1dd

add a FAQ section, now talking about HTTPS and CAcert
author souliane <souliane@mailoo.org>
date Fri, 05 Jun 2015 20:59:07 +0200
parents
children d4ec0092daa0
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">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
33 {% 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
34 </h5>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
35 <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
36 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
37
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
38 <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
39 <h5 class="alert alert-warning">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
40 {% 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
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_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
43 <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
44 <div class="thumbnail">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
45 {% 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
46 <img class="schema" src="{% static image %}" >
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
47 {% endwith %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
48 <div class="caption">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
49 {% 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
50 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
51 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
52 <div class="thumbnail">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
53 {% 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
54 <img class="schema" src="{% static image %}" >
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
55 {% endwith %}
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
56 <div class="caption">
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
57 {% 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
58 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
59 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
60 {% 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
61 <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>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
62 </div>
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
63
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents:
diff changeset
64 {% endblock %}