diff options
author | Rob Landley <rob@landley.net> | 2012-02-02 07:27:05 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-02-02 07:27:05 -0600 |
commit | ce8a2671896dcdc7baa9fa9d77cea966e44b9b6b (patch) | |
tree | 9c40b71b93ce2be8dedbd6bb09ef7a7d1843615f /www/news.html | |
parent | f01503d18a35c71706edf8b1801af55cfcb19733 (diff) | |
download | toybox-ce8a2671896dcdc7baa9fa9d77cea966e44b9b6b.tar.gz |
Update web page a bit.
Diffstat (limited to 'www/news.html')
-rwxr-xr-x | www/news.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/www/news.html b/www/news.html index 2699f540..35ee3930 100755 --- a/www/news.html +++ b/www/news.html @@ -2,13 +2,25 @@ <h2>Currently implemented commands:</h2> <p> -basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, -echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir, -seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes +basename, bzcat, cal, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, +dmesg, echo, env, false, help, link, mkswap, nc, netcat, nice, nohup, oneit, +patch, pwd, rmdir, seq, setsid, sha1sum, sleep, sort, sync, tee, true, +truncate, tty, uname, unlink, unshare, wc, which, xargs, yes </p> +<h2>Shell wrappers:</h2> +<p>dos2unix, tac, unix2dos</p> + <h2>News</h2> +<hr> +<p><b>November 15, 2011</b> - Back from the dead, Toybox is now under a 2 +clause BSD license, and aiming to become the default command line +implementation of Android systems everywhere.</p> + +<p>More to come...</p> + +<hr> <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> |