]> i-scream Git - www.i-scream.org.git/commitdiff
Add Download Mirrors page.
authorTim Bishop <tim@bishnet.net>
Sun, 1 Aug 2004 15:06:22 +0000 (15:06 +0000)
committerTim Bishop <tim@bishnet.net>
Sun, 1 Aug 2004 15:06:22 +0000 (15:06 +0000)
www/menu-static.inc
www/menu.inc
www/mirrors.xhtml [new file with mode: 0755]

index 38568af2ffd4a08ae4de60aed1a9e6da2415fe07..d9594fa4b813d8b47569ff89cb811a0e3a1fa048 100644 (file)
@@ -24,6 +24,9 @@
         <h3 class="heading">
           Resources
         </h3>
+        <ul>
+          <li><a href="http://www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
+        </ul>
         <ul>
           <li><a href="http://www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
           <li><a href="http://wiki.i-scream.org/">Wiki</a></li>
index f671049003cb7bdad4391bc821dc1a26f3bb4639..dc025f44fa12569019c95ad6e1bb8bf6d2d6ff14 100644 (file)
@@ -24,6 +24,9 @@
         <h3 class="heading">
           Resources
         </h3>
+        <ul>
+          <li><a href="http://www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
+        </ul>
         <ul>
           <li><a href="http://www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
           <li><a href="http://wiki.i-scream.org/">Wiki</a></li>
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>