diff options
author | xrs <xrs@mail36.net> | 2019-06-28 23:25:13 +0200 |
---|---|---|
committer | xrs <xrs@mail36.net> | 2019-06-28 23:25:13 +0200 |
commit | b2dbb5f0118961ff30b5782184c3674ca2ec1adb (patch) | |
tree | 83a8d9f11f7a87bba4b0d30da5c4645397301084 | |
parent | 0909546e85ae7df70710e827c199d3625a198cab (diff) | |
download | www-b2dbb5f0118961ff30b5782184c3674ca2ec1adb.tar.gz www-b2dbb5f0118961ff30b5782184c3674ca2ec1adb.zip |
improve on about.html
-rw-r--r-- | template/about.html.j2 | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/template/about.html.j2 b/template/about.html.j2 index 151d08a2..35e9c9bb 100644 --- a/template/about.html.j2 +++ b/template/about.html.j2 | |||
@@ -1,9 +1,17 @@ | |||
1 | {% extends "common/base.j2" %} | 1 | {% extends "common/base.j2" %} |
2 | {% block body_content %} | 2 | {% block body_content %} |
3 | <div class="container"> | 3 | <div class="container"> |
4 | <div class="row"> | ||
5 | <div class="container"> | ||
6 | <header> | ||
7 | <h1 class="text-center">{{ _("About GNUnet") }}</h1> | ||
8 | </header> | ||
9 | </div> | ||
10 | </div> | ||
11 | </div> | ||
12 | <div class="container"> | ||
4 | <article> | 13 | <article> |
5 | <section> | 14 | <section> |
6 | <h3>{{ _("About GNUnet") }}</h3> | ||
7 | <p> | 15 | <p> |
8 | {% trans %} | 16 | {% trans %} |
9 | GNUnet is an alternative network stack for building secure, | 17 | GNUnet is an alternative network stack for building secure, |
@@ -13,7 +21,8 @@ | |||
13 | include all kinds of basic protocol components and applications | 21 | include all kinds of basic protocol components and applications |
14 | towards the creation of a GNU internet. | 22 | towards the creation of a GNU internet. |
15 | {% endtrans %} | 23 | {% endtrans %} |
16 | <br> | 24 | </p> |
25 | <p> | ||
17 | {% trans %} | 26 | {% trans %} |
18 | Today, the actual use and thus the social requirements for a global | 27 | Today, the actual use and thus the social requirements for a global |
19 | network differs widely from those goals of 1970. While the Internet | 28 | network differs widely from those goals of 1970. While the Internet |
@@ -21,7 +30,8 @@ | |||
21 | operated by a command hierarchy and when necessary isolated from the | 30 | operated by a command hierarchy and when necessary isolated from the |
22 | rest of the world, the situation is less tenable for civil society. | 31 | rest of the world, the situation is less tenable for civil society. |
23 | {% endtrans %} | 32 | {% endtrans %} |
24 | <br> | 33 | </p> |
34 | <p> | ||
25 | {% trans %} | 35 | {% trans %} |
26 | Due to fundamental Internet design choices, Internet traffic can be | 36 | Due to fundamental Internet design choices, Internet traffic can be |
27 | misdirected, intercepted, censored and manipulated by hostile routers | 37 | misdirected, intercepted, censored and manipulated by hostile routers |
@@ -29,19 +39,21 @@ | |||
29 | to the point where, as Matthew Green put it, ``the network is | 39 | to the point where, as Matthew Green put it, ``the network is |
30 | hostile''. | 40 | hostile''. |
31 | {% endtrans %} | 41 | {% endtrans %} |
32 | <br> | 42 | </p> |
43 | <p> | ||
33 | {% trans %} | 44 | {% trans %} |
34 | We believe liberal societies need a network architecture that uses the | 45 | We believe liberal societies need a network architecture that uses the |
35 | anti-authoritarian decentralized peer-to-peer paradigm and | 46 | anti-authoritarian decentralized peer-to-peer paradigm and |
36 | privacy-preserving cryptographic protocols. The goal of the GNUnet | 47 | privacy-preserving cryptographic protocols. The goal of the GNUnet |
37 | project is to provide a Free Software realization of this ideal. | 48 | project is to provide a Free Software realization of this ideal. |
38 | {% endtrans %} | 49 | {% endtrans %} |
39 | <br> | 50 | </p> |
40 | <br> | 51 | <p> |
41 | {% trans %} | 52 | {% trans %} |
42 | Specifically, GNUnet tries to follow the following design principles, | 53 | Specifically, GNUnet tries to follow the following design principles, |
43 | in order of importance: | 54 | in order of importance: |
44 | {% endtrans %} | 55 | {% endtrans %} |
56 | </p> | ||
45 | <ol> | 57 | <ol> |
46 | <li> | 58 | <li> |
47 | {% trans %} | 59 | {% trans %} |
@@ -102,7 +114,6 @@ | |||
102 | <ul> | 114 | <ul> |
103 | <li> | 115 | <li> |
104 | <p> | 116 | <p> |
105 | <a href="https://renewablefreedom.org/">Renewable Freedom Foundation</a><br> | ||
106 | <img src="{{ url('static/images/rff_logo.png') }}" alt="RFF logo"> | 117 | <img src="{{ url('static/images/rff_logo.png') }}" alt="RFF logo"> |
107 | </p> | 118 | </p> |
108 | </li> | 119 | </li> |