diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-17 04:32:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-17 04:32:22 +0000 |
commit | 77dbe738d23da4065a156dd61ed0636f265e1bb6 (patch) | |
tree | c9cd635db30c6a6abfcc367658e325d738617258 | |
parent | 14f5c8d764ab7429367feb407ab86191054e6a8a (diff) | |
download | busybox-w32-77dbe738d23da4065a156dd61ed0636f265e1bb6.tar.gz busybox-w32-77dbe738d23da4065a156dd61ed0636f265e1bb6.tar.bz2 busybox-w32-77dbe738d23da4065a156dd61ed0636f265e1bb6.zip |
add a new list of external tiny utilities
-rw-r--r-- | docs/busybox.net/FAQ.html | 10 | ||||
-rw-r--r-- | docs/busybox.net/tinyutils.html | 35 |
2 files changed, 44 insertions, 1 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index c9f5909ed..17d9a293a 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html | |||
@@ -23,6 +23,7 @@ have additions to this FAQ document, we would love to add them, | |||
23 | <li><a href="#contracts">I need you to add <favorite feature>! Are the BusyBox developers willing to | 23 | <li><a href="#contracts">I need you to add <favorite feature>! Are the BusyBox developers willing to |
24 | be paid in order to fix bugs or add in <favorite feature>? Are you willing to provide | 24 | be paid in order to fix bugs or add in <favorite feature>? Are you willing to provide |
25 | support contracts?</a> | 25 | support contracts?</a> |
26 | <li><a href="#external">Where can I find other small utilities since busybox does not include the features I want?</a></li> | ||
26 | <li><a href="#support">I think you guys are great and I want to help support your work!</a> | 27 | <li><a href="#support">I think you guys are great and I want to help support your work!</a> |
27 | 28 | ||
28 | 29 | ||
@@ -211,6 +212,14 @@ have additions to this FAQ document, we would love to add them, | |||
211 | 212 | ||
212 | <hr /> | 213 | <hr /> |
213 | <p> | 214 | <p> |
215 | <h2><a href="#external">Where can I find other small utilities since busybox | ||
216 | does not include the features I want?</a></h2> | ||
217 | <p> | ||
218 | We maintain such a <a href="tinyutils.html">list</a> on this site! | ||
219 | |||
220 | |||
221 | <hr /> | ||
222 | <p> | ||
214 | <h2><a name="support">I think you guys are great and I want to help support your work!</a></h2> | 223 | <h2><a name="support">I think you guys are great and I want to help support your work!</a></h2> |
215 | <p> | 224 | <p> |
216 | 225 | ||
@@ -304,4 +313,3 @@ have additions to this FAQ document, we would love to add them, | |||
304 | <br> | 313 | <br> |
305 | 314 | ||
306 | <!--#include file="footer.html" --> | 315 | <!--#include file="footer.html" --> |
307 | |||
diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html new file mode 100644 index 000000000..f5bbab9be --- /dev/null +++ b/docs/busybox.net/tinyutils.html | |||
@@ -0,0 +1,35 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | |||
4 | <h3>External Tiny Utilities</h3> | ||
5 | |||
6 | This is a list of tiny utilities whose functionality is not provided by | ||
7 | busybox. If you have additional suggestions, please send an e-mail to our | ||
8 | dev mailing list. | ||
9 | |||
10 | <br><br> | ||
11 | |||
12 | <table> | ||
13 | <tr> | ||
14 | <th>Feature</th> | ||
15 | <th>Utilities</th> | ||
16 | </tr> | ||
17 | |||
18 | <tr> | ||
19 | <td>SSH</td> | ||
20 | <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td> | ||
21 | </tr> | ||
22 | |||
23 | <tr> | ||
24 | <td>SMTP</td> | ||
25 | <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td> | ||
26 | </tr> | ||
27 | |||
28 | <tr> | ||
29 | <td>DNS</td> | ||
30 | <td><a href="http://www.thekelleys.org.uk/dnsmasq/">dnsmasq</a> is a small forwarding DNS server meant for small environments.</td> | ||
31 | </tr> | ||
32 | </table> | ||
33 | |||
34 | <!--#include file="footer.html" --> | ||
35 | |||