	------------------------------------------------------------
	   A P S F I L T E R   V 4.8  -  "files and their meaning"
	------------------------------------------------------------

                     copyright Andreas Klemm 1993, 1994

                            andreas@knobel.gun.de

                   ---------------------------------------

			co-author Thomas Bueschgens 

			    sledge@hammer.oche.de

                         ---------------------------

--------------------------------------------------------------------------
MANIFEST - partial file list and short description
--------------------------------------------------------------------------

ANNOUNCE		- the last anouncement in USENET
COPYRIGHT		- copyright section, incl. GNU Public License
ChangeLog		- history of changes
DONATIONS		- only if you like or if you are able to ....
FAQ			- frequently asked questions with answers
FTP			- how to get apsfilter and optional utilities
INSTALL			- describes installation
KNOWN_BUGS		- some things we know and will be solved in the future
MANIFEST		- this file
PROBLEMS		- 
README
SETUP
TODO
TROUBLESHOOTING
WHAT_AM_I
bin
doc
filter
global
mknew
printcap
setup
src
template
test
xxx

bin/a2ps		- ascii to postscript filter, special version
			  needs to be here, source is in the src tree
bin/apsfilter		- the apsfilter bourne shell script itself
bin/rewindstdin		- a utility to seek in a pipe
doc/*			- some documentation, not perfect, but it's _there_
global/GLOBAL.sh	- environment shared by several shell scripts
global/filters_found	- list of filters that apsfilter has found
			  during installation. Needed during runtime !
			  Created by setup/filtersetup.
printcap/printcap	- sample /etc/printcap file only for reference
			  Note: SETUP creates one automatically for you !!
printcap/printcap.5	- printcap(5) manpage in nroff source since
			  some Linux systems don't have this :-(

setup/filtersetup	- scans your system for filters that are supported
			  by apsfilter and creates the file 
			  "global/filters_found" that contains information
			  for apsfilter during runtime if it can print the
			  filetype "foo" or not, because your system is
			  missing the utility "bar".
setup/mksymlinks	- creates symbolic links to bin/apsfilter
			  The filename under which apsfilter is called
			  turns on or off some of apsfilters main features.
src/a2ps-4.2-akl-new/..	- patched a2ps ascii to PS filter, you'll need
			  this version for apsfilter because of additional
			  command line options.
src/rewind-stdin/...	- utility to seek in a pipe.
template/apsfilterrc	- a user customizeable file. Copy this into
			  each users Home Directory as .apsfilterrc
			  file. The file is self-explanatory.
