aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-02 12:04:59 +0000
committerng0 <ng0@n0.is>2019-10-02 12:04:59 +0000
commitaeed73f87274ee0dd4188aab7f7eb1376eeb09ed (patch)
tree7e4446d70fefddc7b475caab71985a687615d525
parent6f11981f07e2c4a0a53b30436fdd7cc43f2eeaba (diff)
downloadwww-aeed73f87274ee0dd4188aab7f7eb1376eeb09ed.tar.gz
www-aeed73f87274ee0dd4188aab7f7eb1376eeb09ed.zip
add a redirect for /gns
-rw-r--r--Makefile2
-rw-r--r--static/moved_gns.html13
-rw-r--r--template/index.html.j219
3 files changed, 25 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index e3789b05..f2c50410 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,8 @@ all: css locale template
43 cd rendered; ln -fs frontpage.html frontpage 43 cd rendered; ln -fs frontpage.html frontpage
44 cp static/moved_gsoc.html rendered/gsoc.html 44 cp static/moved_gsoc.html rendered/gsoc.html
45 cd rendered; ln -fs gsoc.html gsoc 45 cd rendered; ln -fs gsoc.html gsoc
46 cp static/moved_gns.html rendered/gns.html
47 cd rendered; ln -fs gns.html gns
46 mkdir rendered/node ; cp static/moved_about.html rendered/node/about.html 48 mkdir rendered/node ; cp static/moved_about.html rendered/node/about.html
47 cd rendered/node ; ln -fs about.html 397 49 cd rendered/node ; ln -fs about.html 397
48 cp static/moved_about.html rendered/about.html 50 cp static/moved_about.html rendered/about.html
diff --git a/static/moved_gns.html b/static/moved_gns.html
new file mode 100644
index 00000000..27a26c0a
--- /dev/null
+++ b/static/moved_gns.html
@@ -0,0 +1,13 @@
1<html>
2 <head>
3 <meta http-equiv="refresh" content="2;url=https://gnunet.org" />
4 <title>Page Moved</title>
5 </head>
6 <body>
7 <!--
8 Hint, hint: server side aliases and redirects are good. Don't
9 make me add more pages like this.
10 -->
11 This page has moved. Click <a href="https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System">here</a> to go to the new page.
12 </body>
13</html>
diff --git a/template/index.html.j2 b/template/index.html.j2
index 35b1ce6a..f92642af 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -275,15 +275,16 @@
275 275
276 <p> 276 <p>
277 {% trans %} 277 {% trans %}
278 The <a href="use.html#gns">GNU Name System (GNS)</a> 278 <!-- The <a href="use.html#gns">GNU Name System (GNS)</a> -->
279 is a fully decentralized replacement 279 The <a href="https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System">GNU Name System (GNS)</a>
280 for the Domain Name System (DNS). Instead of using a 280 is a fully decentralized replacement
281 hierarchy, GNS uses a directed graph. Naming conventions 281 for the Domain Name System (DNS). Instead of using a
282 are similar to DNS, but queries and replies are private even 282 hierarchy, GNS uses a directed graph. Naming conventions
283 with respect to peers providing the answers. The integrity of 283 are similar to DNS, but queries and replies are private even
284 records and privacy of look-ups is cryptographically secured. 284 with respect to peers providing the answers. The integrity of
285 <!-- Too technical: GNS integrates 285 records and privacy of look-ups is cryptographically secured.
286 a robust, efficient and instant key revocation mechanism. --> 286 <!-- Too technical: GNS integrates
287 a robust, efficient and instant key revocation mechanism. -->
287 {% endtrans %} 288 {% endtrans %}
288 </p> 289 </p>
289 </section> 290 </section>