summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-24 09:42:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-08-24 09:42:21 +0200
commitae6c1b51dc066083c2ef4a2a1fc3acada53a5e22 (patch)
treebb219180282d09948e67898c51e910fd254445e8
parent41cfc7f9865a6b525c39508bbdd324850ba7da06 (diff)
downloadgenerate_gallery-ae6c1b51dc066083c2ef4a2a1fc3acada53a5e22.tar.gz
generate_gallery-ae6c1b51dc066083c2ef4a2a1fc3acada53a5e22.tar.xz
misc doc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xgenerate_gallery.pl18
1 files 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] <directory ...>
--thumbnailsize, -s <size> 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 <file>
+=item B<--template> <file>
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 <size>
+=item B<--thumbnailsizes>, B<-s> <size>
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