From 749266cc06a4eb891768e85434e4a4fd7b38fd54 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 21 Feb 2012 10:50:49 -0500 Subject: [PATCH] Update gallery post text to reflect (S)CGI status. --- posts/gallery.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) 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/ -- 2.26.2