Hi,

On Tue, Jul 23, 2013 at 01:50:14PM +0100, Stuart Henderson wrote:
> On 2013/07/23 14:11, Simon Kuhnle wrote:
> >  are still a fair number of things to do on each of these boards. The 
> > platform is now 
> >  self hosting, however there is no smp support. Networking is working on 
> > the Pandaboard's 
> > -and the Beaglebone's. Listed below are several items that 
> 
> oh noe's! can you fix the apostrophes while you're at it please?
> (wrong in the original but I can't bring myself to commit this without
> fixing those too :)

Sure. I just removed them all together, if that's ok, too?

> > +  <li>Add SMP for Pandaboard, and Pandaboard ES.
> > +  <li>Add support for the SD/MMC controller.
> > +  <li>Add support for beaglebone black local storage.
> 
> the product names should be camelcase: PandaBoard / BeagleBone / BeagleBone 
> Black

Fixed on the whole page now.

Also: s/smp/SMP/.

Regards
        Simon

Index: beagle.html
===================================================================
RCS file: /cvs/www/beagle.html,v
retrieving revision 1.6
diff -u -r1.6 beagle.html
--- beagle.html 23 Jul 2013 01:21:37 -0000      1.6
+++ beagle.html 23 Jul 2013 12:57:32 -0000
@@ -38,6 +38,7 @@
 <td valign="top" width="20%">
   <li><a href="#status">Current status</a><br>
   <li><a href="#hardware">Supported hardware</a><br>
+  <li><a href="#projects">Project list</a>
 </td><td valign="top" width="20%">
   <li><a href="#install">Getting and installing</a><br>
 </td></tr></table>
@@ -49,20 +50,10 @@
 
 <p>
 The current target boards are the original BeagleBoard and newer xM models,
-as well as Pandaboard, Pandaboard ES, Beaglebone, and Beaglebone Black. There
+as well as PandaBoard, PandaBoard ES, BeagleBone, and BeagleBone Black. There
 are still a fair number of things to do on each of these boards. The platform 
is now 
-self hosting, however there is no smp support. Networking is working on the 
Pandaboard's 
-and the Beaglebone's. Listed below are several items that 
-are still open. 
-
-<ul>
-  <li>Add support for the battery-backed RTC.
-  <li>Add proper boot support.
-  <li>Add SMP for Pandaboard, and Pandaboard ES.
-  <li>Add support for the SD/MMC controller.
-  <li>Add support for beaglebone black local storage.
-  <li>EABI.
-</ul>
+self hosting, however there is no SMP support. Networking is working on the 
PandaBoard
+and the BeagleBone.
 
 <a name="hardware"></a>
 <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
@@ -70,8 +61,8 @@
 <ul>
 
 <li><strong>BeagleBoard C4 / xM</strong>
-<li><strong>BeagleBone and Beaglebone Black</strong>
-<li><strong>Pandaboard and Pandaboard ES</strong>
+<li><strong>BeagleBone and BeagleBone Black</strong>
+<li><strong>PandaBoard and PandaBoard ES</strong>
 <li>ARM Cortex-A8 and Cortex-A9 CPU.
 <li><a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4";>com(4)</a>
 standard serial port.
 <li><a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&amp;sektion=4&amp;arch=beagle";>cpsw(4)</a>CPSW
 Ethernet device.
@@ -81,6 +72,20 @@
 <li><a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=omgpio&amp;sektion=4&amp;arch=beagle";>omgpio(4)</a>
 GPIO controller.
 <li>Most USB devices, see <a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&amp;sektion=4";>usb(4)</a>
 for a list.
 </ul>
+
+<a name="projects"></a>
+<h3><font color="#0000e0"><strong>Projects (in no particular order):
+</strong></font></h3>
+
+<ul>
+  <li>Add support for the battery-backed RTC.
+  <li>Add proper boot support.
+  <li>Add SMP for PandaBoard, and PandaBoard ES.
+  <li>Add support for the SD/MMC controller.
+  <li>Add support for BeagleBone black local storage.
+  <li>EABI.
+</ul>
+
 
 <a name="install"></a>
 <h3><font color="#0000e0">

Reply via email to