This directory contains utilities which might prove useful
for use with WebMagick.

aub
	Assemble usenet binaries.  This program connects to a
	NNTP server and sucks down complete binary images (e.g.
	JPEGs and GIFs.  This is one way to pick up images for
	use with WebMagick in a hurry.

aub_hook
	Hook utility for use with aub to determine which images
	to retrieve.  Maintains a database of image names which
	have already been retrieved to cut down on unneccessary
	duplication and SPAM.  Currently requires BSD DB support
	be built into PERL.

help2man
        Produce a simple manual page from a program (like
        WebMagick) which produces help text (--help) and version
        text (--version) in the right form.

lndir
	Create a tree of links in current directory from source
	directory.

	e.g.

	To create an image catalog for a CD-ROM (a read-only
	device) in the subdirectory 'Visions' and with the source
	images visible in the mounted directory
	'/cdrom/visions/images' perform steps similar to the
	following:

	mkdir Visions
	cd Visions
	lndir /cdrom/visions/images
	webmagick --recurse

make_dir_index.pl
        Create .dirindex files recursively that include the number of
	files in the link. 

texi2html
	An enhanced version of texi2html used to convert the
	WebMagick documentation to HTML form.

