1
0
mirror of https://github.com/sjlongland/tornado-gallery.git synced 2025-10-17 08:11:23 +10:00
tornado-gallery/tornado_gallery
Stuart Longland 43661fb8ba
server: Support photo.html pseudo-page
Certain phone browsers (ahhem, ZTE!) ignore the `Content-Type` header
and try to parse the URI to figure out what kind of page they're getting
sent, and will choke if given a HTML file when the URI ends in `.jpg`.
2018-04-18 17:54:58 +10:00
..
static Re-locate static files. 2018-04-18 14:30:19 +10:00
__init__.py Add distribution files. 2018-04-18 14:39:36 +10:00
cache.py cache: Derive off Mapping 2018-04-09 19:07:16 +10:00
gallery.py gallery: Don't assume mtime is 0 2018-04-18 11:43:31 +10:00
metadata.py metadata: Ignore lines without tabs. 2018-04-18 14:06:37 +10:00
photo.py photo: Fix more default parameter bugs 2018-04-18 13:26:16 +10:00
pool.py resizer: Use Tornado-friendly pool 2018-04-18 17:35:34 +10:00
resizer.py resizer: Use Tornado-friendly pool 2018-04-18 17:35:34 +10:00
server.py server: Support photo.html pseudo-page 2018-04-18 17:54:58 +10:00