aboutsummaryrefslogtreecommitdiff
path: root/faq.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-12 08:30:20 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-12 08:30:20 +0100
commitdd86b98e6d61354de3285db26e22901f9cabd421 (patch)
tree8d289b278e42ac515bb0a2bc98660dee268ba83c /faq.html.j2
parentda35f140907d64e281946a33fc924dd685797f4e (diff)
downloadwww-dd86b98e6d61354de3285db26e22901f9cabd421.tar.gz
www-dd86b98e6d61354de3285db26e22901f9cabd421.zip
add a few first FAQs, fixing #5544
Diffstat (limited to 'faq.html.j2')
-rw-r--r--faq.html.j228
1 files changed, 28 insertions, 0 deletions
diff --git a/faq.html.j2 b/faq.html.j2
index e385c7b2..f7693727 100644
--- a/faq.html.j2
+++ b/faq.html.j2
@@ -2,17 +2,45 @@
2{% block body_content %} 2{% block body_content %}
3<div class="container"> 3<div class="container">
4 4
5<h2>{{ _("I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. Should I worry?") }}</h2>
6{% trans %}
7<p>
8A: Right now, this is expected and a known cause for high latency in GNUnet.
9We have started a major rewrite to address this and other problems, but
10until the Transport Next Generation (TNG) is ready, these warnings are expected.
11</p>
12{% endtrans %}
13
14<h2>{{ _("Is there a graphical user interface?") }}</h2>
15{% trans %}
16<p>
17A: gnunet-gtk is a separate download. The package contains various GTK+ based graphical interfaces, including
18a graphical tool for configuration.
19</p>
20{% endtrans %}
21
22<!--
5<h2>{{ _("Q?") }}</h2> 23<h2>{{ _("Q?") }}</h2>
6{% trans %} 24{% trans %}
7<p> 25<p>
8A: 26A:
9</p> 27</p>
10{% endtrans %} 28{% endtrans %}
29
30<h2>{{ _("Q?") }}</h2>
31{% trans %}
32<p>
33A:
34</p>
35{% endtrans %}
36
37<h2>{{ _("Q?") }}</h2>
11{% trans %} 38{% trans %}
12<p> 39<p>
13A: 40A:
14</p> 41</p>
15{% endtrans %} 42{% endtrans %}
43-->
16 44
17</div> 45</div>
18{% endblock body_content %} 46{% endblock body_content %}