aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-04-17 04:32:22 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-04-17 04:32:22 +0000
commit03c64b4fa2ddae66315dac29fc3a477a6818dc1d (patch)
treec9cd635db30c6a6abfcc367658e325d738617258
parent136eb768505a2506265c13d2f8f983caa7ff50a8 (diff)
downloadbusybox-w32-03c64b4fa2ddae66315dac29fc3a477a6818dc1d.tar.gz
busybox-w32-03c64b4fa2ddae66315dac29fc3a477a6818dc1d.tar.bz2
busybox-w32-03c64b4fa2ddae66315dac29fc3a477a6818dc1d.zip
add a new list of external tiny utilities
git-svn-id: svn://busybox.net/trunk/busybox@10122 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/busybox.net/FAQ.html10
-rw-r--r--docs/busybox.net/tinyutils.html35
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 &lt;favorite feature&gt;! Are the BusyBox developers willing to 23<li><a href="#contracts">I need you to add &lt;favorite feature&gt;! Are the BusyBox developers willing to
24 be paid in order to fix bugs or add in &lt;favorite feature&gt;? Are you willing to provide 24 be paid in order to fix bugs or add in &lt;favorite feature&gt;? 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
6This is a list of tiny utilities whose functionality is not provided by
7busybox. If you have additional suggestions, please send an e-mail to our
8dev 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