diff options
Diffstat (limited to 'subsonic-web')
-rw-r--r-- | subsonic-web/android-donation.php | 4 | ||||
-rw-r--r-- | subsonic-web/api.php | 4 | ||||
-rw-r--r-- | subsonic-web/changelog.php | 4 | ||||
-rw-r--r-- | subsonic-web/demo.php | 4 | ||||
-rw-r--r-- | subsonic-web/download.php | 4 | ||||
-rw-r--r-- | subsonic-web/features.php | 4 | ||||
-rw-r--r-- | subsonic-web/forum.html | 12 | ||||
-rw-r--r-- | subsonic-web/forum.php | 4 | ||||
-rw-r--r-- | subsonic-web/index.html | 10 | ||||
-rw-r--r-- | subsonic-web/index.php | 4 | ||||
-rw-r--r-- | subsonic-web/installation.php | 4 | ||||
-rw-r--r-- | subsonic-web/robots.txt | 2 | ||||
-rw-r--r-- | subsonic-web/screenshots.php | 4 | ||||
-rw-r--r-- | subsonic-web/subsonic-ad.php | 4 | ||||
-rw-r--r-- | subsonic-web/transcode.html | 12 | ||||
-rw-r--r-- | subsonic-web/transcoding.php | 4 | ||||
-rw-r--r-- | subsonic-web/translate.php | 4 | ||||
-rw-r--r-- | subsonic-web/version.html | 12 |
18 files changed, 100 insertions, 0 deletions
diff --git a/subsonic-web/android-donation.php b/subsonic-web/android-donation.php new file mode 100644 index 00000000..f97090b4 --- /dev/null +++ b/subsonic-web/android-donation.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/pages/android-donation.jsp'); + die(); +?> diff --git a/subsonic-web/api.php b/subsonic-web/api.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/api.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/changelog.php b/subsonic-web/changelog.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/changelog.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/demo.php b/subsonic-web/demo.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/demo.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/download.php b/subsonic-web/download.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/download.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/features.php b/subsonic-web/features.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/features.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/forum.html b/subsonic-web/forum.html new file mode 100644 index 00000000..d4469b77 --- /dev/null +++ b/subsonic-web/forum.html @@ -0,0 +1,12 @@ +<html> + +<!--Redirects to the new forum page URL. Subsonic web interface point to this URL (forum.html) .--> + +<head> + <meta http-equiv="refresh" content="0;URL=http://forum.subsonic.org/"> +</head> + +<body> +</body> + +</html>
\ No newline at end of file diff --git a/subsonic-web/forum.php b/subsonic-web/forum.php new file mode 100644 index 00000000..9b9ef5f1 --- /dev/null +++ b/subsonic-web/forum.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://forum.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/index.html b/subsonic-web/index.html new file mode 100644 index 00000000..b97f8f69 --- /dev/null +++ b/subsonic-web/index.html @@ -0,0 +1,10 @@ +<html> + +<head> + <meta http-equiv="refresh" content="0;URL=http://www.subsonic.org/"> +</head> + +<body> +</body> + +</html>
\ No newline at end of file diff --git a/subsonic-web/index.php b/subsonic-web/index.php new file mode 100644 index 00000000..96d54c85 --- /dev/null +++ b/subsonic-web/index.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?>
\ No newline at end of file diff --git a/subsonic-web/installation.php b/subsonic-web/installation.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/installation.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/robots.txt b/subsonic-web/robots.txt new file mode 100644 index 00000000..8093c87b --- /dev/null +++ b/subsonic-web/robots.txt @@ -0,0 +1,2 @@ +User-agent: *
+Disallow:
\ No newline at end of file diff --git a/subsonic-web/screenshots.php b/subsonic-web/screenshots.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/screenshots.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/subsonic-ad.php b/subsonic-web/subsonic-ad.php new file mode 100644 index 00000000..2853b9cc --- /dev/null +++ b/subsonic-web/subsonic-ad.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/pages/subsonic-ad.jsp'); + die(); +?> diff --git a/subsonic-web/transcode.html b/subsonic-web/transcode.html new file mode 100644 index 00000000..9beb4682 --- /dev/null +++ b/subsonic-web/transcode.html @@ -0,0 +1,12 @@ +<html> + +<!--Redirects to the new transcoding page URL. Subsonic web interface point to this URL (transcode.html) .--> + +<head> + <meta http-equiv="refresh" content="0;URL=http://www.subsonic.org/pages/transcoding.jsp"> +</head> + +<body> +</body> + +</html>
\ No newline at end of file diff --git a/subsonic-web/transcoding.php b/subsonic-web/transcoding.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/transcoding.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/translate.php b/subsonic-web/translate.php new file mode 100644 index 00000000..e78d756e --- /dev/null +++ b/subsonic-web/translate.php @@ -0,0 +1,4 @@ +<?php + header('Location:http://www.subsonic.org/'); + die(); +?> diff --git a/subsonic-web/version.html b/subsonic-web/version.html new file mode 100644 index 00000000..e3e9156d --- /dev/null +++ b/subsonic-web/version.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<body> + +<p>SUBSONIC_FULL_VERSION_BEGIN4.6SUBSONIC_FULL_VERSION_END</p> + +<p>SUBSONIC_BETA_VERSION_BEGIN4.7.beta2SUBSONIC_BETA_VERSION_END</p> + +<p>SUBSONIC_ANDROID_VERSION_BEGIN1.7.1SUBSONIC_ANDROID_VERSION_END</p> +</body> +</html>
\ No newline at end of file |