[busybox][patch][janitorial] correct typo in news.html and make site html compliant

Bernhard Fischer rep.nop at aon.at
Wed Sep 14 22:17:37 UTC 2005


Hi,

description inlined.

Please apply,
Bernhard
-------------- next part --------------
\\ The "have have" typo in news.htmll cought my eye..
\\
\\ Correct typo in news
\\ make URLs and text valid HTML (&ampersand; vs &)
\\ <blink> is not valid html; use the css property instead
\\ add some missing close tags
\\ TODO: think about automating this check in make dist
\\     i.e. cat header rest footer > chk.html and validate it non-interactively.
diff -X excl -rduNp busybox.oorig/docs/busybox.net/FAQ.html busybox/docs/busybox.net/FAQ.html
--- busybox.oorig/docs/busybox.net/FAQ.html	2005-09-05 13:28:37.000000000 +0200
+++ busybox/docs/busybox.net/FAQ.html	2005-09-14 12:23:57.769255883 +0200
@@ -73,7 +73,7 @@ have additions to this FAQ document, we 
 
 <hr />
 <p>
-<h2><a name="commercial">Can I include BusyBox as part of the software on my device?</h2>
+<h2><a name="commercial">Can I include BusyBox as part of the software on my device?</a></h2>
 
     Yes.  As long as you <a href="http://busybox.net/license.html">fully comply
     with the generous terms of the GPL BusyBox license</a> you can ship BusyBox
@@ -85,7 +85,7 @@ have additions to this FAQ document, we 
 
 <hr />
 <p>
-<h2><a name="bugs">I think I found a bug in BusyBox!  What should I do?</h2>
+<h2><a name="bugs">I think I found a bug in BusyBox!  What should I do?</a></h2>
 <p>
 
 
diff -X excl -rduNp busybox.oorig/docs/busybox.net/news.html busybox/docs/busybox.net/news.html
--- busybox.oorig/docs/busybox.net/news.html	2005-09-02 13:35:29.000000000 +0200
+++ busybox/docs/busybox.net/news.html	2005-09-14 11:14:46.406306460 +0200
@@ -3,12 +3,12 @@
 
 <ul>
 
-  <li><b>16 August 2005 -- 1.01 is out</b></p>
+  <li><b>16 August 2005 -- 1.01 is out</b>
 
     <p>A new stable release (<a href="http://www.busybox.net/downloads/busybox-1.01.tar.bz2">BusyBox
     1.01</a>) is now available for download, containing over a hundred
-    <a href=http://www.busybox.net/lists/busybox/2005-August/015424.html>small
-    fixes</a> that have have cropped up since the 1.00 release.</p>
+    <a href="http://www.busybox.net/lists/busybox/2005-August/015424.html">small
+    fixes</a> that have cropped up since the 1.00 release.</p>
 
   <li><b>13 January 2005 -- Bug and Patch Tracking</b><p>
 
diff -X excl -rduNp busybox.oorig/docs/busybox.net/products.html busybox/docs/busybox.net/products.html
--- busybox.oorig/docs/busybox.net/products.html	2005-09-02 13:35:29.000000000 +0200
+++ busybox/docs/busybox.net/products.html	2005-09-14 13:36:54.947595505 +0200
@@ -129,11 +129,11 @@ Hat Linux</a>
 </li><li><a href="http://www.netgear.com/products/prod_details.asp?prodID=170">NetGear WG602 wireless router</a>
     <br>with sources <a href="http://www.netgear.com/support/support_details.asp?dnldID=453">here</a>
 </li><li><a href="http://www.trendware.com/products/TEW-411BRP.htm">TRENDnet TEW-411BRP 802.11g Wireless AP/Router/Switch</a>
-    <br>Source for busybox and udhcp <a href="http://www.trendware.com/asp/download/fileinfo.asp?file_id=277&B1=Search">here</a> though no kernel source is provided.
+    <br>Source for busybox and udhcp <a href="http://www.trendware.com/asp/download/fileinfo.asp?file_id=277&amp;B1=Search">here</a> though no kernel source is provided.
 </li><li><a href="http://www.buffalo-technology.com/webcontent/products/wireless/wbr-g54.htm">Buffalo WBR-G54 wireless router</a>
   </li><li><a href="http://www.asus.com/products/communication/wireless/wl-300g/overview.htm">ASUS WL-300g Wireless LAN Access Point</a>
     <br>with source<a href="http://www.asus.com.tw/support/download/item.aspx?ModelName=WL-300G">here</a>
