Okay, here it is: 

                         kTop -- my first KDE application.

		     
Like top, it shows you all processes running on your machine together with some 
(I hope) useful information. It allows you to sort them in several ways as well
as kill, terminate and renice. kTop's interface is pretty simple so you shouldn't
have problems using it.

0. License

kTop is free. You can do with it whatever you want as long as my name remains in the 
credits. And please notify me about any changes/updates/bugfixes etc. 

1. System requirements

A PC running Linux 2.0.xx (not sure if the /proc filesystem in previous kernels 
provides all necessary info)
/proc filesystem
KDE or at least kdecore.so and kdeui.so
Qt (libqt.so v. 1.32 and moc)

2. Bugs

Since it is an alpha release it probably contains a whole lot of bugs but don't 
worry, the worst thing that can happen is a coredump.
Please report to: maciejk@mat.uni.torun.pl
BTW, can anyone track the cause of blinking when the dialogs are being closed?
The screen blinks several times which is really annoying.

3. Installation

There is an executable compiled for glibc so you can use this if you have glibc
and you don't want to compile. In order to compile this application edit the 
Makefile then do make. There is a Polish translation in ./locale, you can copy it
to KDE's locale dir: $KDEDIR/share/locale/pl/LC_MESSAGES/.
Have fun!

4. Credits

Special thanks to :
o Linus Torvalds for Linux
o Guys @kde.org for K Desktop Environment (if only it didn't require 32 megs of RAM)
o Guys at Trolltech for Qt. It really beats Motif and is FREE!
o Well... Me? 

5. Porting

Porting this application to other Unices should only require rewriting proc fs 
routines (in top_proc_linux-2.0.cpp) This (and other) files will be fully commented
with the final release (will there be one?) so your work should be easy.  

PS. Sorry for my poor English
