blob: e53dc8e91777388e6cc75c9ecedda3904f1c5ba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
{% extends "base.html" %}
{% block title %}Parabola - HTTPS Only site{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">Parabola GNU/Linux-libre</h2>
<p>Hi! This is not the main site. You're seeing this message because you
entered our website without using a secure connection. We like privacy for
all so we've decided to serve our website only through secure channels.</p>
<p>The website uses SSL certificates issued by <a
href="http://cacert.org">CACert</a>. Some web browsers or systems still
don't provide CACert's root certificate, so if you find a huge error
message telling you're about to do something bad, come back here and keep
reading.</p>
<p><a href="https://parabolagnulinux.org">Parabola GNU/Linux-libre</a></p>
<h3>I just want to get the ISOs</h3>
<p>You can proceed to our <a
href="https://wiki.parabolagnulinux.org/get">ISOs download page</a> on <a
href="https://wiki.parabolagnulinux.org/">our wiki</a>.</p>
<h3>I want to do this the right way</h3>
<p>Ask your distribution to <a
href="http://wiki.cacert.org/InclusionStatus" title="CACert's inclusion
status">include</a> CACert's root certificates.</p>
<p>Alternatively, <a
href="http://www.cacert.org/index.php?id=3">install</a> the root
certificate in your browser. <a
href="http://wiki.cacert.org/BrowserClients">(more details here.)</a></p>
</div>
{% endblock %}
|