|
@@ -1,5 +1,13 @@
|
|
|
<?php include "../elements/header.php" ?>
|
|
|
|
|
|
+<?php
|
|
|
+ $scheme = $_SERVER["REQUEST_SCHEME"];
|
|
|
+ $host = $_SERVER["HTTP_HOST"];
|
|
|
+ $uri = $_SERVER["REQUEST_URI"];
|
|
|
+
|
|
|
+ $url = $scheme . "://" . $host . str_replace("/index.php", "/", $uri);
|
|
|
+?>
|
|
|
+
|
|
|
<h1>Tent</h1>
|
|
|
<p>
|
|
|
Tent is a simple alternative front-end for Bandcamp.
|
|
@@ -26,6 +34,14 @@
|
|
|
<li>manage your account or collection.</li>
|
|
|
</ul>
|
|
|
|
|
|
+<h2>How do I set up Redirector?</h2>
|
|
|
+<p>To set up a redirection extension, create the following rules:</p>
|
|
|
+<ul>
|
|
|
+ <li><code>https:
|
|
|
+ <li><code>https:
|
|
|
+ <li><code>https:
|
|
|
+</ul>
|
|
|
+
|
|
|
<h2>Is Tent open-source?</h2>
|
|
|
<p>
|
|
|
Tent is still in early development.
|