KDE network utilities
=====================


This program allows somebody to make a ping, a traceroute or a hostname
resolution without lauching an xterm (nor kvt :-) ).

It's a tabbed window with a big multilineedit that receive the output
of a command (ping, traceroute, host, but it could be also finger, whois,
...).

I need some help for:
. an icon for knu
. a .kdelnk file (I don't use kfm)




Feedback welcome!


Todo:
=====
- in host tab, put nameservers address (from /etc/resolv.conf) to the 
	combobox
- whois ?
- finger ??
- anybody have other wishes?
- improve doc


History:
========

Version 0.0.1:
--------------
. Initial coding with ping and traceroute

Version 0.1.0:
--------------
. use KProcess-0.1.0 for child managment (KProcess modified to be able to
communicate with the children)
. traceroute have now some options (-n and -m)
. should be more robuts
. better focus management
. allows somebody to put the path a a command in the config file if
the command cannot be found in the PATH (no more hardcoded path).
. wrote some documentation (from manpages)

Version 0.1.1:
--------------
. host resolution (with host)
. use QBoxLayout for placement

Author:
=======
Bertrand Leconte <B.Leconte@mail.dotcom.fr>