Photo Galleries Suck
I've been using that PHP gallery program to do web-based photo galleries. But now I've got a sweet mod_perl server with a unified authentication system. And gallery has its own auth system. What a waste to install PHP just to get a bunch of stuff I don't need.
After some research, I think I'll just use good old album, a perl script which creates static html photo albums. All I need to do is write a simple upload script and I'll have everthing I need!
Link to story