                                 KFileCoder                        
                             -------------------                                         
    begin                : ven avr 23 18:58:17 CEST 1999                                          
    copyright            : (C) 1999 by Franois Dupoux                         
              : 
AUTHOR: Franois Dupoux
MAIL:   fdupoux@lemel.fr 
WEB:    http://perso.club-internet.fr/dupoux/sysexp/linux/kfilecod/
WEB2:   (if first adresse doesn't works): http://dupoux.cjb.net/            
                       


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.

KFileCoder is a file data encoder. It encode files with a password, to allow
users to send data with a protection. Only people who have the password can
read the files. KFileCoder makes an archive which can contains many files (all
files of a directory for example), an it encode them.

KFileCoder is written for Linux, used with DE (K Desktop Environment), and
with KDevelop.

To compile it, run this command in a terminal:
./configure && make && make install

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