Skip to content

Commit 4bd4e28

Browse files
committed
fix: added legacy files for magellan client
1 parent a96cca4 commit 4bd4e28

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

static/api/locations/index.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"www.root" : "https://magellan2.github.io",
3+
"www.bugtracker" : "https://magellan2.github.io/bugs/",
4+
"www.homepage.alt" : "https://magellan2.github.io",
5+
"www.download" : "https://magellan2.github.io/de/download/",
6+
"www.download.de" : "https://magellan2.github.io/de/download/",
7+
"www.download.en" : "https://magellan2.github.io/en/download/",
8+
"www.files" : "https://sourceforge.net/projects/magellan-client/files/",
9+
"www.fernando" : "https://en.wikipedia.org/wiki/Ferdinand_Magellan",
10+
"version.release" : "https://magellan2.github.io/release/VERSION",
11+
"version.nightly" : "https://magellan2.github.io/latest/VERSION",
12+
"api.versions" : "https://magellan2.github.io/api/versions"
13+
}

static/api/versions/index.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"versions": {
3+
"latest": {
4+
"raw": "2.1.0-791.rc",
5+
"major": "2",
6+
"minor": "1",
7+
"revision": "0",
8+
"pre": "791.rc",
9+
"build": "791",
10+
"type": "rc"
11+
},
12+
"stable": {
13+
"raw": "v2.0.6-685",
14+
"major": "2",
15+
"minor": "0",
16+
"revision": "6",
17+
"pre": "685",
18+
"build": "685",
19+
"type": ""
20+
},
21+
"beta": {
22+
"raw": "2.1.0-713.beta8",
23+
"major": "2",
24+
"minor": "1",
25+
"revision": "0",
26+
"pre": "713.beta8",
27+
"build": "713",
28+
"type": "beta"
29+
}
30+
}
31+
}

static/bugs/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" >
3+
<head>
4+
<link rel="SHORTCUT ICON" href="/favicon.ico" />
5+
<link rel="stylesheet" href="/default.css" type="text/css" />
6+
<title>Weiterleitung</title>
7+
<meta http-equiv="refresh" content="0;url=http://eressea.dracones.de/magellanbugs" />
8+
</head>
9+
<body>
10+
<h1>Automatische Weiterleitung</h1>
11+
<img style="float:right" alt="Magellan Logo" src="/images/logo.jpg" />
12+
<p>
13+
Sollte die automatische Weiterleitung nicht funktionieren, dann klicken Sie bitte <a href="http://eressea.dracones.de/magellanbugs">hier</a>.
14+
<br />
15+
If the automatic redirect dose not work, please click <a href="http://eressea.dracones.de/magellanbugs">here</a>.
16+
</p>
17+
</body>
18+
</html>
19+

0 commit comments

Comments
 (0)