[git commit master] tinyutils.html: update GUI browsers part

Denys Vlasenko vda.linux at googlemail.com
Mon Feb 8 02:23:56 UTC 2010


commit: http://git.busybox.net/busybox-website/commit/?id=43f5eae2ae4c70f8b6be33ee3b89b0f46383d673
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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
-- 
1.6.3.3



More information about the busybox-cvs mailing list