ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/www/index.html
Revision: 1.8
Committed: Sat Jun 30 01:55:58 2007 UTC (16 years, 10 months ago) by laffer1
Content type: text/html
Branch: MAIN
Changes since 1.7: +3 -1 lines
Log Message:
Add tiger direct link.  We need to pay for a better server/connection somehow.

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
36 <a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=102327.10000065&type=4&subid=0"><IMG alt="TigerDirect" border="0" src="http://images.tigerdirect.com/email/affiliate_new/120x90upromise.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=102327.10000065&type=4&subid=0">
37 </div>
38
39 <h2>Introduction</h2>
40
41 <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>
42
43 <span style="text-align: center;">
44 <a href="download/index.html"><img src="images/dvd.png" alt="Download" /></a><br />
45 Download<br/>
46 MidnightBSD
47 </span>
48
49 <p><a href="http://www.cafepress.com/midnightbsd">Purchase</a> MidnightBSD merchandise to support the project.</p>
50
51 <p>Track development and changes to MidnightBSD with our <a href="http://www.justjournal.com/users/mbsd">development blog</a>. </p>
52
53 <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>
54
55 <p><a href="http://bugreport.midnightbsd.org/">View/Report</a> Bugs.</p>
56
57 <p>View our <a href="mports/README.html">ports</a> with descriptions.</p>
58
59 <table>
60 <thead>
61 <tr>
62 <th>Getting Source</th>
63 </tr>
64 </thead>
65
66 <tbody>
67 <tr>
68 <td><a href="cgi-bin/cvsweb.cgi" title="View the CVS Repository on the web">CVSWeb</a></td>
69 </tr>
70
71 <tr>
72 <td><a href="developer/cvsup.html" title="Download source or mports">CVSup</a></td>
73 </tr>
74 </tbody>
75 </table>
76
77 <h3>Security</h3>
78
79 <p>May 2, 2007<br />
80 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.
81 </p>
82 <p>March 10, 2007<br />
83 While many of the DST changes were imported last year, we decided to cover all cases and import
84 the latest tzdata2007c. Users concerned about DST changes should update their sources
85 and rebuild. The java ports may not have DST changes in place. We will review that issue.
86 </p>
87 <p>Jaunary 23, 2007<br />
88 A "symlink" exploit was found in the MidnightBSD jail system. A fix was made available. Please
89 update your /etc/rc.d/jail file from cvs. Patches will not be created until our first release.
90 </p>
91
92 <script type="text/javascript"><!--
93 google_ad_client = "pub-1321195614665440";
94 google_ad_width = 468;
95 google_ad_height = 60;
96 google_ad_format = "468x60_as";
97 google_ad_type = "text_image";
98 google_ad_channel ="";
99 google_color_border = "6699CC";
100 google_color_bg = "003366";
101 google_color_link = "FFFFFF";
102 google_color_text = "AECCEB";
103 google_color_url = "AECCEB";
104 //--></script>
105 <script type="text/javascript"
106 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
107 </script>
108
109 <p><script type="text/javascript" src="http://www.ohloh.net/projects/5078;badge_js"><!-- ie7 --></script></p>
110 </div>
111
112 <!-- BEGIN FOOTER -->
113 <div id="footer">
114 <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
115 <br />$MidnightBSD: www/index.html,v 1.7 2007/05/20 20:24:34 laffer1 Exp $
116 </p>
117
118 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
119 </script>
120 <script type="text/javascript">
121 _uacct = "UA-560995-2";
122 urchinTracker();
123 </script>
124 </div>
125 <!-- END FOOTER -->
126
127 </body>
128 </html>