aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-03 10:05:00 +0000
committerng0 <ng0@n0.is>2019-07-03 10:05:00 +0000
commitdfbaa3b541e8ed899f2a2ec98efab755a7d5acd1 (patch)
treed0edaf8637a595a679d361d0df0892370c4a977c
parent8a6075078cd825442e5c25c16b416463393bf646 (diff)
downloadwww-dfbaa3b541e8ed899f2a2ec98efab755a7d5acd1.tar.gz
www-dfbaa3b541e8ed899f2a2ec98efab755a7d5acd1.zip
Make yet another redirect page.
-rw-r--r--Makefile3
-rw-r--r--static/moved_gsoc.html13
2 files changed, 15 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de240dbd..066fdfaa 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ all: css locale template
31 cp rss.xml rendered/it/rss.xml 31 cp rss.xml rendered/it/rss.xml
32 cp static/moved.html rendered/frontpage.html 32 cp static/moved.html rendered/frontpage.html
33 cd rendered; ln -fs frontpage.html frontpage 33 cd rendered; ln -fs frontpage.html frontpage
34 cd rendered; ln -fs en/gsoc.html gsoc 34 cp static/moved_gsoc.html rendered/gsoc.html
35 cd rendered; ln -fs gsoc.html gsoc
35 36
36# Extract translateable strings from jinja2 templates. 37# Extract translateable strings from jinja2 templates.
37# Because of the local i18nfix extractor module we need 38# 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 00000000..c8b45bfe
--- /dev/null
+++ b/static/moved_gsoc.html
@@ -0,0 +1,13 @@
1<html>
2 <head>
3 <meta http-equiv="refresh" content="2;url=https://gnunet.org/en/gsoc.html" />
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://gnunet.org/en/gsoc.html">here</a> to go to the new page.
12 </body>
13</html>