From 589f5cdcb7b7ff052c85f9b70dfc6dca692e5934 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 5 Jan 2010 10:41:52 -0600 Subject: Minor web page updates (put header/footer back, add a few
tags). --- www/about.html | 4 ++++ www/design.html | 4 ++++ www/license.html | 4 ++++ www/licenserant.html | 4 ++++ www/news.html | 13 +++++++++++++ 5 files changed, 29 insertions(+) diff --git a/www/about.html b/www/about.html index a58d3d38..dd0b3a7f 100755 --- a/www/about.html +++ b/www/about.html @@ -1,3 +1,5 @@ + +

What is ToyBox?

The goal of the Toybox project is to create simple implementations of all @@ -111,3 +113,5 @@ who Totally Did Not Get It tm< 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...)

+ + diff --git a/www/design.html b/www/design.html index 0c3815d4..187f4eb2 100644 --- a/www/design.html +++ b/www/design.html @@ -1,3 +1,5 @@ + +

Design goals

Toybox should be simple, small, and fast. Often, these things need to be @@ -225,3 +227,5 @@ subtle portability bugs, and to avoid them we specify which one we want by feeding the compiler -funsigned-char.

The reason to pick "unsigned" is that way we're 8-bit clean by default.

+ + diff --git a/www/license.html b/www/license.html index 3cd510e9..108492c1 100755 --- a/www/license.html +++ b/www/license.html @@ -1,3 +1,5 @@ + +

Toybox is licensed under the terms of GPLv2.

The complete text of the General Public License version 2 is included in the @@ -349,3 +351,5 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS + + diff --git a/www/licenserant.html b/www/licenserant.html index 3cc52d57..b6af90f3 100755 --- a/www/licenserant.html +++ b/www/licenserant.html @@ -1,3 +1,5 @@ + +

The reason for the clarification of section 3 is that what the FSF did to Mepis was inexcusable. (Further discussed in this @@ -48,3 +50,5 @@ for open source developers to reproduce what you did, you haven't complied with your license obligations yet. Identifying the specific source you used is a very important part of the "written offer" bit that often gets overlooked.

+ + diff --git a/www/news.html b/www/news.html index 9d0ad67f..2699f540 100755 --- a/www/news.html +++ b/www/news.html @@ -1,3 +1,5 @@ + +

Currently implemented commands:

basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, @@ -7,11 +9,17 @@ seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes

News

+

December 1, 2009 - toybox-0.1.0 is out.

+ +

This release is a couple build fixes and another bugfix to patch.

+ +

April 17, 2009 - Another bugfix release, toybox-0.0.9.2, off by one allocation error in patch.

(Darn fiddly command, innit?)

+

March 29, 2009 - Released toybox 0.0.9.1 which is a bugfix release for issues with the patch command.

@@ -21,6 +29,7 @@ decide whether or not to port the whole thing to that language. (Also note: the mailing list moved. See the links on the left. You'll have to resubscribe.)

+

January 29, 2009 - Released toybox 0.0.9.tar.bz2 which is a minor packaging fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64 @@ -28,6 +37,7 @@ kconfig/conf file, because the release script ran defconfig to pregenerate help.h, and didn't run make clean afterwards.) The actual source code is identical to the previous release.

+

January 20, 2009 - toybox 0.0.8 adds the uname, cksum, and mkswapfs commands.

@@ -58,6 +68,7 @@ already exists. Command line option parsing can now handle things like "echo and some build fixes.

+


March 29, 2008 - Time to release toybox 0.0.5, with new commands cp and chvt and several bugfixes.

@@ -118,3 +129,5 @@ df, a skeletal toysh, and some library functions. Proof of concept, really.

September 7, 2006 - Project launched, first commit to mercurial archive.

+ + -- cgit v1.2.3