aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html.j2
blob: 91c6396dd45855fd9aa96c3e80e122a44bfb4e9d (plain) (blame)
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
39
{% extends "common/base.j2" %}
{% block body_content %}
<article class="d-flex flex-column p-2 bd-highlight">
    <header>
      <h1>{{ _("Tutorials") }}</h1>
    </header>
    <p>
      {% trans %}
      This page holds various tutorials for GNUnet. Some of them are not
      complete, but we find them useful regardless of their state.
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      <a href="tutorial-ubuntu1804.html">GNUnet on Ubuntu 18.04</a>
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a>
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      <a href="tutorial-debian9.html">GNUnet on Debian 9</a>
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      <a href="tutorial-macos.html">GNUnet on macOS</a>
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a>
      {% endtrans %}
    </p>
</article>
{% endblock body_content %}