X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=README;h=2153bf79fc5f260b9d1c7889270ec8c1f344b9c6;hp=7dc1cd98ded795a9c71fa9550ff8bc4bc414295d;hb=c33ea5360810cefd33b4971b3017694ebe91e47e;hpb=16893972b0a72cee237d68e32724024643ec0e58 diff --git a/README b/README index 7dc1cd9..2153bf7 100644 --- a/README +++ b/README @@ -37,7 +37,16 @@ this distribution. Then, chdir to the root of your gallery and run for all subdirectories ("Albums"); if you wish to recreate the titles, remove ".title" files. If you *don't* want "index.html" to be generated in some directory, create a file ".noindex". This way you can preserve -index created by hand or by some other script. +index created by hand or by some other script like "mkindex.pl". + +command-line options: + --debug: print a lot of debugging info to stdout as you run + --asktitle: ask to edit subalbum titles even if there are ".title" files + --noasktitle: don't ask to enter subalbum titles even where ".title" + files are absent. Use partial directories as titles. + +The only way to specify titles for individual pictures is to write +comments into the image files. "mkindex.pl" is a simple script that is completely unrelated to the gallery (theoretically). If your tree starts with YYYY/DD (four @@ -47,17 +56,13 @@ for subdirectories that are not four-digit. Requirements: Image::Info -Image::Magick (might get rid of that later) -Term::ReadLine (not at this moment but planned) +Image::Magick (optional. If not present, will run djeg|pnmscale|cjpeg pipe) +Term::ReadLine Download: svn co svn://svn.average.org/mkgallery/trunk mkgallery TODO: -- center info window relative to scroll position -- tooltips for info and full image links -- try to get info from APP12 marker for non-EXIF files -- make Image::Magick optional -- anything else that I forgot +- any ideas? Eugene Crosser