ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mirrors.xhtml
Revision: 1.6
Committed: Sat Sep 24 13:50:37 2005 UTC (18 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.5: +9 -0 lines
Log Message:
Add snapshot site.

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 tdb 1.5 <li>
43     <a href="ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/">
44     ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/</a>
45     - Provided by <a href="http://www.mirror.ac.uk">The
46     JISC National Mirror Service</a>.
47     </li>
48 tdb 1.1 </ul>
49     <h2>
50     HTTP Mirrors
51     </h2>
52     <h3>
53     Master Site
54     </h3>
55     <ul>
56     <li>http://ftp.i-scream.org/pub/i-scream/</li>
57     </ul>
58     <h3>
59     UK Mirrors
60     </h3>
61     <ul>
62     <li>
63 tdb 1.4 <a href="http://ftp.uk.i-scream.org/pub/i-scream/">
64 tdb 1.3 http://ftp.uk.i-scream.org/pub/i-scream/</a>
65 tdb 1.1 - Provided by <a href="http://www.mirrorservice.org">The
66     UK Mirror Service</a>.
67     </li>
68 tdb 1.5 <li>
69     <a href="http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/">
70     http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/</a>
71     - Provided by <a href="http://www.mirror.ac.uk">The
72     JISC National Mirror Service</a>.
73     </li>
74 tdb 1.1 </ul>
75     <h2>
76     RSYNC Mirrors
77     </h2>
78     <h3>
79     Master Site
80     </h3>
81     <ul>
82     <li>rsync://rsync.i-scream.org/pub/i-scream/</li>
83     </ul>
84     <h3>
85     UK Mirrors
86     </h3>
87     <ul>
88     <li>
89 tdb 1.2 <a href="rsync://rsync.uk.i-scream.org/ftp.i-scream.org/pub/i-scream/">
90     rsync://rsync.uk.i-scream.org/ftp.i-scream.org/pub/i-scream/</a>
91 tdb 1.1 - Provided by <a href="http://www.mirrorservice.org">The
92     UK Mirror Service</a>.
93 tdb 1.5 </li>
94     <li>
95     <a href="rsync://rsync2.uk.i-scream.org/ftp.i-scream.org/">
96     rsync://rsync2.uk.i-scream.org/ftp.i-scream.org/</a>
97     - Provided by <a href="http://www.mirror.ac.uk">The
98     JISC National Mirror Service</a>.
99 tdb 1.1 </li>
100     </ul>
101 tdb 1.6 <h2>
102     Snapshot Mirrors
103     </h2>
104     <h3>
105     Master Site
106     </h3>
107     <ul>
108     <li>http://snapshots.i-scream.org/</li>
109     </ul>
110 tdb 1.1 </div>
111     <!--#include virtual="/footer.inc" -->
112     </div>
113     <!--#include virtual="/menu.inc" -->
114     </div>
115     </body>
116     </html>