ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/download/index.html
Revision: 75
Committed: Wed Aug 22 00:56:25 2007 UTC (16 years, 8 months ago) by laffer1
Content type: text/html
File size: 3345 byte(s)
Log Message:
Switch to SSI header.

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <title>MidnightBSD :: Download</title>
7 <link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
8 <!-- $MidnightBSD: www/download/index.html,v 1.8 2007/08/22 00:35:42 laffer1 Exp $ -->
9 </head>
10
11 <body>
12
13 <!--#include virtual="/header.html" -->
14
15 <div id="content">
16
17 <div id="rnav">
18 <ul>
19 <li><a href="/index.html" title="Home">Home</a></li>
20 <li><a href="/about/index.html" title="About">About</a></li>
21 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
22 <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
23
24 <li><a href="/community/index.html" title="Community">Community</a></li>
25 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
26 <li><a href="/support/index.html" title="Support">Support</a></li>
27 </ul>
28
29 <p><a href="/index.html" title="English">EN</a> <a href="/ru/index.html"
30 title="Russian">RU</a></p>
31
32 <p><a href="http://click.linksynergy.com/fs-bin/stat?id=P*wIZOq1sCA&offerid=27778&subid=0"><img alt="" width="125" height="125" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=27778&gridnum=4&catid=-1&subid=0" /></a></p>
33
34 <p><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=85078.10000628&type=3&subid=0" >Click&nbsp;Here&nbsp;to&nbsp;Save<br />&nbsp;on&nbsp;Select&nbsp;Dell&nbsp;Products!</a><img width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=85078.10000628&type=3&subid=0" /></p>
35 </div>
36
37 <h2>Download</h2>
38
39 <p>0.1-RELEASE is the latest stable version. You may download 0.1 from the mirrors below or use the new metalinks.
40 ( <a href="0.1-RELEASE-i386-disc1.iso.metalink">disc 1</a> <a href="0.1-RELEASE-i386-disc2.iso.metalink">disc 2</a>)
41 Special thanks to Anthony Bryan for submitting them.
42 </p>
43
44 <p>Special thanks to the <a href="http://www.isc.org/">ISC</a> and <a href="http://www.allbsd.org/">allbsd.org</a> for mirroring us.</p>
45
46 <p>The 0.2 live cds work with an IDE cdrom drive (first drive acd0). They do not include an installer.</p>
47
48 <table>
49
50 <thead>
51 <tr>
52 <th>Mirror</th>
53 <th>Type</th>
54 <th>Speed</th>
55 </tr>
56 </thead>
57
58 <tbody>
59
60 <tr>
61 <td><a href="http://mirrors.isc.org/pub/MidnightBSD/">ISC</a></td>
62 <td>HTTP</td>
63 <td>Fast</td>
64 </tr>
65
66 <tr>
67 <td><a href="ftp://mirrors.isc.org/pub/MidnightBSD/">ISC</a></td>
68 <td>FTP</td>
69 <td>Fast</td>
70 </tr>
71
72 <tr>
73 <td><a href="http://pub.allbsd.org/MidnightBSD/">allbsd.org</a></td>
74 <td>HTTP</td>
75 <td></td>
76 </tr>
77
78 <tr>
79 <td><a href="ftp://ftp.allbsd.org/pub/MidnightBSD/">allbsd.org</a></td>
80 <td>FTP</td>
81 <td></td>
82 </tr>
83
84 <tr>
85 <td><a href="http://cs.emich.edu/mbsd/">EMU Computer Science Department</a></td>
86 <td>HTTP</td>
87 <td></td>
88 </tr>
89
90 <tr>
91 <td><a href="../ftp/MidnightBSD/snapshots/">MidnightBSD.org</a></td>
92 <td>HTTP</td>
93 <td>1 Mb/s</td>
94 </tr>
95
96 <tr>
97 <td><a href="ftp://ftp.midnightbsd.org/pub/MidnightBSD/snapshots">ftp.MidnightBSD.org</a></td>
98 <td>FTP</td>
99 <td>1 Mb/s</td>
100 </tr>
101 </tbody>
102 </table>
103
104 </div>
105 <!-- END CONTENT -->
106
107 <!--#include virtual="/footer.html" -->
108
109 </body>
110 </html>