You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whoogle-search/app
Ben Busby 68fdd55482
Use cache busting for css/js files
On app init, short hashes are generated from file checksums to use for
cache busting. These hashes are added into the full file name and used
to symlink to the actual file contents. These symlinks are loaded in the
jinja templates for each page, and can tell the browser to load a new
file if the hash changes.

This is only in place for css and js files, but can be extended in the
future for other file types if needed.
3 years ago
..
models Allow theme to mirror user system settings 3 years ago
static Use cache busting for css/js files 3 years ago
templates Use cache busting for css/js files 3 years ago
utils Use cache busting for css/js files 3 years ago
__init__.py Use cache busting for css/js files 3 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Collapse long result sections into details/summary elements 3 years ago
request.py Skip parsing user agent if absent from request 3 years ago
routes.py Allow theme to mirror user system settings 3 years ago