summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-22 18:25:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-22 18:25:21 +0100
commit675bd48e16ebf819f2054679d24a7380b10656c3 (patch)
treeab8c97908f23da47b9f90bd75da1b38ad790864e
parent647630569b91aaeff1c362dcf2b186115e1076ef (diff)
Handier script name (dthumb)
-rw-r--r--Build.PL4
-rw-r--r--README4
-rwxr-xr-xbin/dthumb (renamed from bin/gen-xhtml-thumbnails)10
3 files changed, 9 insertions, 9 deletions
diff --git a/Build.PL b/Build.PL
index 16da3c1..8247947 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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',
diff --git a/README b/README
index 0164d57..14e0ed6 100644
--- a/README
+++ b/README
@@ -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