aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/about.html.j222
-rw-r--r--template/architecture.html.j28
-rw-r--r--template/install-on-macos.html.j22
-rw-r--r--template/install-on-netbsd.html.j22
-rw-r--r--template/use.html.j212
5 files changed, 20 insertions, 26 deletions
diff --git a/template/about.html.j2 b/template/about.html.j2
index 685f5217..9830bce7 100644
--- a/template/about.html.j2
+++ b/template/about.html.j2
@@ -70,16 +70,16 @@
70 </p> 70 </p>
71 <p> 71 <p>
72 {% trans %} 72 {% trans %}
73 To get know and learn more, please check our <a href="https://docs.gnunet.org">handbook</a>, especially the <a href="https://docs.gnunet.org/#Key-Concepts">chapter on "Key Concepts"</a>, explaining the fundamental concepts of GNUnet: 73 To get know and learn more, please check our <a href="https://docs.gnunet.org/handbook/">handbook</a>, especially the <a href="https://docs.gnunet.org/handbook/#Key-Concepts">chapter on "Key Concepts"</a>, explaining the fundamental concepts of GNUnet:
74 <ul> 74 <ul>
75 <li><a href="https://docs.gnunet.org/#Authentication">Authentication</a></li> 75 <li><a href="https://docs.gnunet.org/handbook/#Authentication">Authentication</a></li>
76 <li><a href="https://docs.gnunet.org/#Accounting-to-Encourage-Resource-Sharing">Accounting to Encourage Resource Sharing</a></li> 76 <li><a href="https://docs.gnunet.org/handbook/#Accounting-to-Encourage-Resource-Sharing">Accounting to Encourage Resource Sharing</a></li>
77 <li><a href="https://docs.gnunet.org/#Confidentiality">Confidentiality</a></li> 77 <li><a href="https://docs.gnunet.org/handbook/#Confidentiality">Confidentiality</a></li>
78 <li><a href="https://docs.gnunet.org/#Anonymity">Anonymity</a></li> 78 <li><a href="https://docs.gnunet.org/handbook/#Anonymity">Anonymity</a></li>
79 <li><a href="https://docs.gnunet.org/#Deniability">Deniability</a></li> 79 <li><a href="https://docs.gnunet.org/handbook/#Deniability">Deniability</a></li>
80 <li><a href="https://docs.gnunet.org/#Peer-Identities">Peer Identities</a></li> 80 <li><a href="https://docs.gnunet.org/handbook/#Peer-Identities">Peer Identities</a></li>
81 <li><a href="https://docs.gnunet.org/#Zones-in-the-GNU-Name-System-_0028GNS-Zones_0029">Zones in the GNU Name System (GNS Zones)</a></li> 81 <li><a href="https://docs.gnunet.org/handbook/#Zones-in-the-GNU-Name-System-_0028GNS-Zones_0029">Zones in the GNU Name System (GNS Zones)</a></li>
82 <li><a href="https://docs.gnunet.org/#Egos">Egos</a></li> 82 <li><a href="https://docs.gnunet.org/handbook/#Egos">Egos</a></li>
83 </ul> 83 </ul>
84 {% endtrans %} 84 {% endtrans %}
85 </p> 85 </p>
@@ -93,12 +93,12 @@
93 </p> 93 </p>
94 <p> 94 <p>
95 {% trans %} 95 {% trans %}
96 You are most welcome to <a href="https://gnunet.org/en/engage.html">get engaged into the conversation</a>, <a href="https://gnunet.org/en/install.html">install GNUnet</a>, <a href="https://gnunet.org/en/use.html">use it</a> and <a href="https://gnunet.org/en/contribute.html">contribute</a> in various ways. 96 You are most welcome to <a href="engage.html">get engaged into the conversation</a>, <a href="install.html">install GNUnet</a>, <a href="use.html">use it</a> and <a href="contribute.html">contribute</a> in various ways.
97 {% endtrans %} 97 {% endtrans %}
98 </p> 98 </p>
99 <p> 99 <p>
100 {% trans %} 100 {% trans %}
101Please be aware that this project is (despite of it's age) still in an early alpha stage when it comes to software &#8211; its not an easy task to rewrite the whole Internet! 101 Please be aware that this project is (despite of it's age) still in an early alpha stage when it comes to software &#8211; its not an easy task to rewrite the whole Internet!
102 {% endtrans %} 102 {% endtrans %}
103 <br> 103 <br>
104 </p> 104 </p>
diff --git a/template/architecture.html.j2 b/template/architecture.html.j2
index 76fc138e..0484c42f 100644
--- a/template/architecture.html.j2
+++ b/template/architecture.html.j2
@@ -86,13 +86,13 @@
86 <div class="col-md"> 86 <div class="col-md">
87 <h2>{{ _("System architecture") }}</h2> 87 <h2>{{ _("System architecture") }}</h2>
88 <p> 88 <p>
89 Read more about the system architecure in the respective section of our <a href="https://docs.gnunet.org/#System-Architecture" target="_blank">handbook</a>. 89 Read more about the system architecure in the respective section of our <a href="https://docs.gnunet.org/handbook/#System-Architecture" target="_blank">handbook</a>.
90 </p> 90 </p>
91 </div> 91 </div>
92 <div class="col-md"> 92 <div class="col-md">
93 <h2>{{ _("Subsystems") }}</h2> 93 <h2>{{ _("Subsystems") }}</h2>
94 <p> 94 <p>
95 Read more about the subsystems (or GNUnet services) in the respective section of our <a href="https://docs.gnunet.org/#Code-overview" target="_blank">handbook</a>. 95 Read more about the subsystems (or GNUnet services) in the respective section of our <a href="https://docs.gnunet.org/handbook/#Code-overview" target="_blank">handbook</a>.
96 </p> 96 </p>
97 </div> 97 </div>
98 </div> 98 </div>
@@ -101,13 +101,13 @@
101 <div class="col-md"> 101 <div class="col-md">
102 <h2>{{ _("libgnunetutil") }}</h2> 102 <h2>{{ _("libgnunetutil") }}</h2>
103 <p> 103 <p>
104 libgnunetutil is the fundamental library that all GNUnet code builds upon. Ideally, this library should contain most of the platform dependent code (except for user interfaces and really special needs that only few applications have). Read <a href="https://docs.gnunet.org/#libgnunetutil">more</a>. 104 libgnunetutil is the fundamental library that all GNUnet code builds upon. Ideally, this library should contain most of the platform dependent code (except for user interfaces and really special needs that only few applications have). Read <a href="https://docs.gnunet.org/handbook/#libgnunetutil">more</a>.
105 </p> 105 </p>
106 </div> 106 </div>
107 <div class="col-md"> 107 <div class="col-md">
108 <h2>{{ _("APIs") }}</h2> 108 <h2>{{ _("APIs") }}</h2>
109 <p> 109 <p>
110 GNUnet offers variaty of APIs for <a href="https://docs.gnunet.org/#Interprocess-communication-API-_0028IPC_0029" target="_blank">accessing services</a> (using IPC), <a href="https://docs.gnunet.org/#Service-API">running services</a>, <a href="https://docs.gnunet.org/#Message-Queue-API">message queues</a>, or <a href="https://docs.gnunet.org/#Cryptography-API" target="_blank">cryptographic operations</a>. 110 GNUnet offers variaty of APIs for <a href="https://docs.gnunet.org/handbook/#Interprocess-communication-API-_0028IPC_0029" target="_blank">accessing services</a> (using IPC), <a href="https://docs.gnunet.org/#Service-API">running services</a>, <a href="https://docs.gnunet.org/#Message-Queue-API">message queues</a>, or <a href="https://docs.gnunet.org/handbook/#Cryptography-API" target="_blank">cryptographic operations</a>.
111 </p> 111 </p>
112 </div> 112 </div>
113 </div> 113 </div>
diff --git a/template/install-on-macos.html.j2 b/template/install-on-macos.html.j2
index 80b1a012..7a56441f 100644
--- a/template/install-on-macos.html.j2
+++ b/template/install-on-macos.html.j2
@@ -34,7 +34,7 @@
34 34
35 <p>And you're done!. <br/> 35 <p>And you're done!. <br/>
36 GNUnet has a number of services and features. 36 GNUnet has a number of services and features.
37 Please check <a href="https://docs.gnunet.org">our documentation</a> 37 Please check <a href="https://docs.gnunet.org/">our documentation</a>
38 to learn how to use them. If you find anything odd or bugs, please 38 to learn how to use them. If you find anything odd or bugs, please
39 <a href="https://gnunet.org/bugs">let us know</a>. 39 <a href="https://gnunet.org/bugs">let us know</a>.
40 </p> 40 </p>
diff --git a/template/install-on-netbsd.html.j2 b/template/install-on-netbsd.html.j2
index aba939b3..adf15033 100644
--- a/template/install-on-netbsd.html.j2
+++ b/template/install-on-netbsd.html.j2
@@ -91,7 +91,7 @@
91 <p> 91 <p>
92 And you're done!.<br> 92 And you're done!.<br>
93 GNUnet has a number of services and features. 93 GNUnet has a number of services and features.
94 Please check <a href="https://docs.gnunet.org">our documentation</a> 94 Please check <a href="https://docs.gnunet.org/">our documentation</a>
95 to learn how to use them. If you find anything odd or bugs, please 95 to learn how to use them. If you find anything odd or bugs, please
96 <a href="https://bugs.gnunet.org">let us know</a>. 96 <a href="https://bugs.gnunet.org">let us know</a>.
97 </p> 97 </p>
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