X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=fd868dd70a3da8582009d9ea8dd01f37838a3824;hb=cde61557c48e9889d942fb95fcb762e6c24f15a3;hp=0a5d7c7a4c7b6bc281c05170992afab121ee8677;hpb=d94da8d601fa080700f1d610089ec5f602d5ee88;p=gallery.git diff --git a/README b/README index 0a5d7c7..fd868dd 100644 --- a/README +++ b/README @@ -19,6 +19,7 @@ Perl with the following non-core modules: o Image::Exif o Archive::Zip o Digest::SHA + o common::sense Files and directories ~~~~~~~~~~~~~~~~~~~~~ @@ -86,3 +87,14 @@ Workflow of images and it will try to re-use as much information from the previous gallery.list as possible. - When you modify existing images, run "gal scan --update". + + o See example/* for an example web front-end. + +Various notes +~~~~~~~~~~~~~ + + o When you want to re-generate all galleries at once, you can use + "gal --all -p4 gen". This will run "gal gen" on all subdirectories + containing "gallery.cf", 4 of them in parallel. + + o See bin/gal-mj-* for various hacks I wrote for myself.