Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 06:12:18 -0800
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        www@FreeBSD.org
Subject:   Re: Request for review of projects/mips page.
Message-ID:  <20021108061218.A81792@FreeBSD.org>
In-Reply-To: <20021108060458.A81114@FreeBSD.org>; from jmallett@FreeBSD.org on Fri, Nov 08, 2002 at 06:04:58AM -0800
References:  <20021108060458.A81114@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Oops, here's the actual diff:

%%%
Index: developers.sgml
===================================================================
RCS file: /home/ncvs/www/en/developers.sgml,v
retrieving revision 1.22
diff -b -d -w -u -r1.22 developers.sgml
--- developers.sgml	6 Nov 2002 03:23:17 -0000	1.22
+++ developers.sgml	8 Nov 2002 13:59:16 -0000
@@ -46,6 +46,7 @@
 <!ENTITY a.jlemon "Jonathan Lemon">
 <!ENTITY a.jmallett "Juli Mallett">
 <!ENTITY a.joe.halpin "Joe&nbsp;Halpin">
+<!ENTITY a.jwojdacki "Justin&nbsp;Wojdacki">
 <!ENTITY a.kbyanc "Kelly&nbsp;Yancey">
 <!ENTITY a.keichii "Michael&nbsp;C.&nbsp;Wu">
 <!ENTITY a.knu "Akinori&nbsp;MUSHA">
Index: projects/Makefile
===================================================================
RCS file: /home/ncvs/www/en/projects/Makefile,v
retrieving revision 1.12
diff -b -d -w -u -r1.12 Makefile
--- projects/Makefile	3 Jul 2002 20:29:39 -0000	1.12
+++ projects/Makefile	8 Nov 2002 13:59:16 -0000
@@ -15,6 +15,6 @@
 
 INDEXLINK= projects.html
 
-SUBDIR=	 c99
+SUBDIR=	 c99 mips
 
 .include "${WEB_PREFIX}/share/mk/web.site.mk"
