diff options
Diffstat (limited to 'faq.html.j2')
-rw-r--r-- | faq.html.j2 | 28 |
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 "WARNING Calculated flow delay for X at Y for Z". Should I worry?") }}</h2> | ||
6 | {% trans %} | ||
7 | <p> | ||
8 | A: Right now, this is expected and a known cause for high latency in GNUnet. | ||
9 | We have started a major rewrite to address this and other problems, but | ||
10 | until 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> | ||
17 | A: gnunet-gtk is a separate download. The package contains various GTK+ based graphical interfaces, including | ||
18 | a 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> |
8 | A: | 26 | A: |
9 | </p> | 27 | </p> |
10 | {% endtrans %} | 28 | {% endtrans %} |
29 | |||
30 | <h2>{{ _("Q?") }}</h2> | ||
31 | {% trans %} | ||
32 | <p> | ||
33 | A: | ||
34 | </p> | ||
35 | {% endtrans %} | ||
36 | |||
37 | <h2>{{ _("Q?") }}</h2> | ||
11 | {% trans %} | 38 | {% trans %} |
12 | <p> | 39 | <p> |
13 | A: | 40 | A: |
14 | </p> | 41 | </p> |
15 | {% endtrans %} | 42 | {% endtrans %} |
43 | --> | ||
16 | 44 | ||
17 | </div> | 45 | </div> |
18 | {% endblock body_content %} | 46 | {% endblock body_content %} |