aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-03 10:23:17 +0000
committerng0 <ng0@n0.is>2019-07-03 10:23:17 +0000
commit09a396d964c921fb5a746439ac71a3bc9bacd835 (patch)
treec319847f49eaf30a83184fb80947bef7d30a5899
parentdfbaa3b541e8ed899f2a2ec98efab755a7d5acd1 (diff)
downloadwww-09a396d964c921fb5a746439ac71a3bc9bacd835.tar.gz
www-09a396d964c921fb5a746439ac71a3bc9bacd835.zip
node/397 -> about
-rw-r--r--Makefile2
-rw-r--r--static/moved_about.html13
2 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 066fdfaa..09c7c95a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ all: css locale template
33 cd rendered; ln -fs frontpage.html frontpage 33 cd rendered; ln -fs frontpage.html frontpage
34 cp static/moved_gsoc.html rendered/gsoc.html 34 cp static/moved_gsoc.html rendered/gsoc.html
35 cd rendered; ln -fs gsoc.html gsoc 35 cd rendered; ln -fs gsoc.html gsoc
36 mkdir rendered/node ; cp static/moved_about.html rendered/node/about.html
37 cd rendered/node ; ln -fs about.html 397
36 38
37# Extract translateable strings from jinja2 templates. 39# Extract translateable strings from jinja2 templates.
38# Because of the local i18nfix extractor module we need 40# Because of the local i18nfix extractor module we need
diff --git a/static/moved_about.html b/static/moved_about.html
new file mode 100644
index 00000000..0ff90e57
--- /dev/null
+++ b/static/moved_about.html
@@ -0,0 +1,13 @@
1<html>
2 <head>
3 <meta http-equiv="refresh" content="2;url=https://gnunet.org/en/about.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/about.html">here</a> to go to the new page.
12 </body>
13</html>