gallery.py: Convert '--scgi' to '--mode=scgi' and add a 'wsgi' mode
authorW. Trevor King <wking@tremily.us>
Mon, 9 Dec 2013 05:21:21 +0000 (21:21 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 9 Dec 2013 05:21:21 +0000 (21:21 -0800)
commitcd6398bd449d9d2d3381c2af450255c0f57b571d
treebdfc58551932507c39d4adc0162148ef5223f41e
parent1684b70942da8330b55bbdd8da25002bdae9e55a
gallery.py: Convert '--scgi' to '--mode=scgi' and add a 'wsgi' mode

This is useful for serving a one-off gallery when you don't want to
bother setting up a real frontend for the CGI servers.  We use the
ProcessingComplete exception to pass out the header OrderedDict for
start_response.
posts/gallery/gallery.py