App-ZofCMS-Plugin-ImageGallery

The module is a plugin for L<App::ZofCMS> that allows one to add a CRUD-like functionality for managing photos. The plugin automatically makes thumbnails and can also resize the actual photos if you tell it to. So far, only C<.jpg>, C<.png> and C<.gif> images are supported; however, plugin does not check C<Content-Type> of the uploaded image.

The image file name and description is stored are a SQL database.

INSTALLATION

To install this module, run the following commands:

        perl Build.PL
        ./Build
        ./Build test
        ./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc App::ZofCMS::Plugin::ImageGallery

You can also look for information at:

RT, CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ZofCMS-Plugin-ImageGallery

AnnoCPAN, Annotated CPAN documentation

http://annocpan.org/dist/App-ZofCMS-Plugin-ImageGallery

CPAN Ratings

http://cpanratings.perl.org/d/App-ZofCMS-Plugin-ImageGallery

Search CPAN

http://search.cpan.org/dist/App-ZofCMS-Plugin-ImageGallery

COPYRIGHT AND LICENCE

Copyright (C) 2008 'Zoffix

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