truist / gallery

Simple Perl-based image gallery for static images
https://gallery.rainskit.com/
MIT License
1 stars 1 forks source link

Todo #6

Open truist opened 7 years ago

truist commented 7 years ago

Generate cache files as temp files and rename them, to eliminate issues with e.g. the server being killed while a file is being copied.

make the local.css file not be in the repo

stream the album page, instead of waiting to render it, so load_album doesn't cause a mojolicious (or apache) timeout. also MOJO_INACTIVITY_TIMEOUT

figure out some way to make cache invalidation safer (i.e. so you don't accidentally delete the originals)

put 'cache_' in every file and directory name, so you can always be sure when you're looking at the cache?

turn this whole thing into a website generator? just build it on top of ikiwiki?