Merge pull request #11 from pkgw/next

More loose-end-tidying
This commit is contained in:
Peter Williams 2020-12-22 13:04:26 -05:00 коммит произвёл GitHub
Родитель 03aecf13b0 b39da366c8
Коммит 7f65722588
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 32 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,7 @@ http {
default_type application/octet-stream;
types {
application/x-wtml wtml;
text/html aspx;
}

Просмотреть файл

@ -1,3 +1,6 @@
"/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";
"/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 +108,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/";

12
static/Home.aspx Normal file
Просмотреть файл

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirect</title>
<link rel="canonical" href="/home/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url=/home/" />
</head>
<body>
<p><a href="/home/">Click here</a> to be redirected.</p>
</body>
</html>

12
static/home.aspx Normal file
Просмотреть файл

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirect</title>
<link rel="canonical" href="/home/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url=/home/" />
</head>
<body>
<p><a href="/home/">Click here</a> to be redirected.</p>
</body>
</html>