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.j212
1 files changed, 3 insertions, 9 deletions
diff --git a/template/use.html.j2 b/template/use.html.j2
index b4f2fdc8..cfdd2e60 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -22,9 +22,9 @@
22 <div class="col"> 22 <div class="col">
23 <section> 23 <section>
24 <p> 24 <p>
25 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>. 25 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/">documentation</a>, e.g. in the section <a href="https://docs.gnunet.org/handbook/#toc-Using-GNUnet-1">"using GNUnet"</a> in the handbook.
26 26
27 The configuration in the handbook / reference manual is done with the UI interface gnunet-gtk. 27 The configuration in the handbook is done with the UI interface gnunet-gtk.
28 </p> 28 </p>
29 </section> 29 </section>
30 30
@@ -98,12 +98,9 @@
98 <a href="https://docs.gnunet.org/#File_002dsharing">filesharing in the handbook</a>. 98 <a href="https://docs.gnunet.org/#File_002dsharing">filesharing in the handbook</a>.
99 99
100 </section> 100 </section>
101
102
103
104 <section> 101 <section>
105 <h3><a name="cadet" class="subnav-anchor"></a>{{ _("CADET (and Chat)") }}</h3>
106 102
103 <h3><a name="cadet" class="subnav-anchor"></a>{{ _("CADET (and Chat)") }}</h3>
107 <p> 104 <p>
108 We can use the `gnunet-cadet` command line tool to open a port and from 105 We can use the `gnunet-cadet` command line tool to open a port and from
109 another machine connect to this port and chat or transfer data. First we need 106 another machine connect to this port and chat or transfer data. First we need
@@ -177,11 +174,8 @@
177 </p> 174 </p>
178 </section> 175 </section>
179 176
180
181
182 <section> 177 <section>
183 <h3><a name="gns_cli" class="subnav-anchor"></a>{{ _("Name resolution using GNS on the command line") }}</h3> 178 <h3><a name="gns_cli" class="subnav-anchor"></a>{{ _("Name resolution using GNS on the command line") }}</h3>
184
185 <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 179 <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
186 equivalent to a zone in DNS. We'll call it "myself" and create it using the 180 equivalent to a zone in DNS. We'll call it "myself" and create it using the
187 `gnunet-identity` command line tool. Instead of "myself" you can surely use your 181 `gnunet-identity` command line tool. Instead of "myself" you can surely use your