comparison www/status.html @ 635:cffb9b7f1c60

Add status.html and script to calculate it from roadmap info.
author Rob Landley <rob@landley.net>
date Sat, 21 Jul 2012 00:29:27 -0500
parents
children 3c591e7a367d
comparison
equal deleted inserted replaced
634:8f22dbddf1e6 635:cffb9b7f1c60
1 <!--#include file="header.html" -->
2 <title>Toybox Status</title>
3
4 <h1>How are we doing on implementing stuff so far?</h1>
5
6 <p>Legend: {android} [posix] (development) &lt;lsb&gt; <strike>implemented</strike></p>
7
8 <!--#include file="status.gen" -->
9
10 <h1>The current status of toybox (as of 0.2.1 release):</h1>
11
12 <h3><u>These commands are reasonably finished</u>:</h3>
13 <blockquote><b>
14 <span id=ready>
15 basename cal cat catv chgrp chmod chown chroot chvt cksum clear cmp comm count
16 df dirname dmesg echo env false killall link logname ls lsmod mkdir mkfifo mkswap mktemp
17 mountpoint nice nohup od oneit pwd realpath seq setsid sha1sum sleep
18 sort swapoff swapon sync tac tee true truncate tty uniq unlink vmstat
19 wc which whoami yes
20 </span>
21 </b></blockquote>
22
23 <h3><u>These commands are implemented but have pending todo items remaining:</u></h3>
24 <blockquote><b>
25 <span id=pending>
26 bzcat bunzip2 cp date free head help hostname id insmod kill ln login mdev
27 mknod modinfo mv nc netcat patch pidof printenv readlink rmdir rmmod tail uname unshare
28 uptime who xargs
29 </span>
30 </b></blockquote>
31
32 <h3><u>Work on these is underway, but not usable yet:</u></h3>
33 <blockquote><b>
34 bzip2 mke2fs more mount umount losetup sed tar sh grep/egrep/fgrep
35 switch_root
36 </blockquote></b>
37
38 <p>See <a href="todo.txt">the todo list</a> for details.</p>
39
40 <!-- #include "footer.html" -->