EnVue by Hans Schou http://www.sslug.dk/~chlor/envue/ LICENSE ======= See COPYING. COMPETITORS =========== http://cat-photo.sourceforge.net/ DEPENDENCIES ============ Install ImageMagick to create thumbnails. PHP and Apache should be installed. CONFIGURE ========= Run ./configure --with-bindir=/your/choice --with-htmldir=/your/choice then 'make install'. Edit /your/choice/cnvenvue to your needs. 'make uninstall' to clean it up. WORK FLOW ========= This is what you have to do with all new images. * Create a new directory "/var/www/html/new-dir" * Copy all your images to this directory * Run 'cnvenvue' to get thumb nails * Symlink the following files in thos directory $ ln -s /var/www/html/envue.php index.php $ ln -s /var/www/html/typenvue.php . * Copy the following file $ cp /var/www/html/envuedulocal.inc . * Edit 'envuedulocal.inc' and type something usefull * Browse in to this directory, i.e. http://localhost/new-dir/ * As the 'desenvue' is missing you will only see thumb nails Type a comment to each picture * Presse submit and copy the description from the browser to the file 'desenvue' * When 'desenvue' is saved in 'new-dir' everything is done.