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