aboutsummaryrefslogtreecommitdiff
path: root/faq.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'faq.html.j2')
-rw-r--r--faq.html.j241
1 files changed, 23 insertions, 18 deletions
diff --git a/faq.html.j2 b/faq.html.j2
index f7693727..05feb4f8 100644
--- a/faq.html.j2
+++ b/faq.html.j2
@@ -1,24 +1,29 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<div class="container"> 3<div class="container">
4 4 <article>
5<h2>{{ _("I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. Should I worry?") }}</h2> 5 <section>
6{% trans %} 6 <h3>{{ _("I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. Should I worry?") }}</h3>
7<p> 7 <p>
8A: Right now, this is expected and a known cause for high latency in GNUnet. 8 {% trans %}
9We have started a major rewrite to address this and other problems, but 9 A: Right now, this is expected and a known cause for high
10until the Transport Next Generation (TNG) is ready, these warnings are expected. 10 latency in GNUnet. We have started a major rewrite to address
11</p> 11 this and other problems, but until the Transport Next
12{% endtrans %} 12 Generation (TNG) is ready, these warnings are expected.
13 13 {% endtrans %}
14<h2>{{ _("Is there a graphical user interface?") }}</h2> 14 </p>
15{% trans %} 15 </section>
16<p> 16 <section>
17A: gnunet-gtk is a separate download. The package contains various GTK+ based graphical interfaces, including 17 <h3>{{ _("Is there a graphical user interface?") }}</h3>
18a graphical tool for configuration. 18 <p>
19</p> 19 {% trans %}
20{% endtrans %} 20 A: gnunet-gtk is a separate download. The package
21 21 contains various GTK+ based graphical interfaces, including a
22 graphical tool for configuration.
23 {% endtrans %}
24 </p>
25 </section>
26 </article>
22<!-- 27<!--
23<h2>{{ _("Q?") }}</h2> 28<h2>{{ _("Q?") }}</h2>
24{% trans %} 29{% trans %}