summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-04 11:32:16 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-04 11:32:16 +0100
commit8355e11c04784b90f343dfc6b835eb7aa9d37e6e (patch)
tree7286f3b7c52d90899be79693f26a75b7fb1e1466
parent7e3cbca344326d1b8b32f8b2d587fc768eccf643 (diff)
Improve README
-rw-r--r--README27
1 files changed, 19 insertions, 8 deletions
diff --git a/README b/README
index f9fd483..efaa716 100644
--- a/README
+++ b/README
@@ -1,19 +1,30 @@
-dthumb - Create static HTML thumbnail list for images
+dthumb - Generate Thumbnails + Index for a set of images
+--------------------------------------------------------
+
+* <http://derf.homelinux.org/projects/dthumb/>
+
+
+Dependencies
+------------
-Requires:
* perl version 5.10 or newer
* Data::Section
* Image::Imlib2
* Time::Progress
-Installation:
+Installation
+------------
-> perl Build.PL
-> ./Build
-> sudo ./Build install
+$ perl Build.PL
+$ perl Build
+$ sudo perl Build install
You can then run 'man dthumb' for more information.
+Testing
+-------
+
+$ perl Build test
-You may also run './Build test'. This will require the Test::More,
-Test::Compile and Test::Pod modules.
+Note that this will require the Test::More, Test::Compile and Test::Pod
+modules.