[svlug] alternatives to Gallery ?

Drew Bertola drew at drewb.com
Wed Aug 8 04:09:19 PDT 2007


Bill Teeple wrote:
> Gallery is nice and all, but I prefer to upload my own templates, so I
> use a quick script/app called JIGL - it is a perl based script which (in
> conjunction with Imagemagick and a few other apps - listed on the site)
> allow you to upload pictures to a folder and then apply a them to the
> folder - it is all static (however) and has to create the thumbnails and
> places them in separate directories.

I wrote my own that does much of the same.  What's nice about creating
static content is that it can be burned to a CD, then sent off to mom or
dad.  All they have to do is open the index.html on the disc and start
browsing your images.

On the server side, once the pages and thumbs are generated, it's much
faster, naturally.

I was thinking of rewriting this though under Zend Framework.  I'd just
utilize the included caching capabilities with a very long ttl.

--
Drew



More information about the svlug mailing list