diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-12 08:30:20 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-02-12 08:30:20 +0100 |
commit | dd86b98e6d61354de3285db26e22901f9cabd421 (patch) | |
tree | 8d289b278e42ac515bb0a2bc98660dee268ba83c | |
parent | da35f140907d64e281946a33fc924dd685797f4e (diff) |
add a few first FAQs, fixing #5544
-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 @@ {% block body_content %} <div class="container"> +<h2>{{ _("I receive many "WARNING Calculated flow delay for X at Y for Z". Should I worry?") }}</h2> +{% trans %} +<p> +A: Right now, this is expected and a known cause for high latency in GNUnet. +We have started a major rewrite to address this and other problems, but +until the Transport Next Generation (TNG) is ready, these warnings are expected. +</p> +{% endtrans %} + +<h2>{{ _("Is there a graphical user interface?") }}</h2> +{% trans %} +<p> +A: gnunet-gtk is a separate download. The package contains various GTK+ based graphical interfaces, including +a graphical tool for configuration. +</p> +{% endtrans %} + +<!-- <h2>{{ _("Q?") }}</h2> {% trans %} <p> A: </p> {% endtrans %} + +<h2>{{ _("Q?") }}</h2> +{% trans %} +<p> +A: +</p> +{% endtrans %} + +<h2>{{ _("Q?") }}</h2> {% trans %} <p> A: </p> {% endtrans %} +--> </div> {% endblock body_content %} |