aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/about.html.j220
-rw-r--r--template/index.html.j223
-rw-r--r--template/install.html.j27
3 files changed, 44 insertions, 6 deletions
diff --git a/template/about.html.j2 b/template/about.html.j2
index 82d39aa2..2a28a5c9 100644
--- a/template/about.html.j2
+++ b/template/about.html.j2
@@ -82,13 +82,26 @@
82 <li><a href="https://docs.gnunet.org/#Egos">Egos</a></li> 82 <li><a href="https://docs.gnunet.org/#Egos">Egos</a></li>
83 </ul> 83 </ul>
84 {% endtrans %} 84 {% endtrans %}
85 </p>
86 </div>
87 <div class="col">
88 <h3>{{ _("More Resources") }}</h3>
89 <p>
90 {% trans %}
91 There are much more resources to learn about GNUnet besides the <a href="https://docs.gnunet.org">main handbook / reference manual</a>, such as the <a href="https://bib.gnunet.org/">bibliography</a> with papers from all stages, lots of <a href="https://gnunet.org/en/video.html">videos</a> or a brief <a href="https://gnunet.org/en/glossary.html">glossary</a>.
92 {% endtrans %}
93 </p>
94 <p>
85 {% trans %} 95 {% trans %}
86 There are much more ressources to learn about GNUnet besides the <a href="https://docs.gnunet.org">main handbook</a>, such as the <a href="https://bib.gnunet.org/">bibliography</a>, lots of <a href="https://gnunet.org/en/video.html">videos</a> or a <a href="https://gnunet.org/en/glossary.html">glossary</a>. You are very welcome to <a href="https://gnunet.org/en/engage.html">get engaged into the conversation</a>, <a href="https://gnunet.org/en/tutorial.html">install GNUnet</a>, <a href="https://gnunet.org/en/use.html">use it</a> and <a href="https://gnunet.org/en/contribute.html">contribute</a>. 96 You are most welcome to <a href="https://gnunet.org/en/engage.html">get engaged into the conversation</a>, <a href="https://gnunet.org/en/install.html">install GNUnet</a>, <a href="https://gnunet.org/en/use.html">use it</a> and <a href="https://gnunet.org/en/contribute.html">contribute</a> in various ways.
97 {% endtrans %}
98 </p>
99 <p>
100 {% trans %}
101Please be aware that this project is (despite of it's age) still in an early alpha stage when it comes to software – its not an easy task to rewrite the whole Internet!
87 {% endtrans %} 102 {% endtrans %}
88 <br> 103 <br>
89 </p> 104 </p>
90 </div>
91 <div class="col">
92 <h3>{{ _("Current funding") }}</h3> 105 <h3>{{ _("Current funding") }}</h3>
93 <p> 106 <p>
94 <ul> 107 <ul>
@@ -124,6 +137,7 @@
124 <ul> 137 <ul>
125 <li> 138 <li>
126 <p> 139 <p>
140 <a href="https://renewablefreedom.org/">Renewable Freedom Foundation / Stiftung Erneuerbare Freiheit</a><br>
127 <img src="{{ url('static/images/rff_logo.png') }}" alt="RFF logo"> 141 <img src="{{ url('static/images/rff_logo.png') }}" alt="RFF logo">
128 </p> 142 </p>
129 </li> 143 </li>
diff --git a/template/index.html.j2 b/template/index.html.j2
index f0146ca0..c6f23c8d 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -204,10 +204,29 @@
204 </div> 204 </div>
205 <div class="col-lg-4"> 205 <div class="col-lg-4">
206 <section> 206 <section>
207 <h3>{{ _("Learn about the GNUnet") }}</h3> 207 <h3>{{ _("Learn more about the GNUnet") }}</h3>
208 <p> 208 <p>
209 {% trans %} 209 {% trans %}
210 If you want to know more about the GNUnet please continue reading <a href="about.html">here</a>. 210 If you want to know more about the GNUnet please continue reading
211 the <a href="about.html">about page</a>. There are much more ressources,
212 such as the <a href="https://docs.gnunet.org">main handbook /
213 reference manual</a>, a <a href="https://bib.gnunet.org/">bibliography</a>
214 and <a href="https://gnunet.org/en/video.html">videos</a>.
215 {% endtrans %}
216 </p>
217 <p>
218 {% trans %}
219 You are very welcome to <a href="https://gnunet.org/en/engage.html">
220 get engaged into the conversation</a>,
221 <a href="https://gnunet.org/en/install.html">install GNUnet</a>,
222 <a href="https://gnunet.org/en/use.html">use it</a> and
223 <a href="https://gnunet.org/en/contribute.html">contribute</a>.
224 {% endtrans %}
225 </p>
226 <p>
227 {% trans %}
228 Be aware that this project is still in an early alpha stage when it comes
229 to software – its not an easy task to rewrite the whole Internet!
211 {% endtrans %} 230 {% endtrans %}
212 </p> 231 </p>
213 </section> 232 </section>
diff --git a/template/install.html.j2 b/template/install.html.j2
index 1e53df4e..ecec1363 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -13,7 +13,12 @@
13 <p><i>Please note that the installation process will get much easier once we have proper packages again (planned for winter 2019).</i></p> 13 <p><i>Please note that the installation process will get much easier once we have proper packages again (planned for winter 2019).</i></p>
14 {% endtrans %} 14 {% endtrans %}
15 {% trans %} 15 {% trans %}
16 <p>You have already installed GNUnet and want to use it? <a href="https://gnunet.org/en/use">Check this out!</a></p> 16 <p>You have already installed GNUnet and want to use it?
17 <a href="https://gnunet.org/en/use">Check this out!</a> </p>
18 <p>Please be aware that this project is still in an early alpha
19 stage when it comes to running software – its not an easy task
20 to rewrite the whole Internet! We are happy to get your
21 <a href="engage.html">helping hand</a> anytime!</p>
17 <p>Further information is available in our <a href="https://docs.gnunet.org/#toc-Using-GNUnet-1">handbook</a>.</p> 22 <p>Further information is available in our <a href="https://docs.gnunet.org/#toc-Using-GNUnet-1">handbook</a>.</p>
18 <p>If you have any queries about the installation or the usage, please <a href="engage.html">get in touch!</a></p> 23 <p>If you have any queries about the installation or the usage, please <a href="engage.html">get in touch!</a></p>
19 {% endtrans %} 24 {% endtrans %}