comparison www/news.html @ 418:9be513853e6b

Update web page a bit.
author Rob Landley <rob@landley.net>
date Thu, 02 Feb 2012 07:27:05 -0600
parents 8f0b24cc7cd7
children 521d54da4d0c
comparison
equal deleted inserted replaced
417:57e1335e59f6 418:9be513853e6b
1 <!--#include file="header.html" --> 1 <!--#include file="header.html" -->
2 2
3 <h2>Currently implemented commands:</h2> 3 <h2>Currently implemented commands:</h2>
4 <p> 4 <p>
5 basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, 5 basename, bzcat, cal, cat, catv, chroot, chvt, cksum, count, cp, df, dirname,
6 echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir, 6 dmesg, echo, env, false, help, link, mkswap, nc, netcat, nice, nohup, oneit,
7 seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes 7 patch, pwd, rmdir, seq, setsid, sha1sum, sleep, sort, sync, tee, true,
8 truncate, tty, uname, unlink, unshare, wc, which, xargs, yes
8 </p> 9 </p>
10
11 <h2>Shell wrappers:</h2>
12 <p>dos2unix, tac, unix2dos</p>
9 13
10 <h2>News</h2> 14 <h2>News</h2>
11 15
16 <hr>
17 <p><b>November 15, 2011</b> - Back from the dead, Toybox is now under a 2
18 clause BSD license, and aiming to become the default command line
19 implementation of Android systems everywhere.</p>
20
21 <p>More to come...</p>
22
23 <hr>
12 <p><b>December 1, 2009</b> - <a href=downloads/toybox-0.1.0.tar.bz2>toybox-0.1.0</a> is out.</p> 24 <p><b>December 1, 2009</b> - <a href=downloads/toybox-0.1.0.tar.bz2>toybox-0.1.0</a> is out.</p>
13 25
14 <p>This release is a couple build fixes and another bugfix to patch.</p> 26 <p>This release is a couple build fixes and another bugfix to patch.</p>
15 27
16 <hr> 28 <hr>