ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
Revision: 13
Committed: Sat May 5 17:23:28 2007 UTC (17 years ago) by laffer1
Content type: text/html
File size: 4394 byte(s)
Log Message:
Fix malformed XHTML

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
5 <title>MidnightBSD Project</title>
6 <link rel="stylesheet" type="text/css" media="all" href="css/base.css" />
7 </head>
8
9 <body>
10
11 <!-- BEGIN HEADER -->
12 <div id="header">
13 <span id="logo">
14 <img src="images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
15 </span>
16 </div>
17 <!-- END HEADER -->
18
19 <div id="content">
20
21 <div id="rnav">
22 <ul>
23 <li><a href="/index.html" title="Home">Home</a></li>
24 <li><a href="/about/index.html" title="About">About</a></li>
25 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
26 <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
27
28 <li><a href="/community/index.html" title="Community">Community</a></li>
29 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
30 <li><a href="/support/index.html" title="Support">Support</a></li>
31 </ul>
32
33 <p><a href="/index.html" title="English">EN</a> <a href="/ru/index.html"
34 title="Russian">RU</a></p>
35 </div>
36
37 <h2>Introduction</h2>
38
39 <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>
40
41 <span style="text-align: center;">
42 <a href="download/index.html"><img src="images/dvd.png" alt="Download" /></a><br />
43 Download<br/>
44 MidnightBSD
45 </span>
46
47 <p><a href="http://www.cafepress.com/midnightbsd">Purchase</a> MidnightBSD merchandise to support the project.</p>
48
49 <p>Track development and changes to MidnightBSD with our <a href="http://www.justjournal.com/users/mbsd">development blog</a>. </p>
50
51 <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>
52
53 <p><a href="http://bugreport.midnightbsd.org/">View/Report</a> Bugs.</p>
54
55 <p>View our <a href="mports/README.html">ports</a> with descriptions.</p>
56
57 <table>
58 <thead>
59 <tr>
60 <th>Getting Source</th>
61 </tr>
62 </thead>
63
64 <tbody>
65 <tr>
66 <td><a href="cgi-bin/cvsweb.cgi" title="View the CVS Repository on the web">CVSWeb</a></td>
67 </tr>
68
69 <tr>
70 <td><a href="developer/cvsup.html" title="Download source or mports">CVSup</a></td>
71 </tr>
72 </tbody>
73 </table>
74
75 <h3>Security</h3>
76
77 <p>May 2, 2007<br />
78 CURRENT and STABLE both have the patch for ipv6 type 0 routing headers. The problem is that ipv6 routing headers could be run over the same link multiple times.
79 </p>
80 <p>March 10, 2007<br />
81 While many of the DST changes were imported last year, we decided to cover all cases and import
82 the latest tzdata2007c. Users concerned about DST changes should update their sources
83 and rebuild. The java ports may not have DST changes in place. We will review that issue.
84 </p>
85 <p>Jaunary 23, 2007<br />
86 A "symlink" exploit was found in the MidnightBSD jail system. A fix was made available. Please
87 update your /etc/rc.d/jail file from cvs. Patches will not be created until our first release.
88 </p>
89
90 <script type="text/javascript"><!--
91 google_ad_client = "pub-1321195614665440";
92 google_ad_width = 468;
93 google_ad_height = 60;
94 google_ad_format = "468x60_as";
95 google_ad_type = "text_image";
96 google_ad_channel ="";
97 google_color_border = "6699CC";
98 google_color_bg = "003366";
99 google_color_link = "FFFFFF";
100 google_color_text = "AECCEB";
101 google_color_url = "AECCEB";
102 //--></script>
103 <script type="text/javascript"
104 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
105 </script>
106
107 <p><script type="text/javascript" src="http://www.ohloh.net/projects/5078;badge_js"><!-- ie7 --></script></p>
108 </div>
109
110 <!-- BEGIN FOOTER -->
111 <div id="footer">
112 <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt</p>
113
114 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
115 </script>
116 <script type="text/javascript">
117 _uacct = "UA-560995-2";
118 urchinTracker();
119 </script>
120 </div>
121 <!-- END FOOTER -->
122
123 </body>
124 </html>