http://www.ademar.org/projetos/make-photo-pages/ mpp.py is a GPL python program that generates static web albums (HTML) based on Google Picasa's export to XML feature or from a directory of pictures. It's 100% template based and supports i18n, exif and other features common on software of this type. It was created for a personal need: even on this flickr era, I like to keep my pictures on my personal website and it was a nightmare to sync my local repository with the web. I tried several approaches and different softwares for more than two years, but none worked well for my scenario, which has the following characteristics as requirements: * Generate static pages (no sql, no php, no cgi) * Templates based * Support multi-language albums (i18n) * Support image captions * Support descriptions on albums (arbitrary text/html) * Support (show) EXIF information * Import pictures from Google Picasa(TM) * Import pictures from a local directory * Open Source and free (GPLv3+) Software requirements: * ImageMagick * Python >= 2.5 * Python Imaging Library (python-imaging) * Unix (tested only on Linux) See also: mpp-templates/README TODO CREDITS CHANGES More information (including a step-by-step guide) available at http://www.ademar.org/make-photo-pages/ # vim: ts=4:et: