diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-03 23:22:49 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-03 23:22:49 +0100 |
commit | 2e53ba7b84145064ed68d5b431b87119614fd2ea (patch) | |
tree | d90f1d1cfa71521159844959762837e64fab54bc /bin | |
parent | 717d7035f77b357908e886e70100ae0b59d1cdc7 (diff) |
Documentation updates
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dthumb | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -87,11 +87,10 @@ 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. +It uses a javascript lightbox (see +E<lt>http://www.huddletogether.com/projects/lightbox/E<gt>) to display the +images. To view them without the lightbox, either disable it using the B<-L> +option or open images by clicking on the filename instead of the thumbnail. Note that recursion is not yet supported. |