ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mirrors.xhtml
Revision: 1.19
Committed: Wed Oct 22 09:38:04 2014 UTC (9 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +6 -6 lines
Log Message:
Don't use CNAMEs in our site.

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 let us know.
21 </p>
22 <h2>
23 FTP Mirrors
24 </h2>
25 <h3>
26 Master Site
27 </h3>
28 <ul>
29 <li>ftp://ftp.i-scream.org/pub/i-scream/</li>
30 </ul>
31 <h3>
32 UK Mirrors
33 </h3>
34 <ul>
35 <li>
36 <a href="ftp://ftp.mirrorservice.org/pub/i-scream/">
37 ftp://ftp.mirrorservice.org/pub/i-scream/</a>
38 - Provided by <a href="http://www.mirrorservice.org/">The
39 UK Mirror Service</a>.
40 </li>
41 </ul>
42 <h2>
43 HTTP Mirrors
44 </h2>
45 <h3>
46 Master Site
47 </h3>
48 <ul>
49 <li>http://ftp.i-scream.org/pub/i-scream/</li>
50 </ul>
51 <h3>
52 UK Mirrors
53 </h3>
54 <ul>
55 <li>
56 <a href="http://www.mirrorservice.org/pub/i-scream/">
57 http://www.mirrorservice.org/pub/i-scream/</a>
58 - Provided by <a href="http://www.mirrorservice.org/">The
59 UK Mirror Service</a>.
60 </li>
61 </ul>
62 <h3>
63 DE Mirrors
64 </h3>
65 <ul>
66 <li>
67 <a href="http://dl.ambiweb.de/mirrors/ftp.i-scream.org/">
68 http://dl.ambiweb.de/mirrors/ftp.i-scream.org/</a>
69 - Provided by <a href="http://www.ambiweb.de/">AmbiWeb
70 GmbH</a>.
71 </li>
72 </ul>
73 <h2>
74 RSYNC Mirrors
75 </h2>
76 <h3>
77 Master Site
78 </h3>
79 <ul>
80 <li>rsync://rsync.i-scream.org/pub/i-scream/</li>
81 </ul>
82 <h3>
83 UK Mirrors
84 </h3>
85 <ul>
86 <li>
87 <a href="rsync://rsync.mirrorservice.org/ftp.i-scream.org/pub/i-scream/">
88 rsync://rsync.mirrorservice.org/ftp.i-scream.org/pub/i-scream/</a>
89 - Provided by <a href="http://www.mirrorservice.org/">The
90 UK Mirror Service</a>.
91 </li>
92 </ul>
93 <h2>
94 Snapshot Mirrors
95 </h2>
96 <h3>
97 Master Site
98 </h3>
99 <ul>
100 <li>http://snapshots.i-scream.org/</li>
101 </ul>
102 </div>
103 <!--#include virtual="/footer.inc" -->
104 </div>
105 <!--#include virtual="/menu.inc" -->
106 </div>
107 </body>
108 </html>