Engal photo gallery
09 Jul 2006
I've been taking it a bit easy the last two weeks, hacking an hour or two a day on a photo gallery using TurboGears. I'd forgotten how enjoyable it was to use Python, and hopefully that will recharge me a bit after so much soul-sapping PHP. Anyway, here's what about 250 lines of Python code and 300 lines of Kid templates can get you.
The front page shows you the users on the gallery.
After choosing a user, you get a list of sets of photos they have.
Choosing a set lists all the photos in the list,
Choosing a photo gives you a larger-scale version of the photo and more information about it.
And just for fun, editing a photo doesn't mean you have to leave to another page.

4 old-style comments
Michael — July 09, 2006 at 02:43 PM.
jcc — July 09, 2006 at 04:16 PM.
Neil Blakey-Milner — July 09, 2006 at 06:27 PM.
Jan — August 07, 2006 at 03:02 AM.