diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-27 12:16:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-27 12:16:48 +0000 |
commit | 051e4c15db08aa4e224c152a1406b3603bbeee5a (patch) | |
tree | 4975f550b836f2d0b5b1cec6003e8d5cb36f5458 | |
parent | d598d411106499e411b48cbc85f7e0a28251ec95 (diff) | |
download | busybox-w32-051e4c15db08aa4e224c152a1406b3603bbeee5a.tar.gz busybox-w32-051e4c15db08aa4e224c152a1406b3603bbeee5a.tar.bz2 busybox-w32-051e4c15db08aa4e224c152a1406b3603bbeee5a.zip |
Update website
-rw-r--r-- | docs/busybox.net/index.html | 44 | ||||
-rw-r--r-- | docs/busybox.net/screenshot.html | 2 |
2 files changed, 32 insertions, 14 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 77fd9cd86..a3c382e27 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -45,17 +45,15 @@ | |||
45 | 45 | ||
46 | <tr> | 46 | <tr> |
47 | <td bgcolor="#EEEEE0"> | 47 | <td bgcolor="#EEEEE0"> |
48 | BusyBox combines tiny versions of many common UNIX | 48 | BusyBox combines tiny versions of many common UNIX utilities |
49 | utilities into a single small executable. It provides | 49 | into a single small executable. It provides minimalist |
50 | minimalist replacements for most of the utilities you | 50 | replacements for most of the utilities you usually find in GNU |
51 | usually find in fileutils, shellutils, findutils, | 51 | fileutils, shellutils, etc. The utilities in BusyBox generally |
52 | textutils, grep, gzip, tar, etc. BusyBox provides a | 52 | have fewer options than their full-featured GNU cousins; |
53 | fairly complete POSIX environment for any small or | 53 | however, the options that are included provide the expected |
54 | embedded system. The utilities in BusyBox generally | 54 | functionality and behave very much like their GNU counterparts. |
55 | have fewer options than their full featured GNU | 55 | BusyBox provides a fairly complete POSIX environment for any |
56 | cousins; however, the options that are included provide | 56 | small or embedded system. |
57 | the expected functionality and behave very much like | ||
58 | their GNU counterparts. | ||
59 | 57 | ||
60 | <p>BusyBox has been written with size-optimization and | 58 | <p>BusyBox has been written with size-optimization and |
61 | limited resources in mind. It is also extremely modular | 59 | limited resources in mind. It is also extremely modular |
@@ -94,8 +92,27 @@ | |||
94 | <tr> | 92 | <tr> |
95 | <td bgcolor="#EEEEE0"> | 93 | <td bgcolor="#EEEEE0"> |
96 | <ul> | 94 | <ul> |
97 | <li> | 95 | |
98 | <b>6 March 2002 -- busybox.net now has mirrors!</b> | 96 | <p> |
97 | <li><b>27 April 2002 -- BusyBox 0.60.3 released</b> | ||
98 | |||
99 | I am very pleased to announce that the BusyBox 0.60.3 (stable) is | ||
100 | now available for download. This is primarily a bugfix release | ||
101 | for the stable series. A number of problems have turned up since | ||
102 | the last release, and this should address most of those problems. | ||
103 | This should be the last release for the 0.60.x series. The | ||
104 | development busybox tree has been progressing nicely, and will | ||
105 | hopefully be ready to become the next stable release. | ||
106 | |||
107 | <p> | ||
108 | The <a href="downloads/Changelog">changelog</a> has all | ||
109 | the details. As usual you can <a href="downloads">download busybox here</a>. | ||
110 | <p>Have Fun! | ||
111 | <p> | ||
112 | |||
113 | |||
114 | <p> | ||
115 | <li><b>6 March 2002 -- busybox.net now has mirrors!</b> | ||
99 | 116 | ||
100 | <p>Busybox.net is now much more available, thanks to | 117 | <p>Busybox.net is now much more available, thanks to |
101 | the fine folks at <a href= "http://i-netinnovations.com/">http://i-netinnovations.com/</a> | 118 | the fine folks at <a href= "http://i-netinnovations.com/">http://i-netinnovations.com/</a> |
@@ -108,6 +125,7 @@ | |||
108 | accessible for everyone! | 125 | accessible for everyone! |
109 | 126 | ||
110 | 127 | ||
128 | <p> | ||
111 | <li><b>Old News</b><br> | 129 | <li><b>Old News</b><br> |
112 | For the old news, visit <a href="oldnews.html">the | 130 | For the old news, visit <a href="oldnews.html">the |
113 | old news page</a>.</li> | 131 | old news page</a>.</li> |
diff --git a/docs/busybox.net/screenshot.html b/docs/busybox.net/screenshot.html index c42775659..4676e1b73 100644 --- a/docs/busybox.net/screenshot.html +++ b/docs/busybox.net/screenshot.html | |||
@@ -22,7 +22,7 @@ font-family: monospace; font-size: smaller;" width="80%"> | |||
22 | 22 | ||
23 | 23 | ||
24 | $ ./busybox | 24 | $ ./busybox |
25 | BusyBox v0.60.3-pre (2002.02.13-23:05+0000) multi-call binary | 25 | BusyBox v0.60.3 (2002.04.27-10:33+0000) multi-call binary |
26 | 26 | ||
27 | Usage: busybox [function] [arguments]... | 27 | Usage: busybox [function] [arguments]... |
28 | or: [function] [arguments]... | 28 | or: [function] [arguments]... |