annotate www/status.html @ 805:0db28494d17d

Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
author Rob Landley <rob@landley.net>
date Sat, 23 Feb 2013 18:32:08 -0600
parents 4094f14c47a2
children 56a20120a34f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 <!--#include file="header.html" -->
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 <title>Toybox Status</title>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
3
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 <h1>How are we doing on implementing stuff so far?</h1>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
5
805
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
6 <p>Legend: [posix] &lt;lsb&gt; (development) {android} =klibc= #sash# @sbase@
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
7 *beastiebox* +request+ other <strike>implemented</strike></p>
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
8
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 <!--#include file="status.gen" -->
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
10
805
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
11 <h1>The current status of toybox (as of 0.4.1 release):</h1>
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
12
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
13 <h3><u>These commands are reasonably finished</u>:</h3>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
14 <blockquote><b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
15 <span id=ready>
757
4094f14c47a2 Update mkstatus.py, roadmap.html, and status.html.
Rob Landley <rob@landley.net>
parents: 661
diff changeset
16 basename cal cat catv chgrp chmod chown chvt cksum clear cmp comm count
805
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
17 df dirname dmesg dos2unix echo env false gethostname killall link logname
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
18 losetup ls lsmod md5sum mkdir
757
4094f14c47a2 Update mkstatus.py, roadmap.html, and status.html.
Rob Landley <rob@landley.net>
parents: 661
diff changeset
19 mkfifo mkswap mktemp nice nohup od oneit pwd realpath rev rm seq setsid
661
12cf7e635f82 Update status page.
Rob Landley <rob@landley.net>
parents: 651
diff changeset
20 sha1sum sleep sort swapoff swapon sync tac taskset tee true truncate tty uniq
757
4094f14c47a2 Update mkstatus.py, roadmap.html, and status.html.
Rob Landley <rob@landley.net>
parents: 661
diff changeset
21 unix2dos unlink usleep wc which whoami yes
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
22 </span>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
23 </b></blockquote>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
24
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
25 <h3><u>These commands are implemented but have pending todo items remaining:</u></h3>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
26 <blockquote><b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
27 <span id=pending>
757
4094f14c47a2 Update mkstatus.py, roadmap.html, and status.html.
Rob Landley <rob@landley.net>
parents: 661
diff changeset
28 bzcat bunzip2 chroot cp cut date du expand free head help hostname id insmod kill ln login mdev
4094f14c47a2 Update mkstatus.py, roadmap.html, and status.html.
Rob Landley <rob@landley.net>
parents: 661
diff changeset
29 mknod modinfo mountpoint mv nc netcat passwd patch pidof printenv readlink rmdir
4094f14c47a2 Update mkstatus.py, roadmap.html, and status.html.
Rob Landley <rob@landley.net>
parents: 661
diff changeset
30 rmmod switch_root tail touch uname unshare uptime vconfig vmstat w who xargs
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
31 </span>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
32 </b></blockquote>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
33
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
34 <h3><u>Work on these is underway, but not usable yet:</u></h3>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
35 <blockquote><b>
805
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
36 bzip2 mke2fs more mount umount sed tar sh grep/egrep/fgrep
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
37 </blockquote></b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
38
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
39 <p>See <a href="todo.txt">the todo list</a> for details.</p>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
40
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
41 <!-- #include "footer.html" -->