summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-28 19:03:45 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-28 19:03:45 +0100
commit694341406be9293ec4ed96707eabb1038702c8c7 (patch)
treee93b85630b6e22ba010276d713e253b635e63ed7
parent385e33fe4132f18798242edfa961d9ec800971cd (diff)
dthumb(1): More lightbox documentation
-rwxr-xr-xbin/dthumb6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/dthumb b/bin/dthumb
index ced3a78..dcf82cf 100755
--- a/bin/dthumb
+++ b/bin/dthumb
@@ -76,6 +76,12 @@ B<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.
+It uses a javascript lightbox called B<shadowbox> (see
+E<gt>http://www.shadowbox-js.com/E<gt>) to display the images. To view the
+images without the lightbox, either disable javascript, use the B<-L>
+commandline switch or open images by clicking on the filename instead of the
+thumbnail.
+
Note that recursion is not yet supported.
During operation, B<dthumb> will show its progress on STDERR.