BUGS: - if the exif-extractor is not found (even if explict in the .ini file), no error is reported and the exif is filled as blank (and it even goes to the cache!) Ideas for post-1.1: - add more templates (AJAX, anyone?) - support different image resolutions on albums (like makethumbs.sh) General ideas/notes: - Exif is extracted by calling an external program, but for that we have to call a .set_exif_extractor() method to register an extractor. We could use a python module to do that: http://wingolog.org/pub/original/rename-to-EXIF.py.txt The problem is bloatness... - Implement some album statistics to report (bloatness) :) - Allow pre and post import hooks (to call scripts/programs)? - Try to get rid of python imaging library dependency (http://www.pythonware.com/products/pil/). - Should we allow absolute paths on html_desc_file and captions_file? # vim: ts=4:et: