[Midnightbsd-cvs] www: www/developer: Remove developer as smultron changed the spelling.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 1 13:30:26 EDT 2008


Log Message:
-----------
Remove developer as smultron changed the spelling.  We don't have a cvsup.html page now, but since that hasn't been working well anyway...

Removed Files:
-------------
    www/developer:
        cvsup.html
        index.html

-------------- next part --------------
--- developer/index.html
+++ /dev/null
@@ -1,124 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>MidnightBSD :: Developer</title>
-<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
-<!-- $MidnightBSD: www/developer/index.html,v 1.10 2008/03/09 07:12:26 laffer1 Exp $ -->
-</head>
-
-<body>
-
-<!--#include virtual="/header.html" -->
-
-<div id="content">
-
-<div id="rnav">
-        <ul>
-            <li><a href="/index.html" title="Home">Home</a></li>
-            <li><a href="/about/index.html" title="About">About</a></li>
-            <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
-            <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
-            <li><a href="/community/index.html" title="Community">Community</a></li>
-            <li><a href="/developer/index.html" title="Developers">Developers</a></li>
-            <li><a href="/support/index.html" title="Support">Support</a></li>
-            <li><a href="/wiki" title="MidnightBSD Wiki">Wiki</a></li>
-        </ul>
-
-	<p>
-	    <a href="/de/index.html" title="German">DE</a> 
-	    <a href="/index.html" title="English">EN</a> 
-        <a href="/ru/index.html" title="Russian">RU</a>
-    </p>
-
-	<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>
-        
-</div>
-
-<h2>Developer</h2>
-
-<p>Welcome to MidnightBSD development. </p>
-<p>If you are interested in joining the MidnightBSD project, please e-mail 
-<a href="mailto:luke at midnightbsd.org">luke at midnightbsd.org</a>. We are looking 
-for programmers with all types of skills, port maintainers, documentation and
-website maintainers, and people interested in mirroring.</p>
-<h2>Background</h2>
-<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>
-<p><strong>Goals</strong></p>
-<ul>
-  <li>Create an easy to use desktop environment with basic functionality and a 
-  full graphical administration interface.</li>
-  <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>
-  <li>Integrate <a href="http://gnustep.org/information/aboutGNUstep.html">GNUstep</a>
-  into the system, but maintain BSD licensing on our own code whenever possible. 
-  The kernel and most userland software must be BSD licensed. </li>
-  <li>Incorperate new technologies from other BSD projects that may interest 
-  desktop users. OpenBSD's OpenNTPD, OpenSSH, and wireless drivers are examples. </li>
-  <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>
-  <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>
-  <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>
-</ul>
-
-<p>Initially for 1.0 release, I'd like to have a new installer (wheither it be 
-<a href="http://www.dragonflybsd.org/">DragonFlyBSD</a>'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>
-
-<p>To clarify, this is a fork of <a href="http://www.freebsd.org">FreeBSD</a>. 
-I'm not creating a distro* like <a href="http://desktopbsd.net/">DesktopBSD</a> or 
-<a href="http://www.pcbsd.org">PC-BSD</a>.</p>
-
-<p>Update: (March 2007)<br /><br />We are planning on using WindowMaker until 
-the Etoile Project is farther
-along with their work.  Etoile is in mports as are many other GNUstep based
-software packages.</p>
-
-<p>Update: (October 2007)<br /><br />Seirei@ has imported Etoile 0.2 into our
-mports collection.  You can test the window manager and many other features.  We
-also offer KDE 3.5.4 and WindowMaker among other environments.  About half of
-Gnome is in as well.  We still plan to focus on GNUstep + Etoile.
-</p>
-
-<p>0.1 Release shipped with WindowMaker and KDE on the CD as well as GNUstep.  The installer
-did not automatically install the ports though.  0.1.1 Release will fix some bugs
-with the packages as well as enable "mports" by default.  Work has begun
-on bringing X.org 7.3 into the tree, although 0.1.1 will continue to use 6.9.</p>
-
-<p>* 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>
-
-<h2>Source Code</h2>
-<p>The source code is accessible via the web using 
-<a href="http://www.midnightbsd.org/cgi-bin/cvsweb.cgi">cvsweb</a> or by anonymous cvs.</p>
-
-<p>cvs server: stargazer.midnightbsd.org<br />
-   CVSROOT=anoncvs at stargazer.midnightbsd.org:/home/cvs<br />
-   This is accessible via ssh only.  password is anoncvs</p>
-   
-<p><a href="http://www.allbsd.org/">allbsd.org</a> is also mirroring our CVS server now.</p>
-   
-<p><a href="cvsup.hml">CVSup</a></p>
-
-</div>
-<!-- END CONTENT -->
-
-<!--#include virtual="/footer.html" -->
-
-</body>
-</html>
--- developer/cvsup.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>MidnightBSD :: Developer :: CVSup</title>
-<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
-<!-- $MidnightBSD: www/developer/cvsup.html,v 1.8 2008/03/09 07:12:26 laffer1 Exp $ -->
-</head>
-
-<body>
-
-<!--#include virtual="/header.html" -->
-
-<div id="content">
-
-<div id="rnav">
-        <ul>
-            <li><a href="/index.html" title="Home">Home</a></li>
-            <li><a href="/about/index.html" title="About">About</a></li>
-            <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
-            <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
-            <li><a href="/community/index.html" title="Community">Community</a></li>
-            <li><a href="/developer/index.html" title="Developers">Developers</a></li>
-            <li><a href="/support/index.html" title="Support">Support</a></li>
-            <li><a href="/wiki" title="MidnightBSD Wiki">Wiki</a></li>
-        </ul>
-
-	<p>
-	    <a href="/de/index.html" title="German">DE</a> 
-	    <a href="/index.html" title="English">EN</a> 
-        <a href="/ru/index.html" title="Russian">RU</a>
-    </p>
-
-	<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>
-</div>
-
-<h2>Developer</h2>
-
-<h3>CVSup</h3>
-
-<p>MidnightBSD includes csup in the base system.  You can use csup to download mports or src from our server.</p>
-
-<p>CVSup can be installed from mports.</p>
-
-<p><strong>CVSup server</strong> running on <em>stargazer.midnightbsd.org</em>. src-all will fetch the src tree and mports will fetch ports.</p>
-
-</div>
-<!-- END CONTENT -->
-
-<!--#include virtual="/footer.html" -->
-
-</body>
-</html>


More information about the Midnightbsd-cvs mailing list