summaryrefslogtreecommitdiff
path: root/docs/busybox.net
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-16 21:10:27 +0000
committerRob Landley <rob@landley.net>2006-08-16 21:10:27 +0000
commitb90a371a4c298ff14a8aeb60f2bd5a22ec380897 (patch)
treefdc796b9be1c9f7c94f1256b969b2882fcc4a2bf /docs/busybox.net
parent4640b05afd2220ccf7f385a9e8dcc18362196957 (diff)
downloadbusybox-w32-b90a371a4c298ff14a8aeb60f2bd5a22ec380897.tar.gz
busybox-w32-b90a371a4c298ff14a8aeb60f2bd5a22ec380897.tar.bz2
busybox-w32-b90a371a4c298ff14a8aeb60f2bd5a22ec380897.zip
Update the tinyutils page to mention microperl, LUA, buildroot,
gentoo embedded...
Diffstat (limited to 'docs/busybox.net')
-rw-r--r--docs/busybox.net/tinyutils.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html
index 4a71323f0..9eff0b1a7 100644
--- a/docs/busybox.net/tinyutils.html
+++ b/docs/busybox.net/tinyutils.html
@@ -17,7 +17,10 @@ dev mailing list.
17 17
18<tr> 18<tr>
19 <td>SSH</td> 19 <td>SSH</td>
20 <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both an ssh server and an ssh client.</td> 20 <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both an ssh server and an ssh client that together come in around 100k. It has no external
21dependencies (I.E. it does not depend on OpenSSL, using a built-in copy of
22LibTomCrypt instead). It's actively maintained, with a quiet but responsive
23mailing list.</td>
21</tr> 24</tr>
22 25
23<tr> 26<tr>
@@ -25,6 +28,12 @@ dev mailing list.
25 <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td> 28 <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td>
26</tr> 29</tr>
27 30
31<tr>
32 <td>Microperl</td>
33 <td><a href=http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html>microperl</a> is a small standalone perl interpreter that can be built from the perl sources via "make -f Makefile.micro". If you really feel the need for perl on an embedded system, this is where to start. (If you just want a small embedded
34scripting language to write _new_ code in,
35<a href=http://www.lua.org/pil/>Lua</a> seems popular for this purpose</a>.</td>
36</tr>
28</table> 37</table>
29 38
30<p>In a gui environment, you'll probably want a web browser. 39<p>In a gui environment, you'll probably want a web browser.
@@ -33,5 +42,10 @@ dev mailing list.
33requires GTK+, but not Gnome. Or you can try the <a href="http://links.twibright.com/">graphical 42requires GTK+, but not Gnome. Or you can try the <a href="http://links.twibright.com/">graphical
34version of links</a>.</p> 43version of links</a>.</p>
35 44
45<p>For more information, you probably want to look at
46<a href=http://buildroot.uclibc.org>buildroot</a> and
47<a href=http://gentoo-wiki.com/TinyGentoo>TinyGentoo</a>, which
48build and use tiny utilities for all sorts of things.</p>
49
36<!--#include file="footer.html" --> 50<!--#include file="footer.html" -->
37 51