diff options
-rwxr-xr-x | www/about.html | 32 | ||||
-rwxr-xr-x | www/roadmap.html | 3 |
2 files changed, 17 insertions, 18 deletions
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 @@ <h2><a name="what" />What is ToyBox?</h2> -<p>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 <a href="design.html">page on design goals</a>.</p> - -<p>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 <a href=/aboriginal>Aboriginal Linux</a> project is working to get a -complete Linux system to rebuild itself from source code using toybox.</p> - -<p>Toybox is <a href=license.html>released under a simple 2-clause BSD-style -license</a>. (Earlier versions were released under GPLv2, but -<a href=oldlicense.html>that changed</a>.)</p> - -<p>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.</p> +<p>Toybox provides simple, small, fast, and correct implementations of all the +standard Linux command line utilities.</p> + +<p>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 <a href=/aboriginal>Aboriginal Linux</a> project is working +to get a complete Linux system to rebuild itself from source code using +toybox.</p> + +<p>Toybox is released under what's been nicknamed a <a href=license.html>"zero +clause BSD" license</a>, essentially public domain with a liability +disclaimer.</p> + +<p>Toybox can be built as a single multicall ("swiss army knife") executable, +or each command can be built as a traditional independent executable.</p> <b><h2><a name="status" />What commands are implemented in Toybox?</h2></b> diff --git a/www/roadmap.html b/www/roadmap.html index 4aa6d87e..94df8301 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -326,7 +326,7 @@ setprop smd start stop top uptime vmstat watchprops watchdogd wipe </b></blockquote> <hr /><a name=klibc /> -<h2>kblic:</h2> +<h2>klibc:</h2> <p>Long ago some kernel developers came up with a project called <a href=http://en.wikipedia.org/wiki/Klibc>klibc</a>. @@ -668,6 +668,7 @@ OpenSolaris.</p> freeramdisk getty halt hexdump hwclock klogd modprobe ping ping6 pivot_root poweroff readahead rev sfdisk sudo syslogd taskset telnet telnetd tracepath traceroute unzip usleep vconfig zip free login modinfo unshare netcat help w +ntpd </span> </b></blockquote> |