gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [www] branch master updated: add a redirect for /gns


From: gnunet
Subject: [GNUnet-SVN] [www] branch master updated: add a redirect for /gns
Date: Wed, 02 Oct 2019 14:07:27 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new aeed73f  add a redirect for /gns
aeed73f is described below

commit aeed73f87274ee0dd4188aab7f7eb1376eeb09ed
Author: ng0 <address@hidden>
AuthorDate: Wed Oct 2 12:04:59 2019 +0000

    add a redirect for /gns
---
 Makefile               |  2 ++
 static/moved_gns.html  | 13 +++++++++++++
 template/index.html.j2 | 19 ++++++++++---------
 3 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index e3789b0..f2c5041 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,8 @@ all: css locale template
        cd rendered; ln -fs frontpage.html frontpage
        cp static/moved_gsoc.html rendered/gsoc.html
        cd rendered; ln -fs gsoc.html gsoc
+       cp static/moved_gns.html rendered/gns.html
+       cd rendered; ln -fs gns.html gns
        mkdir rendered/node ; cp static/moved_about.html 
rendered/node/about.html
        cd rendered/node ; ln -fs about.html 397
        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 0000000..27a26c0
--- /dev/null
+++ b/static/moved_gns.html
@@ -0,0 +1,13 @@
+<html>
+  <head>
+    <meta http-equiv="refresh" content="2;url=https://gnunet.org"; />
+    <title>Page Moved</title>
+  </head>
+  <body>
+    <!-- 
+         Hint, hint: server side aliases and redirects are good. Don't
+         make me add more pages like this.
+      -->
+    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.
+  </body>
+</html>
diff --git a/template/index.html.j2 b/template/index.html.j2
index 35b1ce6..f92642a 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -275,15 +275,16 @@
 
       <p>
         {% trans %}
-        The <a href="use.html#gns">GNU Name System (GNS)</a>
-        is a fully decentralized replacement
-       for the Domain Name System (DNS).  Instead of using a
-       hierarchy, GNS uses a directed graph.  Naming conventions
-       are similar to DNS, but queries and replies are private even
-       with respect to peers providing the answers.  The integrity of
-       records and privacy of look-ups is cryptographically secured.
-       <!-- Too technical: GNS integrates
-       a robust, efficient and instant key revocation mechanism. -->
+          <!-- The <a href="use.html#gns">GNU Name System (GNS)</a> -->
+          The <a 
href="https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System";>GNU 
Name System (GNS)</a>
+          is a fully decentralized replacement
+         for the Domain Name System (DNS).  Instead of using a
+         hierarchy, GNS uses a directed graph.  Naming conventions
+         are similar to DNS, but queries and replies are private even
+         with respect to peers providing the answers.  The integrity of
+         records and privacy of look-ups is cryptographically secured.
+         <!-- Too technical: GNS integrates
+              a robust, efficient and instant key revocation mechanism. -->
         {% endtrans %}
       </p>
       </section>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]