|
NAMEToader::Render::Gallery - This renders a Toader::Gallery object.VERSIONVersion 0.1.0SYNOPSISMETHODSnewThis initiates the object.args hash ref obj This is the Toader::Gallery object to render. toader This is the Toader object to use. my $foo=Toader::Render::Gallery->new(\%args); if($foo->error){ warn('error: '.$foo->error.":".$foo->errorString); } renderThis is just here for compatibiltiy reasons. It returns true.updateDetailsupdateIndexesThis updates the index.html file for a gallery directory.Two arguments are taken. The first and required is the directory act upon. The second and optional is if it should be recursive or not, which defaults to false. updateScaledThis updates scaled images. If a scaled image is found to already exist, it does not rerocess it.Two arguments are taken. The first and required is the directory act upon. The second and optional is if it should be recursive or not, which defaults to false. ERROR CODES1, noObjNo Toader::Gallery object specified.2, noToaderObjNo Toader object specified.3, objPerrorThe Toader::Gallery object has a permanent error set.4, toaderPerrorThe Toader object has a permanent error set.5, noDirSetThe Toader::Gallery object does not have a directory set6, pathhalperInitErroredFailed to initialize a Toader::pathHelper.7, realative2rootErroredFailed to get relative to root.9, notUnderSrcPathThe specified directory does not appear to be under the source path.10, dirStartsWithPeriodThe specified directory contains a directory that starts with a period.11, srcPathDoesNotExitThe source directory does not exist.12, outputDirDoesNotExistThe output directory does not exist.13, srcDirOpenFailedCould not open the source directory.14, smallThumbFileOpenFailedFailed to open the small thumbnail file.15, smallThumbPathCreationFailedFailed to create the new path for the small thumbnails.16, largeThumbPathCreationFailedFailed to create the new path for the large thumbnails.17, generalInitErroredFailed to initialize Toader::Render::General.18, renderTemplateErroredFailed to render a template.19, pathCreationFailedFailed to create the new path for the index.html.20, pathCleanupFailedPath cleanup failed.AUTHORZane C. Bowers-Hadley, "<vvelox at vvelox.net>"BUGSPlease report any bugs or feature requests to "bug-toader at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Toader>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORTYou can find documentation for this module with the perldoc command.perldoc Toader::Render::AutoDoc You can also look for information at:
ACKNOWLEDGEMENTSLICENSE AND COPYRIGHTCopyright 2012. Zane C. Bowers-Hadley.This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.
Visit the GSP FreeBSD Man Page Interface. |