gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [www] branch master updated: Make yet another redirect page


From: gnunet
Subject: [GNUnet-SVN] [www] branch master updated: Make yet another redirect page.
Date: Wed, 03 Jul 2019 12:06:25 +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 dfbaa3b  Make yet another redirect page.
dfbaa3b is described below

commit dfbaa3b541e8ed899f2a2ec98efab755a7d5acd1
Author: ng0 <address@hidden>
AuthorDate: Wed Jul 3 10:05:00 2019 +0000

    Make yet another redirect page.
---
 Makefile               |  3 ++-
 static/moved_gsoc.html | 13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index de240db..066fdfa 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ all: css locale template
        cp rss.xml rendered/it/rss.xml
        cp static/moved.html rendered/frontpage.html
        cd rendered; ln -fs frontpage.html frontpage
-       cd rendered; ln -fs en/gsoc.html gsoc
+       cp static/moved_gsoc.html rendered/gsoc.html
+       cd rendered; ln -fs gsoc.html gsoc
 
 # Extract translateable strings from jinja2 templates.
 # Because of the local i18nfix extractor module we need
diff --git a/static/moved_gsoc.html b/static/moved_gsoc.html
new file mode 100644
index 0000000..c8b45bf
--- /dev/null
+++ b/static/moved_gsoc.html
@@ -0,0 +1,13 @@
+<html>
+  <head>
+    <meta http-equiv="refresh" content="2;url=https://gnunet.org/en/gsoc.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://gnunet.org/en/gsoc.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]