ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/developers/index.html
Revision: 377
Committed: Mon May 25 22:27:08 2009 UTC (14 years, 11 months ago) by laffer1
Content type: text/html
File size: 7548 byte(s)
Log Message:
xhtml

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <title>MidnightBSD Developers</title>
7 <link rel="shortcut icon" href="/favicon.ico" />
8 <!--[if IE 5]><link rel="stylesheet" type="text/css" href="../css/ihateie5.css" /><![endif]-->
9 <!--[if IE 6]><link rel="stylesheet" type="text/css" href="../css/ihateie6.css" /><![endif]-->
10 <script type="text/javascript" src="../shadowbox/src/adapter/shadowbox-base.js"></script>
11 <script type="text/javascript" src="../shadowbox/src/shadowbox.js"></script>
12 <script type="text/javascript">
13 Shadowbox.loadSkin('classic', '../shadowbox/src/skin');
14 Shadowbox.loadLanguage('en', '../shadowbox/src/lang');
15 Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt'], '../shadowbox/src/player');
16 window.onload = function(){
17 Shadowbox.init();
18 };
19 </script>
20 <style type="text/css" media="all">
21 @import url("../css/essence.css");
22 </style>
23 <link rel="alternate" type="application/atom+xml" title="MidnightBSD CVS Log" href="http://feedproxy.google.com/MidnightbsdCvsLog" />
24 </head>
25
26 <body>
27 <div id="globe">
28 <div id="header"><h1 title="MidnightBSD Home"><a href="../" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a></h1></div>
29 <!--#include virtual="/menu.html"-->
30 <div class="clear"></div>
31 <div id="text">
32 <h2 class="icon"><img src="../images/oxygen/developer32.png" alt="" /> Welcome to MidnightBSD Development</h2>
33 <div class="devupdate fleft">
34 <h4>Update: (May 2009)</h4>
35 <blockquote>
36 <p>ctriv@ has been testing libmport and the mport tools for the 0.3 release. We're currently working on
37 importing GCC 4.2.1 into src. We now use bsdcpio and bsdtar, sudo 1.6.9p20, OpenSSH 5.2, OpenSSL .98,
38 ZFS version 6, gjournal, pcc .99, Perl 5.10</p>
39 <p>With mports, we now have KDE 3.5.10 (still in progress for some parts), X.org 7.4, Gnome 2.20,
40 GNUstep is working again, Etoile 0.2 (although this needs to be updated), unbranded F* browser as www/browser,
41 Midori + webkit.</p>
42 </blockquote>
43 <h4>Update: (October 2007)</h4>
44 <blockquote>
45 <p>Seirei@ has imported Etoile 0.2 into our mports collection.
46 You can test the window manager and many other features. We also offer KDE 3.5.4 and WindowMaker among other environments.
47 About half of Gnome is in as well. We still plan to focus on GNUstep + Etoile.</p>
48 </blockquote>
49 <blockquote>
50 <p>0.1 Release shipped with WindowMaker and KDE on the CD as well as GNUstep. The
51 installer did not automatically install the ports though. 0.1.1 Release will fix some bugs with the
52 packages as well as enable "mports" by default. Work has begun on bringing X.org 7.3
53 into the tree, although 0.1.1 will continue to use 6.9.</p>
54 </blockquote>
55 <h4>Update: (March 2007)</h4>
56 <blockquote>
57 <p>We are planning on using WindowMaker until the Etoile Project is
58 farther along with their work. Etoile is in mports as are many other GNUstep based software packages.</p>
59 </blockquote>
60 </div>
61 <p>If you are interested in joining the MidnightBSD project, please contact
62 <a href="&#x6d;&#00097;&#x69;&#000108;&#x74;&#000111;&#x3a;&#x71;&#x75;&#101;&#x73;&#x74;&#000105;&#x6f;&#000110;&#000115;&#00064;&#x6d;&#x69;&#x64;&#000110;&#x69;&#x67;&#104;&#x74;&#00098;&#x73;&#100;&#x2e;&#111;&#000114;&#x67;">&#x71;&#117;&#x65;&#x73;&#x74;&#000105;&#111;&#x6e;&#115;&#00064;&#x6d;&#x69;&#x64;&#x6e;&#105;&#000103;&#x68;&#116;&#x62;&#x73;&#000100;&#46;&#111;&#x72;&#103;
63 </a>. We are looking for programmers with all types of skills, port maintainers,
64 documentation and website maintainers, and people interested in mirroring.
65 </p>
66 <div id="devresources" class="fright">
67 <h3>Developer Resources</h3>
68 <p>The CVS server for MidnightBSD is <span class="highlight">stargazer.midnightbsd.org</span>.
69 This is where you can do your checkouts, commits, etc. To checkout anonymously, use
70 <span class="highlight">anoncvs</span> (with password <span class="highlight">anoncvs</span>):</p>
71 <p class="code">
72 cvs -z7 -d <span class="highlight">anoncvs</span>@stargazer.midnightbsd.org:/home/cvs co src<br />
73 anoncvs@stargazer.midnightbsd.org's password:<br />
74 cvs checkout: Updating src<br />
75 U src/COPYRIGHT<br />
76 U src/MAINTAINERS<br />
77 ...<br />
78 </p>
79 Or to checkout as a MidnightBSD developer with your username and password:<br />
80 <p class="code">
81 cvs -z7 -d <span class="highlight">username</span>@stargazer.midnightbsd.org:/home/cvs co src<br />
82 <span class="highlight">username</span>@stargazer.midnightbsd.org's password:<br />
83 cvs checkout: Updating src<br />
84 U src/COPYRIGHT<br />
85 U src/MAINTAINERS<br />
86 ...<br />
87 </p>
88 </div>
89 <div class="clear"></div>
90 <h3>Background</h3>
91 <p>MidnightBSD is based on FreeBSD 6.1 pre-release. The goal of the project is to create a BSD with ease of use and simplicity in mind.</p>
92 <h3>Goals</h3>
93 <div id="list">
94 <ul>
95 <li>Create an easy to use desktop environment with basic functionality and a full graphical administration interface.</li>
96 <li>Create a unique window manager designed with ease of use in mind. We will not use full blown desktop environments like KDE or Gnome.</li>
97 <li>Integrate GNUstep into the system, but maintain BSD licensing on our own code whenever possible. The kernel and most userland software must be BSD licensed.</li>
98 <li>Incorperate new technologies from other BSD projects that may interest desktop users. OpenBSD's OpenNTPD, OpenSSH, and wireless drivers are examples.</li>
99 <li>Create our own ports system based on FreeBSD's ports. The system would have a graphical interface and existing utilities would be merged into a library so identical functionality is maintained on the gui and command line.</li>
100 <li>Setup a binary update system so that users do no need to compile patches or new releases to get security updates or bug fixes.</li>
101 <li>Listen to user feedback to improve the system. At times, many open source projects fail to listen to users making systems more difficult to use and decreasing scope.</li>
102 </ul>
103 </div>
104 <p>Initially for 1.0 release, I'd like to have a new installer (wheither it be DragonFlyBSD's or a new one) along with a basic graphical environment. WindowMaker, Firefox, Thunderbird, and a few other applications. From there, based on user feedback, I'd like to build on the solid base of FreeBSD.</p>
105 <p>To clarify, this is a fork of FreeBSD. I'm not creating a distro<span class="ast">*</span> like DesktopBSD or PC-BSD.</p>
106 <p class="devnote"><span class="devasterisk">*</span> distro is often used in the Linux community. Some BSD folks hate that term applied to other projects. My working definition is a system with core componets (kernel, large parts of userland) that are not developed by the entity releasing the operating environment. It is a collection of software grouped together possibly with an installer. This can be applied to Live CD projects, BSD firewall projects, PC-BSD, DesktopBSD, and non BSD projects like Fedora, Gentoo, and so on.</p>
107 </div>
108 <!--#include virtual="/footer.html"-->
109 </body>
110 </html>

Properties

Name Value
svn:executable *