ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mirrors.xhtml
Revision: 1.7
Committed: Tue Nov 1 12:31:04 2005 UTC (18 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.6: +16 -6 lines
Log Message:
Add linuxshop mirror.

File Contents

# Content
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 <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 </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 <a href="http://ftp.uk.i-scream.org/pub/i-scream/">
64 http://ftp.uk.i-scream.org/pub/i-scream/</a>
65 - Provided by <a href="http://www.mirrorservice.org/">The
66 UK Mirror Service</a>.
67 </li>
68 <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 </ul>
75 <h3>
76 US Mirrors
77 </h3>
78 <ul>
79 <li>
80 <a href="http://www.linuxshop.us/i-scream/">
81 http://www.linuxshop.us/i-scream/</a>
82 - Provided by <a href="http://www.linuxshop.us/">Linux Shop</a>.
83 </li>
84 </ul>
85 <h2>
86 RSYNC Mirrors
87 </h2>
88 <h3>
89 Master Site
90 </h3>
91 <ul>
92 <li>rsync://rsync.i-scream.org/pub/i-scream/</li>
93 </ul>
94 <h3>
95 UK Mirrors
96 </h3>
97 <ul>
98 <li>
99 <a href="rsync://rsync.uk.i-scream.org/ftp.i-scream.org/pub/i-scream/">
100 rsync://rsync.uk.i-scream.org/ftp.i-scream.org/pub/i-scream/</a>
101 - Provided by <a href="http://www.mirrorservice.org/">The
102 UK Mirror Service</a>.
103 </li>
104 <li>
105 <a href="rsync://rsync2.uk.i-scream.org/ftp.i-scream.org/">
106 rsync://rsync2.uk.i-scream.org/ftp.i-scream.org/</a>
107 - Provided by <a href="http://www.mirror.ac.uk/">The
108 JISC National Mirror Service</a>.
109 </li>
110 </ul>
111 <h2>
112 Snapshot Mirrors
113 </h2>
114 <h3>
115 Master Site
116 </h3>
117 <ul>
118 <li>http://snapshots.i-scream.org/</li>
119 </ul>
120 </div>
121 <!--#include virtual="/footer.inc" -->
122 </div>
123 <!--#include virtual="/menu.inc" -->
124 </div>
125 </body>
126 </html>