Name : perl-CGI-Application-PhotoGallery
| |
Version : 0.16
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 8.47
| Date : 2024-08-05 20:43:40
|
Group : Development/Libraries/Perl
| Source RPM : perl-CGI-Application-PhotoGallery-0.16-8.47.src.rpm
|
Size : 0.05 MB
| |
Packager : (none)
| |
Summary : module to provide a simple photo gallery
|
Description :
CGI::Application::PhotoGallery 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 either the GD or Image::Magick modules).
To use this module you need to create an instance script. It should look like:
use CGI::Application::PhotoGallery;
my $webapp = CGI::Application::PhotoGallery->new( PARAMS => { photos_dir => \'/path/to/photos\' } );
$webapp->run();
You\'ll need to replace the \"/path/to/photos\" with the real path to your photos (see the photos_dir options below).
Put this somewhere where CGIs can run and name it something like \'index.cgi\'.
This gets you the default behavior and look. To get something more to your specifications you can use the options described below.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/openSUSE_Tumbleweed/noarch |