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.j244
1 files changed, 0 insertions, 44 deletions
diff --git a/template/tutorial.html.j2 b/template/tutorial.html.j2
deleted file mode 100644
index f4b4e7a6..00000000
--- a/template/tutorial.html.j2
+++ /dev/null
@@ -1,44 +0,0 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<article class="d-flex flex-column p-5 bd-highlight">
4 <header>
5 <h1>{{ _("Install-Tutorials") }}</h1>
6 </header>
7 <p>
8 {% trans %}
9 This page holds various simplified step-by-step tutorials for GNUnet. <br>
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.
17 {% endtrans %}
18 </p>
19 <p>
20 {% trans %}
21 GNUnet installation instructions:
22 <ul>
23 <li><a href="tutorial-ubuntu1804.html">Ubuntu 18.04</a></li>
24 <li><a href="tutorial-archpi.html">Arch-Pi</a></li>
25 <li><a href="tutorial-debian9.html">Debian 9</a></li>
26 <li><a href="tutorial-macos.html">macOS</a></li>
27 <li><a href="tutorial-netbsd.html">NetBSD</a></li>
28 </ul>
29 {% endtrans %}
30 </p>
31 <p>
32 {% trans %}
33 <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a>
34 {% endtrans %}
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 As usual get much more detailled instructions and information in the <a href="https://docs.gnunet.org/#toc-Using-GNUnet-1">according section</a> of the <a href="https://docs.gnunet.org/">handbook</a>.
40 If you have any queries about the installation or the usage, please <a href="https://gnunet.org/en/engage.html">get in touch!</a>
41 {% endtrans %}
42 </p>
43</article>
44{% endblock body_content %}