X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;h=5ead2ca8677e575a0f64a05e7ad97cb9459f4c5f;hb=a8bcc1dfefa2a6e139371f91ca93591543f3f058;hp=0a5d7c7a4c7b6bc281c05170992afab121ee8677;hpb=d94da8d601fa080700f1d610089ec5f602d5ee88;p=gallery.git diff --git a/README b/README index 0a5d7c7..5ead2ca 100644 --- a/README +++ b/README @@ -1,14 +1,28 @@ ================================================================================ - UCW::Gallery v2.0 + UCW::Gallery v2.1 (c) 2004--2015 Martin Mares ================================================================================ This is a simple photo gallery for my web pages, or rather a set of bricks -from which you can create one. It can be freely used and distributed according -to the terms of the GNU GPL v2 or newer. +from which you can create one. + +License +~~~~~~~ +UCW::Gallery and the accompanying scripts can be freely used and distributed +according to the terms of the GNU GPL v2 or newer. + +The images in nrt-blue/, used by the NrtBlue theme, are derived from images +in an ancient version of the cthumb package, which is (c) Carlos Puchol +and which can be distributed under GNU GPL v2. See http://cthumb.sourceforge.net/ +for the current version of cthumb. + +The JavaScript files and related data in highslide/, used by the HighSlide theme, +come from the Highslide JS media viewer, which is (c) Highsoft AS. It can be +freely used on personal and non-profit websites. For commercial or government +use, a paid license is required. See http://www.highslide.com/ for details. Requirements ~~~~~~~~~~~~ @@ -19,6 +33,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 +101,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.