annotate www/status.html @ 661:12cf7e635f82

Update status page.
author Rob Landley <rob@landley.net>
date Mon, 03 Sep 2012 21:25:46 -0500
parents ba40e1852ce8
children 4094f14c47a2
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
639
3c591e7a367d More web page roadmap/status update stuff.
Rob Landley <rob@landley.net>
parents: 635
diff changeset
6 <p>Legend: {android} [posix] (development) &lt;lsb&gt; 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
7
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 <!--#include file="status.gen" -->
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
9
651
ba40e1852ce8 Check in the updated news and status web pages.
Rob Landley <rob@landley.net>
parents: 639
diff changeset
10 <h1>The current status of toybox (as of 0.4.0 release):</h1>
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
11
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
12 <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
13 <blockquote><b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
14 <span id=ready>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
15 basename cal cat catv chgrp chmod chown chroot chvt cksum clear cmp comm count
661
12cf7e635f82 Update status page.
Rob Landley <rob@landley.net>
parents: 651
diff changeset
16 df dirname dmesg dos2unix echo env false killall link logname ls lsmod mkdir
12cf7e635f82 Update status page.
Rob Landley <rob@landley.net>
parents: 651
diff changeset
17 mkfifo mkswap mktemp mountpoint nice nohup od oneit pwd realpath seq setsid
12cf7e635f82 Update status page.
Rob Landley <rob@landley.net>
parents: 651
diff changeset
18 sha1sum sleep sort swapoff swapon sync tac taskset tee true truncate tty uniq
12cf7e635f82 Update status page.
Rob Landley <rob@landley.net>
parents: 651
diff changeset
19 unix2dos unlink usleep vmstat 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
20 </span>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
21 </b></blockquote>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
22
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
23 <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
24 <blockquote><b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
25 <span id=pending>
661
12cf7e635f82 Update status page.
Rob Landley <rob@landley.net>
parents: 651
diff changeset
26 bzcat bunzip2 cp date du free head help hostname id insmod kill ln login mdev
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
27 mknod modinfo mv nc netcat patch pidof printenv readlink rmdir rmmod tail uname unshare
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
28 uptime who xargs
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
29 </span>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
30 </b></blockquote>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
31
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
32 <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
33 <blockquote><b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
34 bzip2 mke2fs more mount umount losetup sed tar sh grep/egrep/fgrep
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
35 switch_root
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
36 </blockquote></b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
37
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
38 <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
39
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
40 <!-- #include "footer.html" -->