[BusyBox-cvs] svn commit: trunk/busybox/docs/busybox.net
vapier at busybox.net
vapier at busybox.net
Sun Apr 17 04:32:23 UTC 2005
Author: vapier
Date: 2005-04-16 22:32:22 -0600 (Sat, 16 Apr 2005)
New Revision: 10122
Log:
add a new list of external tiny utilities
Added:
trunk/busybox/docs/busybox.net/tinyutils.html
Modified:
trunk/busybox/docs/busybox.net/FAQ.html
Changeset:
Modified: trunk/busybox/docs/busybox.net/FAQ.html
===================================================================
--- trunk/busybox/docs/busybox.net/FAQ.html 2005-04-16 19:39:00 UTC (rev 10121)
+++ trunk/busybox/docs/busybox.net/FAQ.html 2005-04-17 04:32:22 UTC (rev 10122)
@@ -23,6 +23,7 @@
<li><a href="#contracts">I need you to add <favorite feature>! Are the BusyBox developers willing to
be paid in order to fix bugs or add in <favorite feature>? Are you willing to provide
support contracts?</a>
+<li><a href="#external">Where can I find other small utilities since busybox does not include the features I want?</a></li>
<li><a href="#support">I think you guys are great and I want to help support your work!</a>
@@ -211,6 +212,14 @@
<hr />
<p>
+<h2><a href="#external">Where can I find other small utilities since busybox
+ does not include the features I want?</a></h2>
+<p>
+ We maintain such a <a href="tinyutils.html">list</a> on this site!
+
+
+<hr />
+<p>
<h2><a name="support">I think you guys are great and I want to help support your work!</a></h2>
<p>
@@ -304,4 +313,3 @@
<br>
<!--#include file="footer.html" -->
-
Added: trunk/busybox/docs/busybox.net/tinyutils.html
===================================================================
--- trunk/busybox/docs/busybox.net/tinyutils.html 2005-04-16 19:39:00 UTC (rev 10121)
+++ trunk/busybox/docs/busybox.net/tinyutils.html 2005-04-17 04:32:22 UTC (rev 10122)
@@ -0,0 +1,35 @@
+<!--#include file="header.html" -->
+
+
+<h3>External Tiny Utilities</h3>
+
+This is a list of tiny utilities whose functionality is not provided by
+busybox. If you have additional suggestions, please send an e-mail to our
+dev mailing list.
+
+<br><br>
+
+<table>
+<tr>
+ <th>Feature</th>
+ <th>Utilities</th>
+</tr>
+
+<tr>
+ <td>SSH</td>
+ <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td>
+</tr>
+
+<tr>
+ <td>SMTP</td>
+ <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td>
+</tr>
+
+<tr>
+ <td>DNS</td>
+ <td><a href="http://www.thekelleys.org.uk/dnsmasq/">dnsmasq</a> is a small forwarding DNS server meant for small environments.</td>
+</tr>
+</table>
+
+<!--#include file="footer.html" -->
+
More information about the busybox-cvs
mailing list