From aa2c3355f44be5d52f704daee0f10ef8dfd322ab Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 27 Jun 2009 19:41:56 +0200 Subject: gen-xhtml-thumbnails: Added documentation --- include/gen-xhtml-thumbnails | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/include/gen-xhtml-thumbnails b/include/gen-xhtml-thumbnails index 1ab433c..ee8087a 100755 --- a/include/gen-xhtml-thumbnails +++ b/include/gen-xhtml-thumbnails @@ -1,4 +1,6 @@ #!/usr/bin/perl +# Copyright © 2009 by Daniel Friesel +# License: WTFPL use strict; use warnings; use Image::Imlib2; @@ -81,3 +83,25 @@ ficken close($index); chmod(0644, $indexfile); + +__END__ + +=head1 NAME + +gen-xhtml-thumbnails - Generate Thumbnails + Index for a set of images + +=head1 SYNOPSIS + +B [I] + +=head1 DESCRIPTION + +gen-xhtml-thumbnails will create an F with a list (thumbnails) of +all images found if I; the thumbnails will link to the images. + +The F file will always be created in I. +The thumbnails will be saved in F<.thumbs>, also in I. +If I is not specified, the current directory is used. + +Note that only the images in the directory itself will be processed, recursion +is not supported. -- cgit v1.2.3