X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;h=fd868dd70a3da8582009d9ea8dd01f37838a3824;hb=cde61557c48e9889d942fb95fcb762e6c24f15a3;hp=5fbcd6d682b1ffb01dd142281e956e69f775a08e;hpb=bc4f53e47a2225dfb763a19ff24393a6be14edbd;p=gallery.git diff --git a/README b/README index 5fbcd6d..fd868dd 100644 --- a/README +++ b/README @@ -89,3 +89,12 @@ Workflow - 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.