diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-22 18:25:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-22 18:25:21 +0100 |
commit | 675bd48e16ebf819f2054679d24a7380b10656c3 (patch) | |
tree | ab8c97908f23da47b9f90bd75da1b38ad790864e | |
parent | 647630569b91aaeff1c362dcf2b186115e1076ef (diff) |
Handier script name (dthumb)
-rw-r--r-- | Build.PL | 4 | ||||
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | bin/dthumb (renamed from bin/gen-xhtml-thumbnails) | 10 |
3 files changed, 9 insertions, 9 deletions
@@ -10,8 +10,8 @@ my $build = Module::Build->new( 'Test::Compile' => 0, 'Test::Pod' => 0, }, - dist_name => 'gen-xhtml-thumbnails', - dist_version_from => 'bin/gen-xhtml-thumbnails', + dist_name => 'dthumb', + dist_version_from => 'bin/dthumb', license => 'unrestricted', requires => { 'perl' => '5.10.0', @@ -1,4 +1,4 @@ -gen-xhtml-thumbnails - Create quick thumbnail list for images +dthumb - Create static HTML thumbnail list for images Requires: * perl version 5.10 or newer @@ -10,4 +10,4 @@ Installation: > ./Build > sudo ./Build install -You can then run 'man gen-xhtml-thumbnails' for more information. +You can then run 'man dthumb' for more information. diff --git a/bin/gen-xhtml-thumbnails b/bin/dthumb index 6369bb0..b7c481c 100755 --- a/bin/gen-xhtml-thumbnails +++ b/bin/dthumb @@ -235,15 +235,15 @@ chmod(DEFAULT_FILEMODE, $indexfile); =head1 NAME -gen-xhtml-thumbnails - Generate Thumbnails + Index for a set of images +dthumb - Generate Thumbnails + Index for a set of images =head1 SYNOPSIS -B<gen-xhtml-thumbnails> [I<options>] [I<directory>] +B<dthumb> [I<options>] [I<directory>] =head1 DESCRIPTION -gen-xhtml-thumbnails will create an F<index.xhtml> with a list (thumbnails) of +dthumb will create an F<index.xhtml> with a list (thumbnails) of all images found if I<directory>; the thumbnails will link to the images. The F<index.xhtml> file will always be created in I<directory>. @@ -261,7 +261,7 @@ is not supported. Create (and link) an "image.tar" archive containing all full-size image files. All but the last directories in the files' path are stripped, besides that the -directory structure is preserved. So, if you run gen-xhtml-thumbnails -x in +directory structure is preserved. So, if you run dthumb -x in .../mydir/, the archive will contain mydir/1.jpg, mydir/2.jpg etc. =item B<-c>, B<--css> I<file> @@ -305,7 +305,7 @@ None. =head1 DEPENDENCIES -B<gen-xhtml-thumbnails> requires the Image::Imlib2 perl module. +B<dthumb> requires the Image::Imlib2 perl module. =head1 BUGS AND LIMITATIONS |