changeset 1641:382d5b9ff2d5 draft

Tweak status.html
author Rob Landley <rob@landley.net>
date Thu, 01 Jan 2015 17:37:57 -0600
parents 41efba077b75
children 5f8fe22a33b8
files scripts/mkstatus.py www/roadmap.html www/status.html
diffstat 3 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/mkstatus.py	Thu Jan 01 16:59:35 2015 -0600
+++ b/scripts/mkstatus.py	Thu Jan 01 17:37:57 2015 -0600
@@ -31,9 +31,12 @@
 
 for i in toystuff:
   try:
+    if ("ready" in reverse[i]) and ("pending" in reverse[i]): print "barf", i
+  except: pass
+  try:
     if ("ready" in reverse[i]) or ("pending" in reverse[i]): continue
   except: pass
-  print i
+  print "Not ready or pending:", i
 
 pending=[]
 done=[]
@@ -48,7 +51,7 @@
         ("development", '<a href="http://linux.die.net/man/1/%s">%%s</a>', '(%s)'),
         ("toolbox", "", '{%s}'), ("klibc_cmd", "", '=%s='),
         ("sash_cmd", "", '#%s#'), ("sbase_cmd", "", '@%s@'),
-        ("beastiebox_cmd", "", '*%s*'),
+        ("beastiebox_cmd", "", '*%s*'), ("tizen", "", '$%s$'),
         ("request", '<a href="http://linux.die.net/man/1/%s">%%s</a>', '+%s+')]
 
 
--- a/www/roadmap.html	Thu Jan 01 16:59:35 2015 -0600
+++ b/www/roadmap.html	Thu Jan 01 17:37:57 2015 -0600
@@ -760,7 +760,7 @@
 ipaddr iplink iproute blockdev rpm2cpio arping brctl dumpleases fsck
 tcpsvd tftpd
 factor fallocate fsfreeze inotifyd lspci nbd-client partprobe strings
-
+base64 mix
 </span>
 </b></blockquote>
 
--- a/www/status.html	Thu Jan 01 16:59:35 2015 -0600
+++ b/www/status.html	Thu Jan 01 17:37:57 2015 -0600
@@ -5,11 +5,11 @@
 <h1>How are we doing on implementing stuff so far?</h1>
 
 <p>Legend: [posix] &lt;lsb&gt; (development) {android} =klibc= #sash# @sbase@
-*beastiebox* +request+ other <strike>implemented</strike></p>
+*beastiebox* $tizen$ +request+ other <strike>implemented</strike></p>
 
 <!--#include file="status.gen" -->
 
-<h1>The current status of toybox (as of 0.5.0 release):</h1>
+<h1>The current status of toybox (as of 0.5.2 release):</h1>
 
 <h3><u>These commands are reasonably finished (in defconfig)</u>:</h3>
 <blockquote><b>
@@ -27,7 +27,7 @@
 sleep sort split stat strings su swapoff swapon switch_root sync sysctl
 tac tail taskset tee time timeout true truncate tty umount uname
 uniq unix2dos unlink unshare uptime usleep uudecode uuencode
-w wc which who whoami yes
+w wc which who whoami yes sed mix base64
 </span>
 </b></blockquote>