comparison www/news.html @ 457:521d54da4d0c

Commit the web page change that announced the release.
author Rob Landley <rob@landley.net>
date Mon, 13 Feb 2012 21:16:03 -0600
parents 9be513853e6b
children b93517f238d1
comparison
equal deleted inserted replaced
456:dd24f86d5ad5 457:521d54da4d0c
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, cal, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, 5 basename, bzcat, cal, cat, catv, chroot, chvt, cksum, count, cp, df, dirname,
6 dmesg, echo, env, false, help, link, mkswap, nc, netcat, nice, nohup, oneit, 6 dmesg, echo, env, false, head, help, link, mkswap, nc, netcat, nice, nohup,
7 patch, pwd, rmdir, seq, setsid, sha1sum, sleep, sort, sync, tee, true, 7 oneit, patch, pwd, rmdir, seq, setsid, sha1sum, sleep, sort, sync, tee, true,
8 truncate, tty, uname, unlink, unshare, wc, which, xargs, yes 8 truncate, tty, uname, unlink, unshare, wc, which, xargs, yes
9 </p> 9 </p>
10 10
11 <h2>Shell wrappers:</h2> 11 <h2>Shell wrappers:</h2>
12 <p>dos2unix, tac, unix2dos</p> 12 <p>dos2unix, tac, unix2dos</p>
13 13
14 <h2>News</h2> 14 <h2>News</h2>
15
16 <hr><b>February 12, 2012</b>
17 <blockquote><p>
18 "for though it has many omissions and contains much that is apocryphal, or at
19 least wildly inaccurate, it scores over the older, more pedestrian work in two
20 important respects..."</p>
21 <p> - The Hitchhiker's Guide to the Galaxy</p></blockquote>
22
23 <p>Here's the first BSD licensed release,
24 <a href=downloads/toybox-0.2.0.tar.bz2>toybox-0.2.0</a>, more a synchronization
25 point than anything particularly useful. 47 commands in a reasonably
26 ready-to-use state (what "make defconfig" builds), another ten or so partially
27 finished stubs ("make allyesconfig"), and several
28 patches pending on the mailing list I need to review and merge.</p>
29
30 <p>More to come...</p>
15 31
16 <hr> 32 <hr>
17 <p><b>November 15, 2011</b> - Back from the dead, Toybox is now under a 2 33 <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 34 clause BSD license, and aiming to become the default command line
19 implementation of Android systems everywhere.</p> 35 implementation of Android systems everywhere.</p>