ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/mbsd.html
Revision: 2
Committed: Mon Apr 9 21:43:01 2007 UTC (17 years ago) by laffer1
Content type: text/html
File size: 3816 byte(s)
Log Message:
Initial import of website

File Contents

# Content
1 <html>
2
3 <head>
4 <style type="text/css">
5 body {
6 margin: 0;
7 background: gray url('mbsd_bggray.png');
8 font: 12px Helvetica, Arial, sans-serif;
9 letter-spacing: 2px;
10 line-height: 1.3em;
11 }
12
13 h3 {
14 color: #6dcff6;
15 }
16
17 </style>
18 </head>
19
20 <body>
21
22 <div id="header" style="width: 100%; height: 90px; background-color: #6dcff6; color: white;
23 margin: 0; padding-bottom: 0;">
24 <span style="margin-top: 20px; margin-left: 100px;"><img src="mbsd_newlogo.png"
25 alt="MidnightBSD" /></span>
26 </div>
27
28 <div style="background: white; width: 700px; margin: 0;
29 margin-left: 160px; padding: 20px; " id="content">
30 <div style="float: right; top: 0; left: 0;">
31
32 <ul id="topnavlist">
33 <li><a href="/index.html" title="Home">Home</a></li>
34 <li><a href="/about/index.html" title="About">About</a></li>
35 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
36 <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
37
38 <li><a href="/community/index.html" title="Community">Community</a></li>
39 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
40 <li><a href="/support/index.html" title="Support">Support</a></li>
41 </ul>
42 </div>
43 <h2>Introduction</h2>
44 <p>MidnightBSD is a desktop operating system for x86 compatible (including Pentium&reg; and Athlon&#8482;), and soon amd64 compatible (including Opteron&#8482;, Athlon&#8482;64, and EM64T) architectures. It was originally based on <a href="http://www.freebsd.org/">FreeBSD</a> 6.1 Beta. The goal of the project is to create a BSD with ease of use and simplicity in mind.</p>
45
46
47 <span style="text-align: center;">
48 <img src="dvd.png"><br />
49 Download<br/>
50 MidnightBSD
51 </span>
52
53 <p><a href="http://www.cafepress.com/midnightbsd">Purchase</a> MidnightBSD merchandise to support the project.</p>
54
55 <p>Track development and changes to MidnightBSD with our <a href="http://www.justjournal.com/users/mbsd">development blog</a>. </p>
56
57 <p>We now have a <a href="http://forums.midnightbsd.org/">Forum</a>. You can also chat with us via IRC on FreeNode #midnightbsd.</p>
58
59
60 <table style="clear: both; margin-top: 10px;">
61 <thead>
62 <tr>
63 <th>Getting Source</th>
64 </tr>
65 </thead>
66
67 <tbody>
68 <tr>
69 <td><a href="cgi-bin/cvsweb.cgi" title="View the CVS Repository on the web">CVSWeb</a></td>
70 </tr>
71
72 <tr>
73 <td><a href="developer/cvsup.html" title="Download source or mports">CVSup</a></td>
74 </tr>
75 </tbody>
76 </table>
77
78
79 <h2>Security</h2>
80 <p><strong style="color: #6dcff6;">Jaunary 23, 2007</strong><br />
81 A "symlink" exploit was found in the MidnightBSD jail system. A fix was made available. Please
82 update your /etc/rc.d/jail file from cvs. Patches will not be created until our first release.
83
84 <p>
85 <script type="text/javascript"><!--
86 google_ad_client = "pub-1321195614665440";
87 google_ad_width = 468;
88 google_ad_height = 60;
89 google_ad_format = "468x60_as";
90 google_ad_type = "text_image";
91 google_ad_channel ="";
92 google_color_border = "6699CC";
93 google_color_bg = "003366";
94 google_color_link = "FFFFFF";
95 google_color_text = "AECCEB";
96 google_color_url = "AECCEB";
97 //--></script>
98 <script type="text/javascript"
99 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
100 </script>
101 </div>
102
103 <div style="width: 100%; background-color: #6dcff6; color: white;
104 margin: 0; padding: 5px; left: 0;">
105 <!-- BEGIN FOOTER -->
106 <p id="footer" style="margin-left: 175px;"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt</p>
107
108 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
109 </script>
110 <script type="text/javascript">
111 _uacct = "UA-560995-2";
112 urchinTracker();
113 </script>
114 <!-- END FOOTER -->
115 </div>
116
117 </body>
118 </html>