-  </li><li><a href="http://catalog.belkin.com/IWCatProductPage.process?Merchant_Id=&Section_Id=201522&pcount=&Product_Id=136493">Belkin 54g Wireless DSL/Cable Gateway Router</a>
+  </li><li><a href="http://catalog.belkin.com/IWCatProductPage.process?Merchant_Id=&amp;Section_Id=201522&amp;pcount=&amp;Product_Id=136493">Belkin 54g Wireless DSL/Cable Gateway Router</a>
     <br>with source<a href="http://web.belkin.com/support/gpl.asp">here</a>
   <li><a href="http://www.acronis.com/products/partitionexpert/">Acronis PartitionExpert 2003</a>
 	<br>includes a heavily modified BusyBox v0.60.5 with built in
diff -X excl -rduNp busybox.oorig/docs/busybox.net/screenshot.html busybox/docs/busybox.net/screenshot.html
--- busybox.oorig/docs/busybox.net/screenshot.html	2005-09-02 13:35:29.000000000 +0200
+++ busybox/docs/busybox.net/screenshot.html	2005-09-14 13:45:58.413347141 +0200
@@ -49,7 +49,7 @@ Currently defined functions:
 	yes, zcat
 
 
-$ <blink>_</blink>
+$ <span style="text-decoration:blink;">_</span>
 
 </pre>
 
diff -X excl -rduNp busybox.oorig/docs/busybox.net/shame.html busybox/docs/busybox.net/shame.html
--- busybox.oorig/docs/busybox.net/shame.html	2005-09-02 13:35:29.000000000 +0200
+++ busybox/docs/busybox.net/shame.html	2005-09-14 13:53:08.011791740 +0200
@@ -40,7 +40,7 @@ the busybox license by releasing the sou
 	<br>see <a href="http://www.ussg.iu.edu/hypermail/linux/kernel/0404.0/1611.html">here for details</a>
   <li><a href="http://www.macsense.com/product/homepod/">Macsense HomePod</a>
 	<br>with details
-	<a href="http://developer.gloolabs.com/modules.php?op=modload&name=Forums&file=viewtopic&topic=123&forum=7">here</a>
+	<a href="http://developer.gloolabs.com/modules.php?op=modload&amp;name=Forums&amp;file=viewtopic&amp;topic=123&amp;forum=7">here</a>
   <li><a href="http://www.cpx.com/products.asp?c=Wireless+Products">Compex Wireless Products</a>
     <br>appears to be running v0.60.5 with Linux version 2.4.20-uc0 on ColdFire,
     but no source code is mentioned or offered.
@@ -63,7 +63,7 @@ the busybox license by releasing the sou
   </li><li><a href="http://testing.lkml.org/slashdot.php?mid=433790">Liteon LVD2001 DVD player using the Sigma Designs EM8500</a>
   </li><li><a href="http://www.rimax.net/">Rimax DVD players using the Sigma Designs EM8500</a>
   </li><li><a href="http://www.vinc.us/">Bravo DVD players using the Sigma Designs EM8500</a>
-  </li><li><a href="http://www.hb-direct.com/">H&B DX3110 Divx player based on Sigma Designs EM8500</a>
+  </li><li><a href="http://www.hb-direct.com/">H&amp;B DX3110 Divx player based on Sigma Designs EM8500</a>
   </li><li><a href="http://www.recospa.it/mdpro1/index.php">United *DVX4066 mpeg4 capable DVD players</a>
   </li><li><a href="http://www.a-link.com/RR64AP.html">Avaks alink Roadrunner 64</a>
   <br> Partial source available, based on source distributed under NDA from <a href="http://www.lsilogic.com/products/dsl_platform_solutions/hb_linuxr2_2.html"> LSILogic</a>. Why the NDA LSILogic, what are you hiding ?



More information about the busybox mailing list