mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-01 15:40:38 +00:00
Update website
This commit is contained in:
parent
d598d41110
commit
051e4c15db
@ -45,17 +45,15 @@
|
||||
|
||||
<tr>
|
||||
<td bgcolor="#EEEEE0">
|
||||
BusyBox combines tiny versions of many common UNIX
|
||||
utilities into a single small executable. It provides
|
||||
minimalist replacements for most of the utilities you
|
||||
usually find in fileutils, shellutils, findutils,
|
||||
textutils, grep, gzip, tar, etc. BusyBox provides a
|
||||
fairly complete POSIX environment for any small or
|
||||
embedded system. The utilities in BusyBox generally
|
||||
have fewer options than their full featured GNU
|
||||
cousins; however, the options that are included provide
|
||||
the expected functionality and behave very much like
|
||||
their GNU counterparts.
|
||||
BusyBox combines tiny versions of many common UNIX utilities
|
||||
into a single small executable. It provides minimalist
|
||||
replacements for most of the utilities you usually find in GNU
|
||||
fileutils, shellutils, etc. The utilities in BusyBox generally
|
||||
have fewer options than their full-featured GNU cousins;
|
||||
however, the options that are included provide the expected
|
||||
functionality and behave very much like their GNU counterparts.
|
||||
BusyBox provides a fairly complete POSIX environment for any
|
||||
small or embedded system.
|
||||
|
||||
<p>BusyBox has been written with size-optimization and
|
||||
limited resources in mind. It is also extremely modular
|
||||
@ -94,8 +92,27 @@
|
||||
<tr>
|
||||
<td bgcolor="#EEEEE0">
|
||||
<ul>
|
||||
<li>
|
||||
<b>6 March 2002 -- busybox.net now has mirrors!</b>
|
||||
|
||||
<p>
|
||||
<li><b>27 April 2002 -- BusyBox 0.60.3 released</b>
|
||||
|
||||
I am very pleased to announce that the BusyBox 0.60.3 (stable) is
|
||||
now available for download. This is primarily a bugfix release
|
||||
for the stable series. A number of problems have turned up since
|
||||
the last release, and this should address most of those problems.
|
||||
This should be the last release for the 0.60.x series. The
|
||||
development busybox tree has been progressing nicely, and will
|
||||
hopefully be ready to become the next stable release.
|
||||
|
||||
<p>
|
||||
The <a href="downloads/Changelog">changelog</a> has all
|
||||
the details. As usual you can <a href="downloads">download busybox here</a>.
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>6 March 2002 -- busybox.net now has mirrors!</b>
|
||||
|
||||
<p>Busybox.net is now much more available, thanks to
|
||||
the fine folks at <a href= "http://i-netinnovations.com/">http://i-netinnovations.com/</a>
|
||||
@ -108,6 +125,7 @@
|
||||
accessible for everyone!
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>Old News</b><br>
|
||||
For the old news, visit <a href="oldnews.html">the
|
||||
old news page</a>.</li>
|
||||
|
@ -22,7 +22,7 @@ font-family: monospace; font-size: smaller;" width="80%">
|
||||
|
||||
|
||||
$ ./busybox
|
||||
BusyBox v0.60.3-pre (2002.02.13-23:05+0000) multi-call binary
|
||||
BusyBox v0.60.3 (2002.04.27-10:33+0000) multi-call binary
|
||||
|
||||
Usage: busybox [function] [arguments]...
|
||||
or: [function] [arguments]...
|
||||
|
Loading…
Reference in New Issue
Block a user