Photo Imp ========= Photo Imp displays the photos in a directory using the PrettyPhoto javascript library. Main page: http://aurelien.bompard.org/projects/photo-imp Development page: http://gitorious.org/photo-imp Demo: http://aurelien.bompard.org/photos/ Usage: - copy the "config.default.ini" file to "config.ini" and edit it if necessary. - upload this directory to your web server, for example in the "/photo-imp" path. This path will be called "indexer directory". - create another directory on your web server for your galleries. It will be called "gallery directory". - create a .htaccess file in your gallery directory with the following content : Options +Indexes DirectoryIndex /photo-imp/index.php where "/photo-imp" is the URL of your indexer directory. You're done setting up the indexer. Now, fill the contents of your top gallery directory : - use the provided python script to generate a gallery folder from one of your picture directories. This script requires ImageMagick and ffmpeg if you have videos, and can be run on your desktop computer (not the server). Use the "--help" option for usage information. - upload this folder to your web server, in your top gallery directory That's all you have to do. You can customise the album title, the album date and the pictures title in the generated _infos.ini file, for example : [general] title = Joe's birthday date = Wednesday, October 31 2007 [joe-bday-2007_01.jpg] title = Birthday cake [joe-bday-2007_02.jpg] title = Presents [joe-bday-2007_03.jpg] title = "Escape with quotes when you have special chars !" Supported formats are JPEG, GIF, PNG, and AVI for movies. The videos will be converted to FLV (open format, readable with Gnash). Credits: - PrettyPhoto is licensed under CC-BY 2.5 and available from: http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone - The FLV player is licenced under CC-BY-SA and MPL 1.1 and available from: http://flv-player.net Copyright (C) 2008 Aurelien Bompard This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see .