Minimalist Photo Gallery Generator
Download
- catalog.py (python, 13k). This code
is completely free.
Installation
- This is a python script. It runs on a unix-based webserver.
Put it the folder that contains your photo sub-folders, and chmod +x catalog.py
- It needs the python imaging library to run. On a debian-based
system, do apt-get install python python-imaging.
- To run it, ./catalog.py, and it will
catalog all those sub-folders. It will emit thumbs.html,
the thumbnail gallery. This may take up to 1 minute per gigabyte
of photos.
Windows...
If you know how to use Python under windows, I'm sure you
can figure out how to get it to run. Tell people how you did
it, in the comments section at the bottom of this page.
I also wrote a native windows version (download catalog.exe,
120k) which isn't quite as good as the python version. Its source
code is available (catalog-src.zip,
30k, C++/Win32)