X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=README;h=2153bf79fc5f260b9d1c7889270ec8c1f344b9c6;hp=3c591e956c5e2031eba9b703b3c85a35cb9f454d;hb=c33ea5360810cefd33b4971b3017694ebe91e47e;hpb=0f8e33b4e4071ab0fd410e820a3e84a7da246081 diff --git a/README b/README index 3c591e9..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,18 +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: -- try to get get info from APP12 marker for non-EXIF files -- really create info files -- make slideshow "stylish", i.e. use CSS -- make Image::Magick optional -- make title editor based on Term::ReadLine -- anything else that I forgot +- any ideas? Eugene Crosser