]> i-scream Git - www.i-scream.org.git/blobdiff - www/mirrors.xhtml
Add Download Mirrors page.
[www.i-scream.org.git] / www / mirrors.xhtml
diff --git a/www/mirrors.xhtml b/www/mirrors.xhtml
new file mode 100755 (executable)
index 0000000..7202fbb
--- /dev/null
@@ -0,0 +1,89 @@
+<!--#include virtual="/doctype.inc" -->
+  <head>
+    <title>
+      Download Mirrors
+    </title>
+<!--#include virtual="/style.inc" -->
+  </head>
+  <body>
+    <div id="container">
+      <div id="main">
+<!--#include virtual="/header.inc" -->
+        <div id="contents">
+          <h1 class="top">
+            Download Mirrors
+          </h1>
+          <p>
+            This is a list of mirrors containing i-scream downloads.
+            Please choose a mirror, preferably near you, rather than
+            the master site. If you want to mirror i-scream please
+            <a href="mailto:dev@i-scream.org">contact</a> us with
+            details.
+          </p>
+          <h2>
+            FTP Mirrors
+          </h2>
+          <h3>
+            Master Site
+          </h3>
+          <ul>
+            <li>ftp://ftp.i-scream.org/pub/i-scream/</li>
+          </ul>
+          <h3>
+            UK Mirrors
+          </h3>
+          <ul>
+            <li>
+              <a href="ftp://ftp.uk.i-scream.org/pub/i-scream/">
+                ftp://ftp.uk.i-scream.org/pub/i-scream/</a>
+              - Provided by <a href="http://www.mirrorservice.org">The
+                UK Mirror Service</a>.
+            </li>
+          </ul>
+          <h2>
+            HTTP Mirrors
+          </h2>
+          <h3>
+            Master Site
+          </h3>
+          <ul>
+            <li>http://ftp.i-scream.org/pub/i-scream/</li>
+          </ul>
+          <h3>
+            UK Mirrors
+          </h3>
+          <ul>
+            <li>
+              <a href="http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/">
+                http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/</a>
+              - Provided by <a href="http://www.mirrorservice.org">The
+                UK Mirror Service</a>.
+            </li>
+          </ul>
+          <h2>
+            RSYNC Mirrors
+          </h2>
+          <h3>
+            Master Site
+          </h3>
+          <ul>
+            <li>rsync://rsync.i-scream.org/pub/i-scream/</li>
+          </ul>
+          <h3>
+            UK Mirrors
+          </h3>
+          <ul>
+            <li>
+              <a href="rsync://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/">
+                rsync://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/</a>
+              - Provided by <a href="http://www.mirrorservice.org">The
+                UK Mirror Service</a>.
+            </li>
+          </ul>
+        </div>
+<!--#include virtual="/footer.inc" -->
+      </div>
+<!--#include virtual="/menu.inc" -->
+    </div>
+  </body>
+</html>