]> mj.ucw.cz Git - gallery.git/blobdiff - README
Cleaned up MJ's hacks
[gallery.git] / README
diff --git a/README b/README
index 0a5d7c7a4c7b6bc281c05170992afab121ee8677..fd868dd70a3da8582009d9ea8dd01f37838a3824 100644 (file)
--- 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  Image::Exif
    o  Archive::Zip
    o  Digest::SHA
+   o  common::sense
 
 Files and directories
 ~~~~~~~~~~~~~~~~~~~~~
 
 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".
          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.