From: W. Trevor King Date: Tue, 21 Feb 2012 15:50:49 +0000 (-0500) Subject: Update gallery post text to reflect (S)CGI status. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=749266cc06a4eb891768e85434e4a4fd7b38fd54;p=blog.git Update gallery post text to reflect (S)CGI status. --- diff --git a/posts/gallery.mdwn b/posts/gallery.mdwn index cc94be6..05a1aa9 100644 --- a/posts/gallery.mdwn +++ b/posts/gallery.mdwn @@ -9,6 +9,13 @@ You'll probably want to tweak the script to create appropriate header or footer code for your particular site. Perhaps I'll convert the script to use [jinja2][] in the future. +The original script generated static HTML inside the image direcories. +This worked fine, but I don't run a high-traffic site, so keeping the +gallery up to date was more trouble than it was worth. I've upgraded +my script (versions >0.4) to run via [[CGI]]. Versions >0.5 can +optionally run via [[SCGI]]. Now the gallery updates itself on the +fly when I add new pictures. + [ImageMagick]: http://www.imagemagick.org/ [mogrify]: http://www.imagemagick.org/script/mogrify.php [jinja2]: http://jinja.pocoo.org/