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

File Contents

# User Rev Content
1 laffer1 2 <!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     </div>
33    
34     <h2>Introduction</h2>
35    
36     <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>
37    
38     <span style="text-align: center;">
39     <a href="download/index.html"><img src="images/dvd.png"></a><br />
40     Download<br/>
41     MidnightBSD
42     </span>
43    
44     <p><a href="http://www.cafepress.com/midnightbsd">Purchase</a> MidnightBSD merchandise to support the project.</p>
45    
46     <p>Track development and changes to MidnightBSD with our <a href="http://www.justjournal.com/users/mbsd">development blog</a>. </p>
47    
48     <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>
49    
50     <p><a href="http://bugreport.midnightbsd.org/">View/Report</a> Bugs.</p>
51    
52     <table>
53     <thead>
54     <tr>
55     <th>Getting Source</th>
56     </tr>
57     </thead>
58    
59     <tbody>
60     <tr>
61     <td><a href="cgi-bin/cvsweb.cgi" title="View the CVS Repository on the web">CVSWeb</a></td>
62     </tr>
63    
64     <tr>
65     <td><a href="developer/cvsup.html" title="Download source or mports">CVSup</a></td>
66     </tr>
67     </tbody>
68     </table>
69    
70     <table>
71     <thead>
72     <tr>
73     <th>Security</th>
74     </tr>
75     </thead>
76    
77     <tbody>
78     <tr>
79     <td>
80     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     </td>
85     </tr>
86     <tr>
87     <td>
88     Jaunary 23, 2007<br />
89     A "symlink" exploit was found in the MidnightBSD jail system. A fix was made available. Please
90     update your /etc/rc.d/jail file from cvs. Patches will not be created until our first release.
91     </td>
92     </tr>
93     </tbody>
94     </table>
95    
96     <script type="text/javascript"><!--
97     google_ad_client = "pub-1321195614665440";
98     google_ad_width = 468;
99     google_ad_height = 60;
100     google_ad_format = "468x60_as";
101     google_ad_type = "text_image";
102     google_ad_channel ="";
103     google_color_border = "6699CC";
104     google_color_bg = "003366";
105     google_color_link = "FFFFFF";
106     google_color_text = "AECCEB";
107     google_color_url = "AECCEB";
108     //--></script>
109     <script type="text/javascript"
110     src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
111     </script>
112    
113     </div>
114    
115     <!-- BEGIN FOOTER -->
116     <div id="footer">
117     <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt</p>
118    
119     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
120     </script>
121     <script type="text/javascript">
122     _uacct = "UA-560995-2";
123     urchinTracker();
124     </script>
125     </div>
126     <!-- END FOOTER -->
127    
128     </body>
129     </html>