From 934b2d3d9a70fafbc1805b17d0cd4f4334d317a1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 10 May 2013 18:54:14 -0500 Subject: Web page tweaks. --- www/about.html | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'www/about.html') diff --git a/www/about.html b/www/about.html index 7d98de4b..95aae25f 100755 --- a/www/about.html +++ b/www/about.html @@ -5,23 +5,21 @@

What is ToyBox?

-

The goal of the Toybox project is to create simple, small, fast, and -correct implementations of all the standard Linux command line utilities. -There's a page on design goals.

- -

Toybox offers configurable levels of functionality, and should scale from -tiny embedded systems up to general purpose development environments. -The author plans to install it on his Android phone in place of Toolbox, -and the Aboriginal Linux project is working to get a -complete Linux system to rebuild itself from source code using toybox.

- -

Toybox is released under a simple 2-clause BSD-style -license. (Earlier versions were released under GPLv2, but -that changed.)

- -

Toybox can be built as a single "swiss army knife" executable (ala BusyBox -or Red Hat's Nash), or each command can be built as a traditional independent -executable.

+

Toybox provides simple, small, fast, and correct implementations of all the +standard Linux command line utilities.

+ +

Toybox should scale from tiny embedded systems up to general purpose +development environments. We test using it on Android phones in place of +Toolbox, and the Aboriginal Linux project is working +to get a complete Linux system to rebuild itself from source code using +toybox.

+ +

Toybox is released under what's been nicknamed a "zero +clause BSD" license, essentially public domain with a liability +disclaimer.

+ +

Toybox can be built as a single multicall ("swiss army knife") executable, +or each command can be built as a traditional independent executable.

What commands are implemented in Toybox?

-- cgit v1.2.3