changeset 365:8f0b24cc7cd7

Minor web page updates (put header/footer back, add a few <hr> tags).
author Rob Landley <rob@landley.net>
date Tue, 05 Jan 2010 10:41:52 -0600
parents 6df3ac5165fa
children f1e9da78c5dd
files www/about.html www/design.html www/license.html www/licenserant.html www/news.html
diffstat 5 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/www/about.html	Sun Dec 13 00:12:26 2009 -0600
+++ b/www/about.html	Tue Jan 05 10:41:52 2010 -0600
@@ -1,3 +1,5 @@
+<!--#include file="header.html" -->
+
 <h2><a name="what" />What is ToyBox?</h2>
 
 <p>The goal of the Toybox project is to create simple implementations of all
@@ -111,3 +113,5 @@
 thinking they were recycling.  (I still have two of each kind, but
 Pepsi One seems discontinued and Coke Zero switched its can color
 from black to grey, presumably in celebration.  It was fun while it lasted...)</p>
+
+<!--#include file="footer.html" -->
--- a/www/design.html	Sun Dec 13 00:12:26 2009 -0600
+++ b/www/design.html	Tue Jan 05 10:41:52 2010 -0600
@@ -1,3 +1,5 @@
+<!--#include file="header.html" -->
+
 <b><h2>Design goals</h2></b>
 
 <p>Toybox should be simple, small, and fast.  Often, these things need to be
@@ -225,3 +227,5 @@
 feeding the compiler -funsigned-char.</p>
 
 <p>The reason to pick "unsigned" is that way we're 8-bit clean by default.</p>
+
+<!--#include file="footer.html" -->
--- a/www/license.html	Sun Dec 13 00:12:26 2009 -0600
+++ b/www/license.html	Tue Jan 05 10:41:52 2010 -0600
@@ -1,3 +1,5 @@
+<!--#include file="header.html" -->
+
 <h2>Toybox is licensed under the terms of GPLv2.</h2>
 
 <p>The complete text of the General Public License version 2 is included in the
@@ -349,3 +351,5 @@
 
 		     END OF TERMS AND CONDITIONS
 </pre>
+
+<!--#include file="footer.html" -->
--- a/www/licenserant.html	Sun Dec 13 00:12:26 2009 -0600
+++ b/www/licenserant.html	Tue Jan 05 10:41:52 2010 -0600
@@ -1,3 +1,5 @@
+<!--#include file="header.html" -->
+
 <p>The reason for the clarification of section 3 is that
 <a href="http://www.linux.com/articles/55285">what the FSF did to Mepis</a> was inexcusable.  (Further discussed
 in <a href="http://www.busybox.net/lists/busybox/2006-June/022797.html">this
@@ -48,3 +50,5 @@
 your license obligations yet.  Identifying the specific source you used
 is a very important part of the "written offer" bit that often gets
 overlooked.</p>
+
+<!--#include file="footer.html" -->
--- a/www/news.html	Sun Dec 13 00:12:26 2009 -0600
+++ b/www/news.html	Tue Jan 05 10:41:52 2010 -0600
@@ -1,3 +1,5 @@
+<!--#include file="header.html" -->
+
 <h2>Currently implemented commands:</h2>
 <p>
 basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg,
@@ -7,11 +9,17 @@
 
 <h2>News</h2>
 
+<p><b>December 1, 2009</b> - <a href=downloads/toybox-0.1.0.tar.bz2>toybox-0.1.0</a> is out.</p>
+
+<p>This release is a couple build fixes and another bugfix to patch.</p>
+
+<hr>
 <p><b>April 17, 2009</b> - Another bugfix release,
 <a href=downloads/toybox-0.0.9.2.tar.bz2>toybox-0.0.9.2</a>, off by one allocation error in patch.</p>
 
 <p>(Darn fiddly command, innit?)</p>
 
+<hr>
 <p><b>March 29, 2009</b> - Released
 <a href=downloads/toybox-0.0.9.1.tar.bz2>toybox 0.0.9.1</a> which is a bugfix
 release for issues with the patch command.</p>
@@ -21,6 +29,7 @@
 (Also note: the mailing list moved.  See the links on the left.  You'll
 have to resubscribe.)</p>
 
+<hr>
 <p><b>January 29, 2009</b> - Released
 <a href=downloads/toybox-0.0.9.tar.bz2>toybox 0.0.9.tar.bz2</a> which is a minor packaging
 fix for 0.0.8.  (The previous release tarball contained a prebuilt x86-64
@@ -28,6 +37,7 @@
 pregenerate help.h, and didn't run make clean afterwards.)  The actual source
 code is identical to the previous release.</p>
 
+<hr>
 <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8.tar.bz2>toybox 0.0.8</a>
 adds the uname, cksum, and mkswapfs commands.</p>
 
@@ -58,6 +68,7 @@
 and some build fixes.</p>
 
 <p>
+<hr>
 <p><b>March 29, 2008</b> -
 Time to release <a href=downloads/toybox-0.0.5.tar.bz2>toybox 0.0.5</a>, with
 new commands cp and chvt and several bugfixes.</p>
@@ -118,3 +129,5 @@
 
 <p><b>September 7, 2006</b> -
 Project launched, first commit to mercurial archive.</p>
+
+<!--#include file="footer.html" -->