aboutsummaryrefslogtreecommitdiff
path: root/template/faq.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/faq.html.j2')
-rw-r--r--template/faq.html.j223
1 files changed, 23 insertions, 0 deletions
diff --git a/template/faq.html.j2 b/template/faq.html.j2
index 825b15cc..f23a9d7a 100644
--- a/template/faq.html.j2
+++ b/template/faq.html.j2
@@ -9,6 +9,29 @@
9<div class="container"> 9<div class="container">
10 <article> 10 <article>
11 <section> 11 <section>
12 <h3>{{ _("Is GNUnet ready for use on production systems?") }}</h3>
13 <p>
14 {% trans %}
15 A: GNUnet is still undergoing major development. It is largely not yet ready
16 for usage beyond developers. Your mileage will vary depending on the
17 functionality you use, but you will always likely run into issues with
18 our current low-level transport system. We are currently in the process of
19 rewriting it (Project &quot;Transport Next Generation [TNG]&quot;)
20 {% endtrans %}
21 </p>
22 </section>
23 <section>
24 <h3>{{ _("Is GNUnet build using distributed ledger technologies?") }}</h3>
25 <p>
26 {% trans %}
27 A: No. GNUnet is a new network protocol stack for building secure,
28 distributed, and privacy-preserving applications.
29 While a ledger could be built using GNUnet, we currently have no plans in
30 doing so.
31 {% endtrans %}
32 </p>
33 </section>
34 <section>
12 <h3>{{ _("I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. Should I worry?") }}</h3> 35 <h3>{{ _("I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. Should I worry?") }}</h3>
13 <p> 36 <p>
14 {% trans %} 37 {% trans %}