aboutsummaryrefslogtreecommitdiff
path: root/www/status.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-07-21 00:29:27 -0500
committerRob Landley <rob@landley.net>2012-07-21 00:29:27 -0500
commit37aa821e7bdeb135894ae7ba5a775557c3f6c2d1 (patch)
tree7b0e88d2a66e2f3bf486c6912b5493a388c21b08 /www/status.html
parentfe8c07e8db55ff31b5f85fcbbba474e06525c50d (diff)
downloadtoybox-37aa821e7bdeb135894ae7ba5a775557c3f6c2d1.tar.gz
Add status.html and script to calculate it from roadmap info.
Diffstat (limited to 'www/status.html')
-rwxr-xr-xwww/status.html40
1 files changed, 40 insertions, 0 deletions
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 @@
+<!--#include file="header.html" -->
+<title>Toybox Status</title>
+
+<h1>How are we doing on implementing stuff so far?</h1>
+
+<p>Legend: {android} [posix] (development) &lt;lsb&gt; <strike>implemented</strike></p>
+
+<!--#include file="status.gen" -->
+
+<h1>The current status of toybox (as of 0.2.1 release):</h1>
+
+<h3><u>These commands are reasonably finished</u>:</h3>
+<blockquote><b>
+<span id=ready>
+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
+</span>
+</b></blockquote>
+
+<h3><u>These commands are implemented but have pending todo items remaining:</u></h3>
+<blockquote><b>
+<span id=pending>
+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
+</span>
+</b></blockquote>
+
+<h3><u>Work on these is underway, but not usable yet:</u></h3>
+<blockquote><b>
+bzip2 mke2fs more mount umount losetup sed tar sh grep/egrep/fgrep
+switch_root
+</blockquote></b>
+
+<p>See <a href="todo.txt">the todo list</a> for details.</p>
+
+<!-- #include "footer.html" -->