NAME
App::StaticImageGallery - Static Image Gallery
VERSION
version 0.001
SYNOPSIS
./bin/sig [options] [dir]
OPTIONS
--dir|-d
Working directory, direcotry with the images. Write html pages and thumbnails into this directory.
--style|-s
Set the style/theme.
--help|-h
Print a brief help message and exits.
-v
Verbose mode, more v more output...
--quiet|-q
Quite mode
METHODS
- new_with_options
- config
-
Returns the config hashref, at the moment the configuration is hardcode in StaticImageGallery.pm
- msg
-
If not in quite mode, print message to STDOUT.
- msg_error
-
Print message at any time to STDERR.
- msg_verbose
- msg_warning
-
Print message at any time to STDERR.
- opt
-
Returns the Getopt::Lucid object.
- run
TODO
Documentation
Sourcecode cleanup
Write Dispatcher
App::StaticImageGallery::Style::Source::Dispatcher
App::StaticImageGallery::Image line: 31, errorhandling
Test unsupported format
Added config file support ( App::StaticImageGallery->config )
COPYRIGHT & LICENSE
Copyright 2010 Robert Bohne.
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.
AUTHOR
Robert Bohne, <rbo at cpan.org>