pngtile/application.py
Sat, 04 Oct 2014 01:01:43 +0300 Tero Marttila pngtile.store: split PNGTileApplication and PNGTileStore with lookup/list/open Image handling logic and a threadsafe cache
Fri, 03 Oct 2014 23:56:02 +0300 Tero Marttila pngtile.image: have BaseApplication.lookup_image() return type as well
Fri, 03 Oct 2014 21:07:59 +0300 Tero Marttila pngtile.application: url(): helper to construct urls
Mon, 15 Sep 2014 01:22:46 +0300 Tero Marttila pngtile.application: introduce IMAGE_TYPES, and split off image file validation into get_image(), and rename lookup_path() to handle dirs as well
Sun, 14 Sep 2014 23:17:45 +0300 Tero Marttila pngtile.application: BaseApplication.render_html(end=...) to place scripts at end of body, after script-src's
Sun, 14 Sep 2014 18:04:11 +0300 Tero Marttila pngtile.tile: split off BaseAppliation