ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
(Generate patch)

Comparing trunk/index.html (file contents):
Revision 57 by laffer1, Thu Aug 2 06:21:31 2007 UTC vs.
Revision 78 by laffer1, Mon Aug 27 17:43:55 2007 UTC

# Line 5 | Line 5
5   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6   <title>MidnightBSD Project</title>
7   <link rel="stylesheet" type="text/css" media="all" href="css/base.css" />
8 + <!-- $MidnightBSD: www/index.html,v 1.27 2007/08/25 04:02:45 laffer1 Exp $ -->
9   <script type="text/javascript">
10   <!--
11   function MM_swapImgRestore() { //v3.0
# Line 35 | Line 36 | function MM_swapImage() { //v3.0
36  
37   <body>
38  
39 < <!-- BEGIN HEADER -->
39 < <div id="header">
40 <    <span id="logo">
41 <            <img src="images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
42 <        </span>  
43 < </div>
44 < <!-- END HEADER -->
39 > <!--#include virtual="/header.html" -->
40  
41   <div id="content">
42  
# Line 64 | Line 59 | function MM_swapImage() { //v3.0
59          <p style="border-top: thin dashed silver; padding-top: 10px;"><img src="images/feed.gif" alt="RSS Feed" /> <a href="http://www.justjournal.com/users/mbsd/rss">Developer Blog</a></p>
60  
61          <p style="border-top: thin dashed silver; padding-top: 10px;"><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=102327.10000065&type=4&subid=0"><img alt="TigerDirect" src="http://images.tigerdirect.com/email/affiliate_new/120x90upromise.gif" /></a><img width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=102327.10000065&type=4&subid=0" />
62 + <br /><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=84864.10000358&subid=0&type=4"><img border="0"   alt="Toshiba - Toshibadirect.com" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=84864.10000358&subid=0&type=4&gridnum=11" /></a>
63 +
64          </p>
68        
69        <p><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=85078.10000140&subid=0&type=4">            <img alt="Logo Dell Home Systems 120x40" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=85078.10000140&subid=0&type=4" /></a></p>
65   </div>
66  
67   <h2>Introduction</h2>
68  
69   <p style="text-indent: 3em; line-height: 1.5; margin-bottom: 20px;">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>
70  
71 + <h3>MidnightBSD 0.1-RELEASE</h3>
72 +
73 + <p>
74 + <strong>August 6, 2007</strong>  
75 + MidnightBSD 0.1-RELEASE is now available.  It includes several software packages
76 + such as ksh, sudo, OpenNTPD, gcc 3.4.4, BIND 9.3.4 (plus patch) and others in
77 + the base system.  Disc 1 ISO includes the entire Operating System and X11 (xorg 6.9)
78 + packages.  Disc 2 ISO includes a selection of additional packages such as
79 + GNUstep, bash 3, zsh, and cups-base.  There are additional packages on our FTP
80 + server.  More will be added in a few days.  Only disc 1 is required for installation.
81 + This release is intended for enthusiests, developers and people interested in
82 + new operating systems that can handle bugs.  The core OS is stable, but many
83 + elements such as ports are in flux.  
84 + </p>
85 +
86 + <p>Get 0.1:  <a href="http://cs.emich.edu/mbsd/releases/i386/ISO-IMAGES/0.1/ ">Mirror 1</a>
87 + <a href="ftp://mirrors.isc.org/pub/MidnightBSD/releases/i386/ISO-IMAGES/0.1">Mirror 2</a>
88 + <a href="http://www.midnightbsd.org/ftp/MidnightBSD/releases/i386/ISO-IMAGES/0.1/">Official
89 + site (slow)</a></p>
90 +
91 + <h4>0.1-RELEASE Errata</h4>
92 + <pre>
93 + Installation issues
94 +
95 + projectcenter.app package is missing dependancies on disc2.
96 + mutt package is missing urlview dependancy on disc2.
97 +
98 + GNUstep package includes gdnc which is missing libgcc_s.so.1.
99 +
100 + bash 3 and gmake missing libintl.so.6. This can be fixed by uninstalling gettext
101 + and building it from the port. A new package was placed on the FTP server.
102 +
103 + System issues
104 +
105 + CVSUP example for updating src fetches CURRENT instead of RELENG_0_1
106 +
107 + The new mports system was not included in the RELEASE.  Many ports work in
108 + mports that do not work in the old system.  It is suggested that you update
109 + your source using RELENG_0_1 and download the latest mports using CVS or CVSup.
110 +
111 + Using Virtual PC for Windows:
112 + If you install MidnightBSD in VPC, you will need to set hint.acpi.0.disabled="1"
113 + in /boot/device.hints This will help with the "calcru: negative runtime of" issue.
114 +
115 + August 11, 2007:
116 + The pkg_install tools found in src/usr.sbin/pkg_install were not updated for
117 + mports.  This has been corrected.  You should be able to cvs update that directory
118 + and run make install and get the new versions of pkg_add, pkg_delete, and so on.  
119 + </pre>
120 +
121   <table>
122   <caption><span style="color: #333; text-decoration: underline;">MidnightBSD in action</span></caption>
123   <tbody>
# Line 87 | Line 132 | function MM_swapImage() { //v3.0
132   </tbody>
133   </table>
134  
135 < <p><a href="/ftp/MidnightBSD/videos/demo1.mov">Watch</a> demo movie in QuickTime format.</p>
135 > <p><a href="http://cs.emich.edu/mbsd/videos/demo1.mov">Watch</a> demo movie in QuickTime format.</p>
136  
137 < <p>Installing MidnightBSD videos:  <a href="/ftp/MidnightBSD/videos/mbsd_install_part1.mov">part 1</a>
138 < <a href="/ftp/MidnightBSD/videos/mbsd_install_part2.mov">part 2</a> <a href="/ftp/MidnightBSD/videos/mbsd_install_part3.mov">part 3</a> <a href="/ftp/MidnightBSD/videos/mbsd_install_part4.mov">part 4</a></p>
137 > <p>Installing MidnightBSD videos:
138 > <a href="http://video.google.com/videoplay?docid=-3504097528804636404">Video 1</a>
139 > <a href="http://video.google.com/videoplay?docid=-1327567970434212474">Video 2</a>
140 > or
141 > <a href="http://video.google.com/videoplay?docid=-1215820984218210282&q=MidnightBSD&pr=goog-sl">part 1</a>
142 > <a href="http://video.google.com/videoplay?docid=-6978382486264269794&pr=goog-sl">part 2</a>
143 > <a href="http://video.google.com/videoplay?docid=6990322451567856326&pr=goog-sl">part 3</a>
144 > <a href="http://video.google.com/videoplay?docid=-1079107845259123061&pr=goog-sl">part 4</a>
145 > <br /> All of the install videos are on Google Video and the various MidnightBSD FTP mirrors.
146 > </p>
147  
148   <p><span style="text-align: center;">
149   <a href="download/index.html"><img src="images/dvd.png" alt="Download" style="float: left;" /></a><br />
# Line 167 | Line 220 | google_color_url = "AECCEB";
220   </script>
221  
222   <p><script type="text/javascript" src="http://www.ohloh.net/projects/5078;badge_js"><!-- ie7 --></script></p>
170 </div>
223  
224 < <!-- BEGIN FOOTER -->
173 < <div id="footer">
174 <    <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
175 <    <br />$MidnightBSD: www/index.html,v 1.16 2007/07/24 20:25:18 laffer1 Exp $
176 <    </p>
177 <
178 <    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
179 <    </script>
180 <    <script type="text/javascript">
181 <    _uacct = "UA-560995-2";
182 <    urchinTracker();
183 <    </script>
224 > <p><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=71850604307c13d83f12711447cc2d8917f840381318884700136030"></script></p>
225   </div>
226 < <!-- END FOOTER -->
226 >
227 > <!--#include virtual="/footer.html" -->
228  
229   </body>
230   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines