                                 KGraphSpace                        
                             -------------------                                         
    begin                : ven avr 23 18:58:17 CEST 1999                                          
    copyright            : (C) 1999 by Franois Dupoux                         
              : 
AUTHOR: Franois Dupoux
MAIL:   dupoux@dupoux.com 
WEB:    http://kgraphspace.sourceforge.net/
WEB2:   (if first adresse doesn't works): http://fdupoux.altasecu.com/sysexp/linux/kgraphsp/            
                       
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by 
the Free Software Foundation; either version 2 of the License, or
at your option) any later version.

KGraphSpace draws a graph of the disk space in all directories. It is easy
to see what are the biggest directories, and what is using the space.

KGraphSpace is written for Linux, used with KDE (K Desktop Environment), and
with KDevelop. It was ported to KDE 2 on March 2000, and works very well under
the KDE 2 Alpha. You should compile a recent KDE2 snapshot to run the last version
of kgraphspace, or the final KDE 2 version if avaible.

Please, report all bug you find to the author, by writing an e-mail to him,
with the following subject: "KGraphSpace bug report (version w.x.y.z)"
If you have ideas about new features which could be added to a new version,
you can send them nto the author.

To compile it, run these commands in a terminal:
./configure && make && make install
type "rm config.cache" before if you have problems

Welcome to everybody who want to help the KGraphSpace project. There are many
ways to do it: writing translations from english of the text used inside the source code,
writing C++ code with new features, drawing new icons, writing documentation (in SGML format),
translating SGML documentations into another languages... Please, download the last version
of KGraphSpace before doing anything: it would be not useful to translate an old version,
and ask the author is the work is not already done, or not being done.

To translate:
- To regenerate the po/kgraphspace.pot file, you must type in terminal:
  xgettext -C -s -ki18n -x/opt/kde/include/kde.pot *.cpp *.h -o../po/kgraphspace.pot
  (if /opt/kde is your KDE directory)
- To compile the PO file file to a usable GMO file, type for example:
  msgfmt fr.po -ofr.gmo
   
