[Midnightbsd-cvs] www: index.html: Add summer of code ideas page.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 4 14:42:55 EST 2008


Log Message:
-----------
Add summer of code ideas page.  (please add more triv, nightlily, ...)

Added Files:
-----------
    www/soc:
        index.html (r1.1)

-------------- next part --------------
--- /dev/null
+++ soc/index.html
@@ -0,0 +1,62 @@
+<!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 :: Summer of Code</title>
+<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD: www/soc/index.html,v 1.1 2008/03/04 19:42:55 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>
+        </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>SoC Ideas</h2>
+
+<p>Here is a list of ideas for the Google Summer of Code.  Feel free to consider any of these ideas or a project of your own choosing.</p>
+
+<ul>
+<li>Installer for OS: A graphical installer written using a toolkit currently ported to MidnightBSD.  Could be Gtk, QT, etc.  The system must be easy to use with minimal questions for the user.  Possible examples might be the OS X installer or PC-BSD's installer. </li>
+<li>A system preferences management system:  This would allow the user to customize what services are running, and manage network settings.</li>
+<li>Software Update: Develop a system using the new mport tool to update operating system components as packages.</li>
+<li>Port ZFS from FreeBSD/Solaris.</li>
+<li>Veryify the SUS and POSIX compliance of system utilities and interfaces in the system. Report on these and offer suggestions to fix them</li>
+<li>Write software applications for desktop users that run on MidnightBSD using GNUstep, Gtk or QT</li>
+<li>Write a firewall management application (graphical) for PF or IPFW.</li>
+<li>Port Gjournal from FreeBSD.<li>
+<li>Port wireless drivers from the other BSDs.</li>
+</ul>
+
+</div>
+<!-- END CONTENT -->
+
+<!--#include virtual="/footer.html" -->
+
+</body>
+</html>


More information about the Midnightbsd-cvs mailing list