comparison www/news.html @ 360:f7780b485e6f

Remove header/footer includes to prepare for css instead.
author Rob Landley <rob@landley.net>
date Wed, 30 Sep 2009 23:30:26 -0500
parents 0e7bdfafd758
children e5b5c6293f58
comparison
equal deleted inserted replaced
359:86a4054307ab 360:f7780b485e6f
1 <!--#include file="header.html" -->
2
3 <h2>Currently implemented commands:</h2> 1 <h2>Currently implemented commands:</h2>
4 <p> 2 <p>
5 basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, 3 basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg,
6 echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir, 4 echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir,
7 seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes 5 seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes
118 Toybox <a href=downloads/toybox-0.0.1.tar.bz2>0.0.1 release</a>. Implements 116 Toybox <a href=downloads/toybox-0.0.1.tar.bz2>0.0.1 release</a>. Implements
119 df, a skeletal toysh, and some library functions. Proof of concept, really.</p> 117 df, a skeletal toysh, and some library functions. Proof of concept, really.</p>
120 118
121 <p><b>September 7, 2006</b> - 119 <p><b>September 7, 2006</b> -
122 Project launched, first commit to mercurial archive.</p> 120 Project launched, first commit to mercurial archive.</p>
123 <!--#include file="footer.html" -->