NAME
App::Followme::CreateGallery - Create a photo gallery page
SYNOPSIS
my
$gallery
= App::Followme::CreateGallery->new(
$configuration
);
$gallery
->run(
$directory
);
DESCRIPTION
This package builds an index for a directory which serves as a photo gallery. The variables described below are substituted into a template to produce the gallery.
CONFIGURATION
The following fields in the configuration file are used:
- template_file
-
The name of the template used to produce the photo gallery. The default is 'create_gallery.htm'.
- data_pkg
-
The name of the package used to retrieve data from the photos. The default value is 'App::Followme::JpegData'.
LICENSE
Copyright (C) Bernie Simon.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Bernie Simon <bernie.simon@gmail.com>