diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:56:00 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:56:00 +0100 |
commit | 00253b6ae7cde1bbe353e465850c9657d9c840da (patch) | |
tree | 67b7a82108f8e6f0edf29d43344b8cd06cf2eafc /bin | |
parent | 1647027acdde0c71eda1b781723688f1a53c6076 (diff) |
dthumb(1): Add FILES section
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dthumb | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -42,9 +42,6 @@ dthumb will create an F<index.xhtml> with a list (thumbnails) of all images found in the current directory; the thumbnails will link to the images. -The F<index.xhtml> file will always be created in the current directory, the -thumbnails will be saved in F<.thumbs> below it. - Note that recursion is not yet supported. =head1 OPTIONS @@ -82,6 +79,14 @@ Zero upon success, non-zero otherwise. None. +=head1 FILES + +B<dthumb> always works in the current working directory. It will create the +file F<index.xhtml>, in which the HTML code for the thumbnail list is saved. + +It also creates two directories: F<.thumbs> for the thumbnail images, and +F<.dthumb>, which contains various data (so far icons and javascript code). + =head1 DEPENDENCIES =over |