summaryrefslogtreecommitdiff
path: root/frontend/delta/properties/manifest.appcache
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-10-02 07:59:30 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-10-02 07:59:30 (UTC)
commit1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (patch) (unidiff)
tree709e33a09d9325d382aabaf0a0828e20ebdb96db /frontend/delta/properties/manifest.appcache
parent20bea94ab6b91c85b171dcf86baba0a64169d508 (diff)
downloadclipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.zip
clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.gz
clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.bz2
Updated /delta
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.
Diffstat (limited to 'frontend/delta/properties/manifest.appcache') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/delta/properties/manifest.appcache20
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/delta/properties/manifest.appcache b/frontend/delta/properties/manifest.appcache
new file mode 100644
index 0000000..edebcc1
--- a/dev/null
+++ b/frontend/delta/properties/manifest.appcache
@@ -0,0 +1,20 @@
1CACHE MANIFEST
2# 2013-10-01:v0.0.1
3
4CACHE:
5# - Explicitly cached 'master entries'.
6index.html
7
8NETWORK:
9# - Resources that require the user to be online.
10#login.php
11#/myapi
12#http://api.twitter.com
13
14FALLBACK:
15# - static.html will be served if main.py is inaccessible
16# - offline.jpg will be served in place of all images in images/large/
17# - offline.html will be served in place of all other .html files
18# /main.py /static.html
19# images/large/ images/offline.jpg
20# *.html /offline.html \ No newline at end of file