Kaptain - UGF

Universal Graphical Front-end for command-line programs - KDE2/Qt2.
(c) 2000 Terk Zsolt <tz124@hszk.bme.hu>

If you have only Qt available, you can compile without the KDE libraries:

$ ./configure --disable-kde
$ make
# make install

If no parameters are specified to ./configure, it will claim for the KDE libs.

Example grammar files are installed to the `/usr/share/grammars' subdirectory. 
Copy them manually into your bin directory if you want to execute them
as separate programs by saying ex. enscript.kaptn at the prompt.
Make sure there is correct kaptain path in the first line of the scripts. 
(/usr/bin/kaptain by default)

===========================================================================
 For general compatibitity, I HIGHLY RECOMMEND TO USE PREFIX /usr WHEN 
 COMPILING. (This is the default.) If it is not possible, place a symbolic 
 link in /usr/bin for the kaptain binary. Thus every grammar script should
 start with the magic line:
 #!/usr/bin/kaptain 
===========================================================================

File list:
----------
$(prefix)/bin/kaptain		main executable
$(prefix)/bin/kaptainshell	a script that lists the files in 
				$(prefix)/share/grammars
$(prefix)/doc/kaptain/*		html documentation of Kaptain
$(prefix)/shere/grammars/*	Kaptain example grammar scripts

All bug reports and suggestions are welcome.
If you made a grammar that can be useful for others, prease send it to me.
