aboutsummaryrefslogtreecommitdiff
path: root/template/contact.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/contact.html.j2')
-rw-r--r--template/contact.html.j213
1 files changed, 9 insertions, 4 deletions
diff --git a/template/contact.html.j2 b/template/contact.html.j2
index ef7f5469..adf5691d 100644
--- a/template/contact.html.j2
+++ b/template/contact.html.j2
@@ -23,7 +23,11 @@
23 <h2>{{ _("The IRC channel") }}</h2> 23 <h2>{{ _("The IRC channel") }}</h2>
24 <p> 24 <p>
25 {% trans %} 25 {% trans %}
26 #gnunet is reachable via irc.freenode.net. There is also an <a href="https://old.gnunet.org/bot/log/gnunet">archive</a> availabe. 26 <tt>#gnunet</tt> is reachable via
27 <a href="https://freenode.net">irc.freenode.net</a>.
28 There is also an
29 <a href="https://old.gnunet.org/bot/log/gnunet">archive</a>
30 available (currently unavailable, we are working on restoring access to it).
27 {% endtrans %} 31 {% endtrans %}
28 </p> 32 </p>
29 </div> 33 </div>
@@ -34,9 +38,10 @@
34 <h2>{{ _("Contacting individuals") }}</h2> 38 <h2>{{ _("Contacting individuals") }}</h2>
35 <p> 39 <p>
36 {% trans %} 40 {% trans %}
37 GNUnet developers are generally reachable at 41 GNUnet developers are generally reachable at
38 <tt>PSEUDONYM@gnunet.org</tt>. Most of us 42 either <tt>PSEUDONYM@gnunet.org</tt> or
39 support receiving GnuPG encrypted Emails. 43 <tt>LASTNAME@gnunet.org</tt>. Most of us
44 support receiving GnuPG encrypted Emails.
40 {% endtrans %} 45 {% endtrans %}
41 </p> 46 </p>
42 </div> 47 </div>