aboutsummaryrefslogtreecommitdiff
path: root/template/use.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/use.html.j2')
-rw-r--r--template/use.html.j222
1 files changed, 11 insertions, 11 deletions
diff --git a/template/use.html.j2 b/template/use.html.j2
index f95434d9..b417fd5c 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -10,13 +10,13 @@
10 <p> 10 <p>
11 This document is just a brief intro on what can be done with GNUnet. Find much more in our <a ref="https://docs.gnunet.org/">handbook / reference manual</a>, e.g. in the section <a href="https://docs.gnunet.org/#toc-Using-GNUnet-1">"using GNUnet"</a>. 11 This document is just a brief intro on what can be done with GNUnet. Find much more in our <a ref="https://docs.gnunet.org/">handbook / reference manual</a>, e.g. in the section <a href="https://docs.gnunet.org/#toc-Using-GNUnet-1">"using GNUnet"</a>.
12 12
13 The configuration in the handbook / reference manual is done with the UI interface gnunet-gtk. 13 The configuration in the handbook / reference manual is done with the UI interface gnunet-gtk.
14 </p> 14 </p>
15 </section> 15 </section>
16 16
17 <section> 17 <section>
18 <h3>{{ _("Make sure your GNUnet installation works...") }}</h3> 18 <h3>{{ _("Make sure your GNUnet installation works...") }}</h3>
19 <p>After installing and starting GNUnet you should make sure that your peer is connecting 19 <p>After installing and starting GNUnet you should make sure that your peer is connecting
20 to the P2P-network. By typing gnunet-core you should see something like this: 20 to the P2P-network. By typing gnunet-core you should see something like this:
21 </p> 21 </p>
22 <p> 22 <p>
@@ -47,7 +47,7 @@
47 47
48 48
49 <section> 49 <section>
50 <h4>{{ _("Filesharing") }}</h4> 50 <h4><a name="fs"></a>{{ _("Filesharing") }}</h4>
51 51
52 <p> 52 <p>
53 Let's publish a file in the GNUnet filesharing network. We use the keywords 53 Let's publish a file in the GNUnet filesharing network. We use the keywords
@@ -81,7 +81,7 @@
81 </p> 81 </p>
82 <p> 82 <p>
83 Please also refer to the chapter on <a href="=> https://docs.gnunet.org/#File_002dsharing 83 Please also refer to the chapter on <a href="=> https://docs.gnunet.org/#File_002dsharing
84 ">filesharing in the handbook</a>. 84 ">filesharing in the handbook</a>.
85 85
86 </section> 86 </section>
87 87
@@ -124,10 +124,10 @@
124 <section> 124 <section>
125 <h4>{{ _("Chatting with a (simple) client") }}</h4> 125 <h4>{{ _("Chatting with a (simple) client") }}</h4>
126 <p> 126 <p>
127 To chat a tiny bit prettier, we need to install and compile additional software. 127 To chat a tiny bit prettier, we need to install and compile additional software.
128 If you join the chat mentioned below and no one is there, feel free to ping on 128 If you join the chat mentioned below and no one is there, feel free to ping on
129 IRC/freenode #gnunet and ask if someone can join to test with you! (But we are 129 IRC/freenode #gnunet and ask if someone can join to test with you! (But we are
130 trying to be there as often as possible). 130 trying to be there as often as possible).
131 </p> 131 </p>
132 <p> 132 <p>
133 <code> 133 <code>
@@ -164,7 +164,7 @@
164 164
165 165
166 <section> 166 <section>
167 <h4>{{ _("Name resolution using GNS on the command line") }}</h4> 167 <h4><a name="gns"></a>{{ _("Name resolution using GNS on the command line") }}</h4>
168 168
169 <p>GNS is the GNU name service, a fully decentralized alternatice to DNS. We'll publish an IP address in a GNS record try to resolve it on the command line. First we need an identity which is the 169 <p>GNS is the GNU name service, a fully decentralized alternatice to DNS. We'll publish an IP address in a GNS record try to resolve it on the command line. First we need an identity which is the
170 equivalent to a zone in DNS. We'll call it "myself" and create it using the 170 equivalent to a zone in DNS. We'll call it "myself" and create it using the
@@ -253,7 +253,7 @@
253 </p> 253 </p>
254 <p> 254 <p>
255 <code> 255 <code>
256 $ gnunet-gns-proxy-setup-ca 256 $ gnunet-gns-proxy-setup-ca
257 </code> 257 </code>
258 </p> 258 </p>
259 <p>After executing this script the Browser has to be restarted.</p> 259 <p>After executing this script the Browser has to be restarted.</p>
@@ -341,7 +341,7 @@
341 <p> 341 <p>
342 <code> 342 <code>
343 [http.gnunet.]</br> 343 [http.gnunet.]</br>
344 TCP_REDIRECTS = 80:169.254.86.1:80 344 TCP_REDIRECTS = 80:169.254.86.1:80
345 </code> 345 </code>
346 </p> 346 </p>
347 <p> 347 <p>