aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-26 06:15:12 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-26 06:15:12 +0000
commitbdcc6fbd95e811f492559db53b29f4f2ff077c94 (patch)
treecc90f8bfac01a084af4288eb5ff5f585841568e3
parentf8263516c2d3ab4c63b6c738f5c70cffc00d840f (diff)
downloadbusybox-w32-bdcc6fbd95e811f492559db53b29f4f2ff077c94.tar.gz
busybox-w32-bdcc6fbd95e811f492559db53b29f4f2ff077c94.tar.bz2
busybox-w32-bdcc6fbd95e811f492559db53b29f4f2ff077c94.zip
update the docs
-rw-r--r--docs/busybox.net/index.html40
1 files changed, 29 insertions, 11 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html
index 14965528d..f880ac915 100644
--- a/docs/busybox.net/index.html
+++ b/docs/busybox.net/index.html
@@ -47,7 +47,8 @@ BusyBox has been written with size-optimization and limited resources in mind.
47It is also extremely modular so you can easily include or exclude commands (or 47It is also extremely modular so you can easily include or exclude commands (or
48features) at compile time. This makes it easy to customize your embedded 48features) at compile time. This makes it easy to customize your embedded
49systems. To create a working system, just add a kernel, a shell (such as ash), 49systems. To create a working system, just add a kernel, a shell (such as ash),
50and an editor (such as elvis-tiny or ae). 50and an editor (such as elvis-tiny or ae). For a really minimal system, just
51the the busybox shell (not a POSIX shell, but very small and quite usable).
51<p> 52<p>
52 53
53BusyBox is now maintained by 54BusyBox is now maintained by
@@ -76,6 +77,19 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
76 77
77<ul> 78<ul>
78 79
80 <p> <li> <b>26 September 2000 -- BusyBox 0.47 released</b>
81 <br>
82
83 This release fixes lots of bugs (including an ugly bug in 0.46
84 syslogd that could fork-bomb your system). Added several new
85 apps: rdate, wget, getopt, dos2unix, unix2dos, reset, unrpm,
86 renice, xargs, and expr. syslogd now supports network logging.
87 There are the usual tar updates. Most apps now use getopt for
88 more correct option parsing.
89 See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>
90 for complete details.
91
92
79 <p> <li> <b>11 July 2000 -- BusyBox 0.46 released</b> 93 <p> <li> <b>11 July 2000 -- BusyBox 0.46 released</b>
80 <br> 94 <br>
81 95
@@ -84,7 +98,8 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
84 people to dump a binary keymaps for use with 'loadkmap', and a 98 people to dump a binary keymaps for use with 'loadkmap', and a
85 completely reworked 'grep' and 'sed' which should behave better. 99 completely reworked 'grep' and 'sed' which should behave better.
86 BusyBox shell can now also be used as a login shell. 100 BusyBox shell can now also be used as a login shell.
87 See the <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a> for complete details. 101 See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>
102 for complete details.
88 103
89 104
90 <p> <li> <b>21 June 2000 -- BusyBox 0.45 released</b> 105 <p> <li> <b>21 June 2000 -- BusyBox 0.45 released</b>
@@ -95,7 +110,7 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
95 release provides the following new apps: cut, tr, insmod, ar, 110 release provides the following new apps: cut, tr, insmod, ar,
96 mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and 111 mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and
97 telnet. There are bug fixes for just about every app as well (see 112 telnet. There are bug fixes for just about every app as well (see
98 the <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a> for 113 the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> for
99 details). 114 details).
100 <p> 115 <p>
101 Also, some exciting infrastructure news! Busybox now has its own 116 Also, some exciting infrastructure news! Busybox now has its own
@@ -133,7 +148,7 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
133<TR><TD BGCOLOR="#eeeee0"> 148<TR><TD BGCOLOR="#eeeee0">
134<ul> 149<ul>
135 <li> Source for the latest release can always be downloaded from 150 <li> Source for the latest release can always be downloaded from
136 <a href="ftp://ftp.lineo.com/pub/busybox">ftp://ftp.lineo.com/pub/busybox</a>. 151 <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
137 <li> BusyBox now has its own publically browsable 152 <li> BusyBox now has its own publically browsable
138 <a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>, 153 <a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>,
139 anonymous 154 anonymous
@@ -153,13 +168,16 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
153<TR><TD BGCOLOR="#eeeee0"> 168<TR><TD BGCOLOR="#eeeee0">
154Current documentation for BusyBox includes: 169Current documentation for BusyBox includes:
155<ul> 170<ul>
156 <li> <a href="BusyBox.html">BusyBox.html</a> 171 <li> <a href="ftp://oss.lineo.com/busybox/BusyBox.html">BusyBox.html</a>.
157 This is a list of the all the available commands in BusyBox with complete 172 This is a list of the all the available commands in BusyBox with
158 usage information and examples of how to use each app. I spent 173 complete usage information and examples of how to use each app. I
159 a <em>lot</em> of time updating these docs and trying to make them 174 have spent a <em>lot</em> of time updating these docs and trying to
160 fairly comprehensive for the BusyBox 0.43 release. If you find any 175 make them fairly comprehensive. If you find any errors (factual,
161 errors (factual, grammatical, whatever) please let me know. 176 grammatical, whatever) please let me know.
177 <li> <a href="ftp://oss.lineo.com/busybox/BusyBox.pdf">BusyBox.pdf</a>.
178 This is basically the same document, but in pdf format.
162 <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBoxBugs</a>. 179 <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBoxBugs</a>.
180 Need to report a bug? Need to check if a bug has been filed?
163 <li> If you need more help, the BusyBox 181 <li> If you need more help, the BusyBox
164 <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is 182 <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is
165 a good place to start. 183 a good place to start.
@@ -178,7 +196,7 @@ I know of the following products and/or projects that use BusyBox -- listed
178in the order I happen to add them to the web page: 196in the order I happen to add them to the web page:
179<ul> 197<ul>
180 <li> <a href="http://www.lineo.com/products/embedix_linux/">Lineo Embedix Linux</a> 198 <li> <a href="http://www.lineo.com/products/embedix_linux/">Lineo Embedix Linux</a>
181 <li> <a href="http://cvs.debian.org/boot-floppies/">Debian boot floppies project</a> 199 <li> <a href="http://cvs.debian.org/boot-floppies/">Debian installer (boot floppies) project</a>
182 <li> <a href="http://www.linuxrouter.org/">Linux Router Project </a> 200 <li> <a href="http://www.linuxrouter.org/">Linux Router Project </a>
183 <li> <a href="http://linux-embedded.org/">LEM</a> 201 <li> <a href="http://linux-embedded.org/">LEM</a>
184 <li> <a href="http://www.toms.net/rb/">tomsrtbt</a> 202 <li> <a href="http://www.toms.net/rb/">tomsrtbt</a>