aboutsummaryrefslogtreecommitdiff
path: root/engage.html.j2
blob: 592643a7b5cb2252f9077aa8bc1298895466a093 (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
{% extends "common/base.j2" %}
{% block body_content %}
<article class="d-flex flex-column p-2 bd-highlight">
<div class="container">
  <div class="text-center">
    <header>
      <h1>{{ _("Talk With Us") }}</h1>
    </header>
    <br />
    <p>
      {% trans %}
      Use the mailing lists, and join our <a href="ircs://chat.freenode.net:6697/#gnunet">IRC channel</a> 
      to keep up with development, find technical help, and discuss GNUnet.
      {% endtrans %}
    </p>
  </div>
    <p>
      {% trans %}
      <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">General Help Mailing List</a>
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">Development Mailing List</a>
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      Available on <a href="https://freenode.net">irc.freenode.net</a> in channel <a href="ircs://chat.freenode.net:6697/#gnunet">#gnunet</a>. 
      {% endtrans %}
    </p>
</div>
</article>
{% endblock body_content %}