mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / gallery /
2015-02-21 W. Trevor Kinggallery.py: Fix is_video to use VIDEO_EXTENSIONS
2014-08-14 W. Trevor Kinggallery.py: Keyword text argument the directory-header...
2014-08-14 W. Trevor Kinggallery.py: Add a 'version' argument
2014-08-14 W. Trevor Kinggallery.py: Shift urlencode into the _urllib_parse...
2014-07-10 W. Trevor Kinggallery.py: Use -b:a and -b:v
2013-12-09 W. Trevor Kinggallery.py: Pass page data through .index()
2013-12-09 W. Trevor Kinggallery.py: Handle query and path separately for ._url()
2013-12-09 W. Trevor Kinggallery: Use byte-compatible sys.stdout for CGI output
2013-12-09 W. Trevor Kinggallery.py: Convert '--scgi' to '--mode=scgi' and add...
2013-12-09 W. Trevor Kinggallery.py: Rework headers to use an OrderedDict
2013-12-09 W. Trevor Kinggallery.py: Python-3-compatible integer division
2013-12-09 W. Trevor Kinggallery.py: Use HTTPError.content (not .message) for...
2013-12-09 W. Trevor Kinggallery.py: Python-3-compatible parse_qs import
2013-12-09 W. Trevor Kinggallery.py: Use Python-3-compatible exception syntax
2013-12-09 W. Trevor Kinggallery.py: Factor out page extraction to CGIGallerySer...
2013-12-09 W. Trevor Kinggallery.py: Fix 'stream' -> 'output' typo in serve_scgi
2013-12-09 W. Trevor Kinggallery.py: Update copyright for 2013
2012-10-17 W. Trevor Kinggallery.py: add caption title/alt to images.
2012-10-17 W. Trevor Kinggallery.py: escape XML chars (<, &, and >) in caption...
2012-10-17 W. Trevor Kinggallery.py: adjust CGIGalleryServer._image() to handle...
2012-09-30 W. Trevor Kingcaption: add a captioning script.
2012-09-01 W. Trevor Kinggallery.py: restore `*args` handling in _ogv() and...
2012-08-25 W. Trevor KingAllow gallery.py to serve original images.
2012-08-25 W. Trevor KingAdd --port option to gallery.py.
2012-08-12 W. Trevor KingPass stream into ._error() calls in gallery.py.
2012-07-07 W. Trevor KingUse abspath for gallery.py's base path.
2012-02-21 W. Trevor KingUpdate gallery.py to optionally run as an SCGI server...
2012-02-21 W. Trevor KingUpdate gallery.py to run as a CGI server (bump to v0.4).
2012-02-07 W. Trevor KingChange my email address back to drexel (Verizon blocks...
2011-12-16 W. Trevor KingChange email address from drexel to tremily.
2010-12-09 W. Trevor KingAdd gallery.py post.