SVN_SILENT made messages (.desktop file)
[kdeadmin.git] / knetworkconf / README
blobdec0311b0aa8ac2c29bbbebb6dde678163f9df82
1 KNetworkConf 0.6.1 - A KDE control Center Module to confiure Network settings.
2 Juan Luis Baptiste M. <juan.baptiste@kdemail.net>
3 Colombia, 2003 - 2005
4 http://www.merlinux.org/knetworkconf/
6 ------------------------------------------------------------
9 1. Introduction
10 KNetworkConf is a KDE Control Center module to configure  the Network 
11 settings in a Linux machine. I developed it because I couldn't find any
12 application to do this from within KDE, and I think this is a "must have" 
13 app for a serious Desktop Enviroment like KDE.
15 KNetworkConf features:
17 * Configure installed network devices (you can't add new ones for now) 
18 in basic and advanced mode (ie. don't auto configure broadcast and 
19 netmask values).
20 * Autodetection of wireless interfaces. 
21 * Configure the default gateway and gateway device. 
22 * Configure host and domain names. 
23 * Add/remove DNS servers (/etc/resolv.conf). 
24 * Add/Remove known Hosts (/etc/hosts). 
26 KNetworkConf works now in 15 different platforms: 
28 * BlackPanther OS
29 * Conectiva Linux
30 * Debian Linux
31 * Fedora Linux
32 * FreeBSD
33 * Gentoo Linux
34 * Mandrake Linux
35 * OpenNA Linux
36 * Polish Linux Distribution
37 * Red Hat Linux
38 * Slackware Linux
39 * Specifix Linux
40 * TurboLinux 
41 * Vine Linux
43 KNetworkConf uses the Gnome System Tools (gst) 
44 (http://www.gnome.org/projects/gst/) network backend to find out the network 
45 values in a platform-independient manner. This backends are a bunch of perl 
46 scripts that use XML files to communicate with different frontends. 
48 NOTE:You don't need to have GNOME nor GST installed AT ALL to run 
49 KNetworkConf. The network backend comes included. 
51 2. Requirements
52 * KDE 3.1.x
53 * Qt 3.1.x
54 * Perl
55 * libxml
56 * autoconf > 2.5x/automake > 1.6
58 3. Installation
59 For installation instructions, please see the INSTALL file, but for
60 a quick start you can do:
62 ./configure
63 make
64 su root
65 make istall
67 Mandrake users must add --preix=/usr to the configure script to
68 install the files in the correct path and run update-menus after make install.
70 4. Contact
71 To report bugs or if you have any comments or sugestions about KNetworkConf,
72 please write to the mailing lists knetworkconf-devel@lists.sourceforge.net or
73 knetworkconf-users@lists.sourceforge.net.