Image Gallery toolkit

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

Release: 001
   Initial release with minimal documentation and polish.  Modules and scripts are currently fully functional for current feature-set.  Build system is functional for debian and rpm packaging.

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

Overview:
   This collection of perl modules and scripts is designed to create image galleries based on directories of images.  It utilized perlmagick to resize images, creating thumbnails.  It creates html output using the Template Toolkit.

   This codebase can be installed directly, built as a rpm package, or built as a debian package.  It has been tested under Debian etch, Debian sarge, and Red Hat Enterprise Server 4.

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

Usage:
 generate_thumbs.pl --help
 read_caption.pl --help
 write_html.pl --help

--------------------------------------------------------------------------------
Relevant toplevel Make targets:
 deb       # Builds a debian package
 deb-src   # Builds a debian src package
 rpm       # Builds a rpm package and rpm src package
 ant-rpm   # Builds a rpm package and rpm src package using the optional ant
             rpm target.
 install   # Install the code on the local machine
 clean     # Restore source tree
