aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html.j2
blob: 3602f8d902432770ca22cac0199f315278998de5 (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
40
41
{% extends "common/base.j2" %}
{% block body_content %}
<article>
  <div class="container-fluid">
    <header>
      <h1>{{ _("Tutorials") }}</h1>
    </header>
    <p class="col-lg-3">
      {% 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 class="col-lg-3">
      {% trans %}
      <a href="tutorial-ubuntu1804.html">GNUnet on Ubuntu 18.04</a>
      {% endtrans %}
    </p>
    <p class="col-lg-3">
      {% trans %}
      <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a>
      {% endtrans %}
    </p>
    <p class="col-lg-3">
      {% trans %}
      <a href="tutorial-debian9.html">GNUnet on Debian 9</a>
      {% endtrans %}
    </p>
    <p class="col-lg-3">
      {% trans %}
      <a href="tutorial-macos.html">GNUnet on macOS</a>
      {% endtrans %}
    </p>
    <p class="col-lg-3">
      {% trans %}
      <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a>
      {% endtrans %}
    </p>
  </div>
</article>
{% endblock body_content %}