[Midnightbsd-cvs] www: index.html: Revised SoC idea page layout.

raven at midnightbsd.org raven at midnightbsd.org
Sat Mar 8 23:50:03 EST 2008


Log Message:
-----------
Revised SoC idea page layout.  Ok, I commited something - happy now laffer1?

Modified Files:
--------------
    www/soc:
        index.html (r1.2 -> r1.3)

-------------- next part --------------
Index: index.html
===================================================================
RCS file: /home/cvs/www/soc/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -L soc/index.html -L soc/index.html -u -r1.2 -r1.3
--- soc/index.html
+++ soc/index.html
@@ -41,17 +41,58 @@
 
 <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>
+<table border="1" style="border:solid;border-width:1px;">
+<tr bgcolor="grey">
+	<td width="50%"></td>
+	<td><b>Difficulty</b></td>
+	<td><b>Helpful Knowledge</b></td>
+</tr>
+<tr>
+	<td>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. </td>
+	<td>Medium</td>
+	<td>Familiar with the install process; Background in Gtk, QT, etc.</td>
+</tr>
+<tr>
+	<td>A system preferences management system:  This would allow the user to customize what services are running, and manage network settings.</td>
+	<td>Medium</td>
+	<td>Background in Gtk, QT, etc.</td>
+</tr>
+<tr>
+	<td>Software Update: Develop a system using the new mport tool to update operating system components as packages.</td>
+	<td>Medium</td>
+	<td>C, Background in Gtk or other GUI toolkit</td>
+</tr>
+<tr>
+	<td>Port ZFS from FreeBSD/Solaris.</td>
+	<td>Hard</td>
+	<td>C, C++, Familiar with filesystems</td>
+</tr>
+<tr>
+	<td>Veryify the SUS and POSIX compliance of system utilities and interfaces in the system. Report on these and offer suggestions to fix them</td>
+	<td>Medium</td>
+	<td>C; Good BSD background; Familiar with SUS and POSIX standards.</td>
+</tr>
+<tr>
+	<td>Write software applications for desktop users that run on MidnightBSD using GNUstep, Gtk or QT</td>
+	<td>Easy to Medium</td>
+	<td>Familiar with GUI toolkit; C, C++ or Objective C</td>
+</tr>
+<tr>
+	<td>Write a firewall management application (graphical) for PF or IPFW.</td>
+	<td>Medium</td>
+	<td>C or C++</td>
+</tr>
+<tr>
+	<td>Port Gjournal from FreeBSD.</td>
+	<td>Medium to Hard</td>
+	<td>C; Familiar with basic filesystem concepts</td>
+</tr>
+<tr>
+	<td>Port wireless drivers from the other BSDs.</td>
+	<td>Medium to Hard</td>
+	<td>C or C++</td>
+</tr>
+</table>
 
 </div>
 <!-- END CONTENT -->


More information about the Midnightbsd-cvs mailing list