On 2007-12-22 at 10:10 +0000, Roger Burton West wrote: > Or, y'know, just toss off a few lines of your language of choice to make > a _static_ gallery that people can actually use. Works for me.
Along that vein, Album is rather lacking in hate: http://MarginalHacks.com/Hacks/album/ Wrapped it up in a website-mgmt wrapper to handle the pretty theme management on a per-site basis, making it easy to override, and hooked it into the text menu system I have as my wife's login shell. Works nicely enough. Those wrappers available upon request. PHP: took them until version five to figure out that there might be a enough of a problem letting arbitrary unauthenticated people put variables into the top-level variable namespace of the script that it should be disabled by default. -Phil