Apache::App::Gallery::Simple 1.09

Gallery::Simple creates navigable thumbnail galleries from directories with images on your web server. Gallery::Simple is completely configurable via a simple template system, allows for image captions as well as multimedia support, and also allows you to specify multiple languages for your templates and captions.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

Template::Trivial
Image::Magick

USAGE

<IfModule mod_perl.c>

      PerlWarn       On
      PerlTaintCheck On

      <Location /photos>
        SetHandler perl-script
        PerlHandler Apache::App::Gallery::Simple

        ## GalleryRoot is relative to DocumentRoot
        PerlSetVar  GalleryRoot dog/images
        PerlSetVar  GalleryName "My Dog's Photo Album"
      </Location>

</IfModule>

SUPPORT

Limited support (templates, docs, mailing list, &c) available at:

http://scott.wiersdorf.org/perl/Apache-App-Gallery-Simple/

UPGRADING

If you are upgrading from a previous version, be sure to check out the Changes file for 'TEMPLATE CHANGES' notices. If you have customized templates that have changed, you may need to make minor adjustments to them for compatibility. The author makes every effort to make only forward-compatible changes (i.e., changes that do not add new template variables) to existing templates.

COPYRIGHT AND LICENCE

Copyright (C) 2004 by Scott Wiersdorf

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.