Bernhard Walle 1407a73ebb Change netcode based on wormulon
(Old svn revision: 295)
2003-08-24 20:05:32 +00:00
m4 Initial add 2003-08-17 18:56:49 +00:00
panel-plugin Change netcode based on wormulon 2003-08-24 20:05:32 +00:00
po Changed "bit/s" to "byte/s" 2003-08-17 18:51:52 +00:00
.cvsignore Added .cvsignore file 2003-08-15 11:45:35 +00:00
AUTHORS Initial revision 2003-08-13 18:14:27 +00:00
COPYING Changed license to GPL 2003-08-17 18:57:46 +00:00
ChangeLog Preparing version 0.1.9 2003-08-17 18:59:41 +00:00
INSTALL Initial revision 2003-08-13 18:14:27 +00:00
Makefile.am Initial revision 2003-08-13 18:14:27 +00:00
Makefile.in Preparing version 0.1.9 2003-08-17 18:59:41 +00:00
README Reformated to 80 columns 2003-08-17 21:07:35 +00:00
aclocal.m4 Preparing version 0.1.9 2003-08-17 18:59:41 +00:00
autogen.sh Initial revision 2003-08-13 18:14:27 +00:00
compile Initial revision 2003-08-13 18:14:27 +00:00
config.guess Initial revision 2003-08-13 18:14:27 +00:00
config.h.in Initial revision 2003-08-13 18:14:27 +00:00
config.sub Initial revision 2003-08-13 18:14:27 +00:00
configure Preparing version 0.1.9 2003-08-17 18:59:41 +00:00
configure.ac Added check for libgtop2 if necessary. 2003-08-17 18:58:26 +00:00
depcomp Initial revision 2003-08-13 18:14:27 +00:00
install-sh Initial revision 2003-08-13 18:14:27 +00:00
ltcf-c.sh Initial revision 2003-08-13 18:14:27 +00:00
ltmain.sh Preparing version 0.1.9 2003-08-17 18:59:41 +00:00
missing Initial revision 2003-08-13 18:14:27 +00:00
mkinstalldirs Initial revision 2003-08-13 18:14:27 +00:00

README

XFce4 Netload plugin
--------------------


This plugin should work on all operating systems supported by Xfce4. On Linux
and FreeBSD the code for reading the netload is integrated. The code for this is
based on IceWM from Marko Macek (http://www.icewm.org). Other operating systems
such as NetBSD, OpenBSD or Sun Solaris are supported by libgtop2 from the GNOME
desktop (but GNOME is not required by this library). This is because I have no
testing machines for all this operating systems and some systems require a
Client/Server model, i.e. there are root permissions needed to get out system
load and the Xfce4 panel is not running suid root. The library made this easier
to implement (it's implemented by the library and I didn't have to do that).

The panel plugin is based on the sample-plugin from Benedikt Meurer and on the
xfce4-systemload-plugin from Riccardo Persichetti. The layout is the same as the
systemload-plugin. This made programming very easy and looks good, too.

I'm not planning making much improvements in the future so if you want to take
over developement, just drop me a note. I just programmed it because I needed it
but I plan to maintain it so that it's running with the most current stable
release of Xfce.

If you have translations for your language, please mail me. I'll include it in
the distribution!


-Bernhard
<bernhard.walle@gmx.de>


C 96%
Makefile 3.5%
Shell 0.5%