Quick and dirty README - XFilemanager Version 0.1
=================================================


This is only a test version!!!

On what kind of system xfilemanager runs:
=========================================
I have developed Xfilemanager on a HP700-series workstation with hpux.
A linux version is still under construction.
Other machines cannot be supported by me, but if somebody get this nice
program to run on any other station, please send me your patches, so that
I can include them in the main source.

INSTALLATION:
=============
1) Edit the config.h and Imakefile to set the defaults for your machine
   Use the system.xfmrc and system.wsrc as defaultfiles or examples.

2) type xmkmf to generate the Makefile

3) type make

4) type make install

5) cd DOC; latex xfilemanager.tex - And read the doc.

Have fun with it and report bugs.

Trouble Shooting:
=================
Some people reported about a bug on Sun OS-machines. They got an errormessage
that sounds like:
Error: Widget vertical has zero width and/or height.
Allthough I don't know what exactly causes this trouble, we found an solution
that works.
Add the following two lines to you app-defaults file:
*vertical.width: 14
*vertical.height: 14
or the next to to you .Xdefaults:
xfilemanager*vertical{width|height}: 14
xfilemanager*horizontal{width|height}: 14
Special thanks for helping me with this problem are adressed to 
exukenc@exu.ericsson.se (Ken Corey) 
Do it with horizontal bug in the same way.

Bugs:
=====
Very dirty source code, but will be optimized as soon as possible
Some usefull functions are missing, but will be implemented in the
next few days (goto-function, change-root, some multi-selection opterations, etc.)

Sources:
========
If you want to patch this nice program and have some problem to find the right place,
just email me and I will help. The Icon and IconButton Widgets are still under construction
and not implemented yet.

Author:
=======
This nice program has be developed by me, Ove Kalkan, within 3 months. It's only 
a test version, so that it won't be fair to earn money with it.
This program is Public Domain and can be used for non-comercial purpose. Allthough
the current version is not worth to be sold, contact me, if have comercial ideas.

Email:
======
kalkan@ramz.ing.tu-bs.de

