From ae6c1b51dc066083c2ef4a2a1fc3acada53a5e22 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 24 Aug 2011 09:42:21 +0200 Subject: misc doc changes Signed-off-by: Florian Pritz --- generate_gallery.pl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/generate_gallery.pl b/generate_gallery.pl index 37a1265..518ee3e 100755 --- a/generate_gallery.pl +++ b/generate_gallery.pl @@ -116,6 +116,11 @@ generate_gallery.pl [options] --thumbnailsize, -s change size of the thumbnails in pixels (default: 200) +=head1 DESCRIPTION + +This program will generate thumbnails for all images in the given directores and +create a static HTML gallery page. + =head1 OPTIONS =over 8 @@ -135,27 +140,22 @@ shutter speed, ISO, focal length, aperture This is only recomended for pictures taken with digital cameras. -=item B<--filenamedesc +=item B<--filenamedesc> Add the filename to the image description. The extension will be stripped. -=item B<--template +=item B<--template> Change the template file to use. The file should contain the string "%%CONTENT%%". -=item B<--htmlonly +=item B<--htmlonly> Only generate thumbnails and the html file. This disables copying of fancybox. -=item B<--thumbnailsize, <-s +=item B<--thumbnailsizes>, B<-s> Change the size of the generated thumbnails in pixels. Default: 200 =back -=head1 DESCRIPTION - -This program will generate thumbnails for all images in the given directores and -create a static HTML gallery page. - =cut -- cgit v1.2.3-24-g4f1b