ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mirrors.xhtml
Revision: 1.2
Committed: Sun Aug 1 17:09:28 2004 UTC (19 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Rsync uses a different URL. I did ponder a generic download.uk address,
but after some thought it wouldn't match the master site. Maybe changing
the whole lot and having download.i-scream.org as the master is the way
to go - who knows :-)

File Contents

# User Rev Content
1 tdb 1.1 <!--#include virtual="/doctype.inc" -->
2     <head>
3     <title>
4     Download Mirrors
5     </title>
6     <!--#include virtual="/style.inc" -->
7     </head>
8     <body>
9     <div id="container">
10     <div id="main">
11     <!--#include virtual="/header.inc" -->
12     <div id="contents">
13     <h1 class="top">
14     Download Mirrors
15     </h1>
16     <p>
17     This is a list of mirrors containing i-scream downloads.
18     Please choose a mirror, preferably near you, rather than
19     the master site. If you want to mirror i-scream please
20     <a href="mailto:dev@i-scream.org">contact</a> us with
21     details.
22     </p>
23     <h2>
24     FTP Mirrors
25     </h2>
26     <h3>
27     Master Site
28     </h3>
29     <ul>
30     <li>ftp://ftp.i-scream.org/pub/i-scream/</li>
31     </ul>
32     <h3>
33     UK Mirrors
34     </h3>
35     <ul>
36     <li>
37     <a href="ftp://ftp.uk.i-scream.org/pub/i-scream/">
38     ftp://ftp.uk.i-scream.org/pub/i-scream/</a>
39     - Provided by <a href="http://www.mirrorservice.org">The
40     UK Mirror Service</a>.
41     </li>
42     </ul>
43     <h2>
44     HTTP Mirrors
45     </h2>
46     <h3>
47     Master Site
48     </h3>
49     <ul>
50     <li>http://ftp.i-scream.org/pub/i-scream/</li>
51     </ul>
52     <h3>
53     UK Mirrors
54     </h3>
55     <ul>
56     <li>
57     <a href="http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/">
58     http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/</a>
59     - Provided by <a href="http://www.mirrorservice.org">The
60     UK Mirror Service</a>.
61     </li>
62     </ul>
63     <h2>
64     RSYNC Mirrors
65     </h2>
66     <h3>
67     Master Site
68     </h3>
69     <ul>
70     <li>rsync://rsync.i-scream.org/pub/i-scream/</li>
71     </ul>
72     <h3>
73     UK Mirrors
74     </h3>
75     <ul>
76     <li>
77 tdb 1.2 <a href="rsync://rsync.uk.i-scream.org/ftp.i-scream.org/pub/i-scream/">
78     rsync://rsync.uk.i-scream.org/ftp.i-scream.org/pub/i-scream/</a>
79 tdb 1.1 - Provided by <a href="http://www.mirrorservice.org">The
80     UK Mirror Service</a>.
81     </li>
82     </ul>
83     </div>
84     <!--#include virtual="/footer.inc" -->
85     </div>
86     <!--#include virtual="/menu.inc" -->
87     </div>
88     </body>
89     </html>