aboutsummaryrefslogtreecommitdiff
path: root/template/tutorial.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tutorial.html.j2')
-rw-r--r--template/tutorial.html.j218
1 files changed, 15 insertions, 3 deletions
diff --git a/template/tutorial.html.j2 b/template/tutorial.html.j2
index 61ed74d6..f322749f 100644
--- a/template/tutorial.html.j2
+++ b/template/tutorial.html.j2
@@ -2,12 +2,18 @@
2{% block body_content %} 2{% block body_content %}
3<article class="d-flex flex-column p-5 bd-highlight"> 3<article class="d-flex flex-column p-5 bd-highlight">
4 <header> 4 <header>
5 <h1>{{ _("Tutorials") }}</h1> 5 <h1>{{ _("Install-Tutorials") }}</h1>
6 </header> 6 </header>
7 <p> 7 <p>
8 {% trans %} 8 {% trans %}
9 This page holds various tutorials for GNUnet. Some of them are not 9 This page holds various simplified step-by-step tutorials for GNUnet. <br>
10 complete, but we find them useful regardless of their state. 10 Some of them are not complete, but we find them useful regardless of their state. <br>
11 Find much more detailled documentation of the installation options in the <a href="https://docs.gnunet.org/#toc-Installing-GNUnet-1">according section</a> of the <a href="https://docs.gnunet.org/">handbook</a>.
12 {% endtrans %}
13 </p>
14 <p>
15 {% trans %}
16 Please note that the installation process will get much easier once we have proper packages again.
11 {% endtrans %} 17 {% endtrans %}
12 </p> 18 </p>
13 <p> 19 <p>
@@ -27,5 +33,11 @@
27 <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a> 33 <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a>
28 {% endtrans %} 34 {% endtrans %}
29 </p> 35 </p>
36 <p>
37 {% trans %}
38 Once the installation is done, please head over to the <a href="https://gnunet.org/en/use">"How to use GNUnet"-page</a> to get a brief intro on what can be done with your installation. <br>
39 If you have any queries about the installation or the usage, please <a href="https://gnunet.org/en/engage.html">get in touch!</a>
40 {% endtrans %}
41 </p>
30</article> 42</article>
31{% endblock body_content %} 43{% endblock body_content %}