From ee8ef1b5b92825290bcde25ce32b7d21b8dfbc81 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 11 Dec 2020 09:19:07 -0500 Subject: [PATCH 1/4] permanent_redirects.map: add some /equinox and /beta redirects --- permanent_redirects.map | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/permanent_redirects.map b/permanent_redirects.map index 722b57a..fdd5aa3 100644 --- a/permanent_redirects.map +++ b/permanent_redirects.map @@ -1,3 +1,5 @@ +"/beta/wwtsetup.6.0.11.msi" "https://wwtweb.blob.core.windows.net/drops/wwtsetup.6.0.11.msi"; + "/docs/samples/displaycode.htm" "https://worldwidetelescope.github.io/#example-code"; "/docs/samples/sample_wwt web client arrived.html" "https://worldwidetelescope.github.io/#example-code"; "/docs/samples/sample_wwt web client click event.html" "https://worldwidetelescope.github.io/#example-code"; @@ -105,6 +107,10 @@ "/docs/worldwidetelescopelocalizationtool.html" "https://docs.worldwidetelescope.org/"; "/docs/wwtsdkfactsheet.pdf" "https://docs.worldwidetelescope.org/"; +"/equinox" "https://worldwidetelescope.org/download/"; +"/equinox/" "https://worldwidetelescope.org/download/"; +"/equinox/wwtequinoxsetup.msi" "https://worldwidetelescope.org/download/"; + "/getinvolved" "https://worldwidetelescope.org/connect/"; "/getinvolved/" "https://worldwidetelescope.org/connect/"; "/getinvolved/develop" "https://worldwidetelescope.github.io/"; From 3d6117510d9bc70dc82c1009a1b021d5de5adaa0 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 11 Dec 2020 10:06:53 -0500 Subject: [PATCH 2/4] static/Home.aspx: add this (and home.aspx too) --- static/Home.aspx | 12 ++++++++++++ static/home.aspx | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 static/Home.aspx create mode 100644 static/home.aspx diff --git a/static/Home.aspx b/static/Home.aspx new file mode 100644 index 0000000..514a555 --- /dev/null +++ b/static/Home.aspx @@ -0,0 +1,12 @@ + + + + Redirect + + + + + +

Click here to be redirected.

+ + diff --git a/static/home.aspx b/static/home.aspx new file mode 100644 index 0000000..514a555 --- /dev/null +++ b/static/home.aspx @@ -0,0 +1,12 @@ + + + + Redirect + + + + + +

Click here to be redirected.

+ + From 37dbab08f03fb594b9653aef6f48ea79aa39563d Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 11 Dec 2020 11:19:47 -0500 Subject: [PATCH 3/4] permanent_redirects.map: /beta/WWTSetup.3.0.60.msi --- permanent_redirects.map | 1 + 1 file changed, 1 insertion(+) diff --git a/permanent_redirects.map b/permanent_redirects.map index fdd5aa3..7b7d8c6 100644 --- a/permanent_redirects.map +++ b/permanent_redirects.map @@ -1,3 +1,4 @@ +"/beta/WWTSetup.3.0.60.msi" "https://worldwidetelescope.org/download/"; "/beta/wwtsetup.6.0.11.msi" "https://wwtweb.blob.core.windows.net/drops/wwtsetup.6.0.11.msi"; "/docs/samples/displaycode.htm" "https://worldwidetelescope.github.io/#example-code"; From b39da366c82c334f355ec870f9509539a74a5abc Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 22 Dec 2020 13:02:15 -0500 Subject: [PATCH 4/4] nginx.conf.template: add WTML content-type --- nginx.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf.template b/nginx.conf.template index d3253c6..d3b2d53 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -21,6 +21,7 @@ http { default_type application/octet-stream; types { + application/x-wtml wtml; text/html aspx; }