diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-08 02:23:56 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-08 02:23:56 (GMT) |
| commit | 43f5eae2ae4c70f8b6be33ee3b89b0f46383d673 (patch) | |
| tree | a0c2cd3c9ad80001568ad5db116321d921193914 | |
| parent | 6dba356ee09fe7ef905d084b4b94ccd66ed0649b (diff) | |
| download | busybox-website-43f5eae2ae4c70f8b6be33ee3b89b0f46383d673.tar.gz busybox-website-43f5eae2ae4c70f8b6be33ee3b89b0f46383d673.tar.bz2 | |
tinyutils.html: update GUI browsers part
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | tinyutils.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/tinyutils.html b/tinyutils.html index 966987a..9f324cd 100644 --- a/tinyutils.html +++ b/tinyutils.html @@ -17,7 +17,8 @@ dev mailing list. <tr> <td>SSH</td> - <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 + <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 dependencies (I.E. it does not depend on OpenSSL, using a built-in copy of LibTomCrypt instead). It's actively maintained, with a quiet but responsive mailing list.</td> @@ -25,21 +26,22 @@ mailing list.</td> <tr> <td>SMTP</td> - <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple Mail Transfer Agent.</td> + <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is +an extremely simple Mail Transfer Agent.</td> </tr> <tr> <td>ntp</td> - <td><a href="http://doolittle.icarus.com/ntpclient/">ntpclient</a> is a -tiny ntp client. BusyBox has rdate to set the date from a remote server, but -if you want a daemon to repeatedly adjust the clock over time, try that.</td> + <td><a href="http://doolittle.icarus.com/ntpclient/">ntpclient</a> is +a tiny ntp client. BusyBox starting from 1.16.x also acquired ntpd applet.</td> +</tr> </table> <p>In a gui environment, you'll probably want a web browser. <a href="http://www.konqueror.org/embedded/">Konqueror Embedded</a> requires QT -(or QT Embedded), but not KDE. The <a href="http://www.dillo.org/">Dillo</a> -requires GTK+, but not Gnome. Or you can try the <a href="http://links.twibright.com/">graphical -version of links</a>.</p> +(or QT Embedded) and some bits of KDE. The <a href="http://www.dillo.org/">Dillo</a> +was requiring GTK+ (but not Gnome), now it is FLTK based. +Or you can try the <a href="http://links.twibright.com/">graphical version of links</a>.</p> <p><a href="http://students.ceid.upatras.gr/~sxanth/pyvm-2.0/">pyvm</a> is a minimalistic toy toolchain containing various programs (www browser, pdf viewer, windowing environment |
