mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-14 08:09:02 +01:00
1180b7b195
Switched from less to scss. Still no build script to update the final CSS, though. Added preliminary support for storing account data on browser's local storage for offline viewing. No public backend currently support this feature.
20 lines
484 B
Plaintext
20 lines
484 B
Plaintext
CACHE MANIFEST
|
|
# 2013-10-01:v0.0.1
|
|
|
|
CACHE:
|
|
# - Explicitly cached 'master entries'.
|
|
index.html
|
|
|
|
NETWORK:
|
|
# - Resources that require the user to be online.
|
|
#login.php
|
|
#/myapi
|
|
#http://api.twitter.com
|
|
|
|
FALLBACK:
|
|
# - static.html will be served if main.py is inaccessible
|
|
# - offline.jpg will be served in place of all images in images/large/
|
|
# - offline.html will be served in place of all other .html files
|
|
# /main.py /static.html
|
|
# images/large/ images/offline.jpg
|
|
# *.html /offline.html |