changeset 896:79855f5dc085

Web page tweaks.
author Rob Landley <rob@landley.net>
date Fri, 10 May 2013 18:54:14 -0500
parents 60a430b7791e
children 849e14fecf2b
files www/about.html www/roadmap.html
diffstat 2 files changed, 14 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/www/about.html	Wed May 08 23:19:45 2013 -0500
+++ b/www/about.html	Fri May 10 18:54:14 2013 -0500
@@ -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 provides simple, small, fast, and correct implementations of all the
+standard Linux command line utilities.</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 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 <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 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 "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 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>
 
--- a/www/roadmap.html	Wed May 08 23:19:45 2013 -0500
+++ b/www/roadmap.html	Fri May 10 18:54:14 2013 -0500
@@ -326,7 +326,7 @@
 </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 @@
 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>