gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated (a97f6be -> b47b0f7)


From: gnunet
Subject: [www] branch master updated (a97f6be -> b47b0f7)
Date: Fri, 20 Dec 2019 09:41:05 +0100

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

ng0 pushed a change to branch master
in repository www.

    from a97f6be  update date
     new bbc83d8  remove gns redirect
     new 3c2d697  Revert "remove gns redirect"
     new b47b0f7  change redirect (should be jinja template to be honest), add 
GNS to navigation.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 common/navigation.j2.inc | 1 +
 static/moved_gns.html    | 8 ++------
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index dd7bb86..1befac8 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -67,6 +67,7 @@
           -->
           <li><a class="dropdown-item" target="_blank" 
href="https://docs.gnunet.org/tutorial/gnunet-tutorial.html";>{{ _("Development 
Tutorial") }}</a></li>
          <li><a class="dropdown-item" href="{{ url_localized('gnurl.html') 
}}">libgnurl</a></li>
+          <li><a class="dropdown-item" href="{{ url_localized('gns.html') 
}}">GNS</a></li>
         </ul>
       </li>
       <li class="nav-item dropdown">
diff --git a/static/moved_gns.html b/static/moved_gns.html
index 4863a0e..b34ebb5 100644
--- a/static/moved_gns.html
+++ b/static/moved_gns.html
@@ -1,13 +1,9 @@
 <html>
   <head>
-    <meta http-equiv="refresh" 
content="2;url=https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System";
 />
+    <meta http-equiv="refresh" content="2;url=https://gnunet.org/en/gns.html"; 
/>
     <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.
+    This page has moved. Click <a 
href="https://gnunet.org/en/gns.html";>here</a> to go to the new page.
   </body>
 </html>

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



reply via email to

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