CGI::Application::PhotoGallery - module to provide a simple photo gallery.

This module is a CGI::Application module allowing people to create their
own simple photo gallery. There is no need to generate your own
thumbnails since they are created on the fly (using the GD module).


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

The module requires the following modules, available on CPAN:

  CGI::Application
  HTML::Template
  File::Basename
  GD


AUTHOR

Copyright 2002, Brian Cassidy (brian@alternation.net).

Questions, bug reports and suggestions can be emailed directly to me
at brian@alternation.net. I would also suggest subscribing to the
CGI::Application mailinglist by sending a blank message to
"cgiapp-subscribe@lists.erlbaum.net".


LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