--- /dev/null	Fri Nov  8 08:00:00 2002
+++ projects/mips/Makefile	Fri Nov  8 07:18:46 2002
@@ -0,0 +1,17 @@
+# Summary for C99 project status
+#
+# $FreeBSD$
+
+MAINTAINER=	jmallett
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS=	index.sgml
+DATA=	style.css
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"
--- /dev/null	Fri Nov  8 08:00:00 2002
+++ projects/mips/index.sgml	Fri Nov  8 07:59:06 2002
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
+<!ENTITY base CDATA "../..">
+<!ENTITY date "$FreeBSD$">
+<!ENTITY title "FreeBSD/MIPS Project">
+<!ENTITY email 'freebsd-mips'>
+<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
+<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
+
+<!-- Please pass all changes through the maintainer - jmallett@FreeBSD.org -->
+
+<!ENTITY imagebase "&base;/gifs">
+
+<!-- XXX: workaround for SGML expansion. -->
+<!ENTITY nbsp SDATA "[nbsp ]">
+
+<!-- Status levels -->
+<!ENTITY status.blank "&nbsp;">
+<!ENTITY status.blocked "<img src='&imagebase;/blocked.png' width='22' height='22' alt='Blocked'>">
+<!ENTITY status.done "<img src='&imagebase;/done.png' width='22' height='22' alt='Done'>">
+<!ENTITY status.new "<img src='&imagebase;/not_started.png' width='22' height='22' alt='Not Started'>">
+<!ENTITY status.n-a "<img src='&imagebase;/not_planned.png' width='22' height='22' alt='Not Planned'>">
+<!ENTITY status.wip "<img src='&imagebase;/in_progress.png' width='22' height='22' alt='In progress'>">
+
+<!-- XXX: from doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent -->
+<!ENTITY a.majordomo "<a href='mailto:majordomo@FreeBSD.org'>majordomo@FreeBSD.org</a>">
+<!ENTITY a.mips "<a href='mailto:freebsd-mips@FreeBSD.org'>freebsd-mips@FreeBSD.org</a>">
+]>
+
+<html>
+  <head>
+    <title>FreeBSD/MIPS Project</title>
+    <link rel="stylesheet" href="./style.css">
+  </head>
+
+  <body bgcolor="#ffffff">
+    <img src="&imagebase;/project_goal.png" width="229" height="36"
+      alt="Project Goal">
+
+    <p class="main">The FreeBSD/MIPS Project aims to port FreeBSD to
+      MIPS R4000 and newer processors, with support for both desktop
+      platforms (e.g. SGI MIPS) and embedded systems.  The ideal is for
+      it to be as clean of a port as possible, with as few historical
+      mistakes as are required, and to provide ports to major platforms
+      where it makes sense for FreeBSD to maintain them, while providing
+      a good "working base" for any third-party vendors to build their
+      own platforms on top of FreeBSD/MIPS.</p>
+
+    <img src="&imagebase;/project_plan.png" width="229" height="36"
+      alt="Project Plan">
+
+    <p class="main">Initially, development is being done in the FreeBSD
+      Perforce repository, but once the port has reached a relatively
+      working state, it will be merged into the FreeBSD CURRENT branch.
+      Changes made which are not MIPS specific but which are required
+      for the port should be merged in gradually over time.</p>
+
+    <img src="&imagebase;/how_to_contribute.png" width="229" height="36"
+      alt="How to Contribute">
+
+    <p class="main">The project is always looking for additional contributors.  If you
+      wish to participate, the best way to find out what is happening
+      is to subscribe to the <a href="#mailinglist">freebsd-mips
+      mailing list</a>.  If you are working on a specific task
+      relating to the project, you should contact
+      <a href="mailto:jmallett@FreeBSD.org">jmallett@FreeBSD.org</a> with a
+      description of the task so that your task can be listed
+      below.</p>
+
+    <img src="&imagebase;/resources_and_links.png" width="229" height="36"
+      alt="Resources and Links">
+
+    <ul class="list">
+      <li><p>General MIPS information is available from
+            <a href="http://www.mips.com">MIPS Technologies, Inc.</a></p></li>
+      <li><p><a name="mailinglist">Most discussion relating to</a>
+            this project takes place on the &a.mips; mailing list.
+            To subscribe to the list, send a message to &a.majordomo;
+            with "subscribe freebsd-mips" in the body of the
+            text.</p></li>
+    </ul>
+
+    <img src="&imagebase;/status_board.png" width="229" height="36"
+      alt="Status Board"><br><br>
+
+    <!-- Tasks should be sorted in order of most complete, then reverse -->
+    <!-- chronological order. -->
+
+    <table border="3" cellpadding="2" cellspacing="0" width="615">
+      <tr>
+	<th class="heading"> Task </th>
+	<th class="heading"> Responsible </th>
+	<th class="heading"> Last&nbsp;Updated </th>
+	<th class="heading"> Status </th>
+      </tr>
+
+      <tr>
+	<td> Update contrib bits for toolchain. </td>
+	<td> &a.jmallett; </td>
+	<td> 08 November 2002 </td>
+	<td> &status.done; </td>
+      </tr>
+
+      <tr>
+        <td> Add toolchain glue for FreeBSD/MIPS. </td>
+	<td> &a.jmallett; </td>
+	<td> 08 November 2002 </td>
+	<td> &status.done; </td>
+      </tr>
+
+      <tr>
+        <td> Merge ARCBIOS kernel driver from NetBSD. </td>
+	<td> &a.jwojdacki; </td>
+	<td> 08 November 2002 </td>
+	<td> &status.done; </td>
+      </tr>
+
+      <tr>
+        <td> Fill in stub kernel headers. </td>
+	<td> &a.jmallett; </td>
+	<td> 08 November 2002 </td>
+	<td> &status.wip; </td>
+      </tr>
+
+      <tr>
+        <td> Fill in stubs for all MD functions. </td>
+	<td>  </td>
+	<td> 08 November 2002 </td>
+	<td> &status.new; </td>
+      </tr>
+
+      <tr>
+        <td> Merge FreeBSD/MIPS configuration into FSF GCC tree. </td>
+	<td>  </td>
+	<td> 08 November 2002 </td>
+	<td> &status.new; </td>
+      </tr>
+
+      <tr>
+        <td> Flesh out loader(8)'s ARC support. </td>
+	<td>  </td>
+	<td> 08 November 2002 </td>
+	<td> &status.new; </td>
+      </tr>
+
+      <tr>
+        <td> Write a GEOM module for SGI fx-labelled disks. </td>
+	<td>  </td>
+	<td> 08 November 2002 </td>
+	<td> &status.new; </td>
+      </tr>
+
+<!--
+      <tr>
+	<td> Brief description. </td>
+	<td> Responsible </td>
+	<td> Last updated </td>
+	<td> Status </td>
+      </tr>
+-->
+
+    </table><br><br>
+
+    <table border="3" cellpadding="2" cellspacing="0">
+      <tr>
+	<th colspan="2" class="heading">Legend</th>
+      <tr>
+        <td> &status.new; </td>
+        <td> Not yet started </td>
+      </tr><tr>
+        <td> &status.blocked; </td>
+        <td> Blocked awaiting completion of another task </td>
+      </tr><tr>
+        <td> &status.wip; </td>
+        <td> Work in progress </td>
+      </tr><tr>
+        <td> &status.done; </td>
+        <td> Task completed </td>
+      </tr><tr>
+        <td> &status.n-a; </td>
+        <td> Not planned </td>
+      </tr>
+    </table>
+    <p><img src="&imagebase;/news.png" width="229" height="36" alt="News"></p>
+
+    <p class="main">The remainder of this page is structured as a
+      reverse-chronological log.</p>
+
+    <b>08 November 2002</b>
+    <ul class="list">
+      <li>
+	<p>This web page was created.</p>
+      </li>
+    </ul>
+    <p><small>The original layout for this web page was borrowed from
+      the FreeBSD C99 Project.  BSD Daemon Copyright 1988 by Marshall 
+      Kirk McKusick.  All Rights Reserved.</small></p>
+    &footer;
+  </body>
+</html>
--- /dev/null	Fri Nov  8 08:00:00 2002
+++ projects/mips/style.css	Fri Nov  8 06:58:16 2002
@@ -0,0 +1,38 @@
+BODY {
+}
+
+BODY TD {
+	font-size: 13px;
+}
+
+BODY SMALL {
+	width: 615px;
+	font-size: 11px;
+}
+
+.heading {
+	font-size: 15px;
+	background-color: #cbd2ec;
+}
+
+.section {
+	font-size: 15px;
+	font-weight: bold;
+	background-color: #e7e9f7;
+}
+
+.notes {
+	font-size: 13px;
+	font-weight: normal;
+}
+
+.main {
+	width: 615px;
+	height: auto;
+	text-align: justify;
+}
+
+.list {
+	width: 550px;
+	height: auto;
+}
%%%
-- 
Juli Mallett <jmallett@FreeBSD.org>       | FreeBSD: The Power To Serve
Will break world for fulltime employment. | finger jmallett@FreeBSD.org
http://people.FreeBSD.org/~jmallett/      | Support my FreeBSD hacking!

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-www" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021108061218.A81792>