aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-20 08:28:33 +0000
committerng0 <ng0@n0.is>2019-12-20 08:28:33 +0000
commitbbc83d85730e532a6ce43c702f743e26bb12aca7 (patch)
tree1c1e5729f89a57214758e06c28d8e9caaa39c16f
parenta97f6beb152b6fe13fc3ff8a3a21fc21eb697057 (diff)
downloadwww-bbc83d85730e532a6ce43c702f743e26bb12aca7.tar.gz
www-bbc83d85730e532a6ce43c702f743e26bb12aca7.zip
remove gns redirect
-rw-r--r--Makefile2
-rw-r--r--www.yml6
2 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index e47f3faa..fdf292f4 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,6 @@ all: 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 ($(cp) static/moved_gns.html rendered/gns.html)
37 (cd rendered; $(ln) -fs gns.html gns)
38 ($(mkdir) -p rendered/node ; $(cp) static/moved_about.html rendered/node/about.html) 36 ($(mkdir) -p rendered/node ; $(cp) static/moved_about.html rendered/node/about.html)
39 (cd rendered/node ; $(ln) -fs about.html 397) 37 (cd rendered/node ; $(ln) -fs about.html 397)
40 ($(cp) static/moved_about.html rendered/about.html) 38 ($(cp) static/moved_about.html rendered/about.html)
diff --git a/www.yml b/www.yml
index aeb0dbaa..d084811c 100644
--- a/www.yml
+++ b/www.yml
@@ -23,9 +23,6 @@ symlinks:
23 - file: about.html 23 - file: about.html
24 targets: 24 targets:
25 - philosophy 25 - philosophy
26 - file: gns.html
27 targets:
28 - gns
29 - file: node/about.html 26 - file: node/about.html
30 targets: 27 targets:
31 - "397" 28 - "397"
@@ -45,9 +42,6 @@ staticfiles:
45 - file: moved_about.html 42 - file: moved_about.html
46 targets: 43 targets:
47 - about.html 44 - about.html
48 - file: moved_gns.html
49 targets:
50 - gns.html
51meetingnotes: 45meetingnotes:
52 2013: 2013-12-27 46 2013: 2013-12-27
53 2014: 2014-12-28 47 2014: 2014-12-28