aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-16 07:16:12 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-16 07:16:12 +0000
commitb2bfdd1c9a17a1e5eb17ffb1428c9ba3205aba2a (patch)
tree1569d8ef3d98641abc1f54206ff9d3d027d7338b /docs
parent1f2c6c1629952e69d2c303cb7c90c82d25ab2a8b (diff)
downloadbusybox-w32-b2bfdd1c9a17a1e5eb17ffb1428c9ba3205aba2a.tar.gz
busybox-w32-b2bfdd1c9a17a1e5eb17ffb1428c9ba3205aba2a.tar.bz2
busybox-w32-b2bfdd1c9a17a1e5eb17ffb1428c9ba3205aba2a.zip
Update webpage noting 0.50 release.
git-svn-id: svn://busybox.net/trunk/busybox@2118 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/index.html48
1 files changed, 39 insertions, 9 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html
index 0a1420e96..6a67b1c78 100644
--- a/docs/busybox.net/index.html
+++ b/docs/busybox.net/index.html
@@ -61,9 +61,8 @@ BusyBox is licensed under the
61 61
62<h3> Screenshot </h3> 62<h3> Screenshot </h3>
63 63
64<p> Because everybody loves screenshots, a <a href="screenshot.html"> 64<p> Because everybody loves screenshots, a screenshot of BusyBox
65screenshot</a> of BusyBox is now available <a href="screenshot.html"> right 65is now available <a href="screenshot.html"> right here</a>
66here</a>
67 66
68<H3>Mailing List Information</h3> 67<H3>Mailing List Information</h3>
69BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! 68BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>!
@@ -82,6 +81,28 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
82 81
83<ul> 82<ul>
84 83
84 <li> <b>15 March 2001 -- BusyBox 0.50 released</b>
85 <br>
86
87 This release adds several new applets including ifconfig, route, pivot_root, stty,
88 and tftp, and also fixes tons of bugs. Tab completion in the
89 shell is now working very well, and the shell's environment variable
90 expansion was fixed. Tons of other things were fixed or made
91 smaller. For a fairly complete overview, see the
92 <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>.
93 <p>
94 lash (the busybox shell) is still with us, fixed up a bit so it
95 now behaves itself quite nicely. It really is quite usable as
96 long as you don't expect it to provide Bourne shell grammer.
97 Standard things like pipes, redirects, command line editing, and
98 environment variable expansion work great. But we have found that
99 this shell, while very usable, does not provide an extensible
100 framework for adding in full Bourne shell behavior. So the first order of
101 business as we begin working on the next BusyBox release will be to merge in the new shell
102 currently in progress at
103 <a href="http://doolittle.faludi.com/~larry/parser.html">Larry Doolittle's website</a>.
104
105
85 <li> <b>27 January 2001 -- BusyBox 0.49 released</b> 106 <li> <b>27 January 2001 -- BusyBox 0.49 released</b>
86 <br> 107 <br>
87 108
@@ -173,11 +194,9 @@ Current documentation for BusyBox includes:
173 have spent a <em>lot</em> of time updating these docs and trying to 194 have spent a <em>lot</em> of time updating these docs and trying to
174 make them fairly comprehensive. If you find any errors (factual, 195 make them fairly comprehensive. If you find any errors (factual,
175 grammatical, whatever) please let me know. 196 grammatical, whatever) please let me know.
176 <li> <a href="ftp://oss.lineo.com/busybox/BusyBox.pdf">BusyBox.pdf</a>.
177 This is basically the same document, but in pdf format.
178 <li> <a href="ftp://oss.lineo.com/busybox/README">README</a>. 197 <li> <a href="ftp://oss.lineo.com/busybox/README">README</a>.
179 This is the README file included in the busybox source release. 198 This is the README file included in the busybox source release.
180 <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBoxBugs</a>. 199 <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBox Bugs</a>.
181 Need to report a bug? Need to check if a bug has been filed? 200 Need to report a bug? Need to check if a bug has been filed?
182 <li> If you need more help, the BusyBox 201 <li> If you need more help, the BusyBox
183 <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is 202 <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is
@@ -207,6 +226,17 @@ Current documentation for BusyBox includes:
207 <li> <A HREF="http://freshmeat.net/projects/busybox/"> 226 <li> <A HREF="http://freshmeat.net/projects/busybox/">
208 Freshmeat AppIndex record for BusyBox</A> 227 Freshmeat AppIndex record for BusyBox</A>
209 <p> 228 <p>
229 <li><a href="http://tinylogin.lineo.com/">TinyLogin</a>
230 is a nice embedded tool for handling authentication, changing passwords,
231 and similar tasks which nicely complements BusyBox.
232 <p>
233
234 <li><a href="http://cvs.uclinux.org/uClibc.html">uCLibc</a>
235 is a C library for embedded systems. You can actually statically link
236 a "Hello World" application under x86 that only takes 4k (as opposed to
237 200k under GNU libc). It can do dynamic linking too and works nicely with
238 BusyBox. to create very small embedded systems.
239 <p>
210 240
211 <li> <a href="http://opensource.lineo.com/software.html">Other cool embedded software</a>. 241 <li> <a href="http://opensource.lineo.com/software.html">Other cool embedded software</a>.
212 <p> 242 <p>
@@ -249,9 +279,9 @@ listed in the order I happen to add them to the web page:
249 <li> <a href="http://ibiblio.org/pub/Linux/system/recovery">Zdisk</a> 279 <li> <a href="http://ibiblio.org/pub/Linux/system/recovery">Zdisk</a>
250 <li> <a href="http://www.adtran.com">AdTran - VPN/firewall VPN Linux Distribution</a> 280 <li> <a href="http://www.adtran.com">AdTran - VPN/firewall VPN Linux Distribution</a>
251 <li> <a href="http://mkcdrec.ota.be/">mkCDrec - make CD-ROM recovery</a> 281 <li> <a href="http://mkcdrec.ota.be/">mkCDrec - make CD-ROM recovery</a>
252 <li> <a href="http://recycle.lbl.gov/~ldoolitt/bse/">Linux on nanoEngine</a> 282 <li> <a href="http://recycle.lbl.gov/~ldoolitt/bse/">Linux on nanoEngine</a>
253 <li> <a href="http://www.zelow.no/floppyfw/"> Floppyfw</a> 283 <li> <a href="http://www.zelow.no/floppyfw/"> Floppyfw</a>
254 <li> <a href="http://midori.transmeta.com/"> Midori Linux</a> 284 <li> <a href="http://midori.transmeta.com/"> Midori Linux</a>
255 285
256</ul> 286</ul>
257 287