From 37aa821e7bdeb135894ae7ba5a775557c3f6c2d1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 21 Jul 2012 00:29:27 -0500 Subject: Add status.html and script to calculate it from roadmap info. --- www/header.html | 2 +- www/status.html | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100755 www/status.html (limited to 'www') diff --git a/www/header.html b/www/header.html index cb4a195c..8698267e 100644 --- a/www/header.html +++ b/www/header.html @@ -14,8 +14,8 @@
  • What is toybox?
  • Design Docs
  • Source walkthrough
  • -
  • TODO list
  • Roadmap
  • +
  • Status
  • Interview
  • Download diff --git a/www/status.html b/www/status.html new file mode 100755 index 00000000..c987cccb --- /dev/null +++ b/www/status.html @@ -0,0 +1,40 @@ + +Toybox Status + +

    How are we doing on implementing stuff so far?

    + +

    Legend: {android} [posix] (development) <lsb> implemented

    + + + +

    The current status of toybox (as of 0.2.1 release):

    + +

    These commands are reasonably finished:

    +
    + +basename cal cat catv chgrp chmod chown chroot chvt cksum clear cmp comm count +df dirname dmesg echo env false killall link logname ls lsmod mkdir mkfifo mkswap mktemp +mountpoint nice nohup od oneit pwd realpath seq setsid sha1sum sleep +sort swapoff swapon sync tac tee true truncate tty uniq unlink vmstat +wc which whoami yes + +
    + +

    These commands are implemented but have pending todo items remaining:

    +
    + +bzcat bunzip2 cp date free head help hostname id insmod kill ln login mdev +mknod modinfo mv nc netcat patch pidof printenv readlink rmdir rmmod tail uname unshare +uptime who xargs + +
    + +

    Work on these is underway, but not usable yet:

    +
    +bzip2 mke2fs more mount umount losetup sed tar sh grep/egrep/fgrep +switch_root +
    + +

    See the todo list for details.

    + + -- cgit v1.2.3