diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-24 20:14:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-24 20:14:17 +0200 |
commit | cbd22d7016da168c4305956144f08d47e52095ec (patch) | |
tree | c0890b30c889c0c5244175ba263c137729195afd | |
parent | 86f66672c7fe554814e1463697b822a453eb04ff (diff) |
Add some POD sections
-rwxr-xr-x | bin/gen-xhtml-thumbnails | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/bin/gen-xhtml-thumbnails b/bin/gen-xhtml-thumbnails index 3391de7..c4895af 100755 --- a/bin/gen-xhtml-thumbnails +++ b/bin/gen-xhtml-thumbnails @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright © 2009 by Daniel Friesel <derf@derf.homelinux.org> +# Copyright © 2009,2010 by Daniel Friesel <derf@derf.homelinux.org> # License: WTFPL <http://sam.zoy.org/wtfpl> use strict; use warnings; @@ -187,3 +187,28 @@ Set thumbnail quality. Accepts values between 0 and 100, where 100 is the highest possible quality =back + +=head1 EXIT STATUS + +Zero upon success, non-zero otherwise. + +=head1 CONFIGURATION + +None. + +=head1 DEPENDENCIES + +B<gen-xhtml-thumbnails> requires the Image::Imlib2 perl module. + +=head1 BUGS AND LIMITATIONS + +There is no detection for changed images, the thumbnails of deleted images are +not removed. + +=head1 AUTHOR + +Copyright (C) 2009, 2010 by Daniel Friesel E<gt>derf@chaosdorf.deE<lt> + +=head1 LICENSE + + 0. You just DO WHAT THE FUCK YOU WANT TO |