summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/mobile.appcache
authorClipperz <info@clipperz.com>2013-01-08 15:21:04 (UTC)
committer Clipperz <info@clipperz.com>2013-01-08 15:21:04 (UTC)
commit816fc35420a434b1d54ae5833d617608f7456048 (patch) (unidiff)
tree95b8caf354083593d7775e4dda6f4c556b44a2d9 /frontend/gamma/html/mobile.appcache
parent267603e3aa3cf0029411e67ae14018b52344c296 (diff)
downloadclipperz-816fc35420a434b1d54ae5833d617608f7456048.zip
clipperz-816fc35420a434b1d54ae5833d617608f7456048.tar.gz
clipperz-816fc35420a434b1d54ae5833d617608f7456048.tar.bz2
Updated version of /gamma
Tons of changes, included a new draft of the mobile version (still VERY rough)
Diffstat (limited to 'frontend/gamma/html/mobile.appcache') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/html/mobile.appcache24
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/gamma/html/mobile.appcache b/frontend/gamma/html/mobile.appcache
new file mode 100644
index 0000000..237b5ad
--- a/dev/null
+++ b/frontend/gamma/html/mobile.appcache
@@ -0,0 +1,24 @@
1CACHE MANIFEST
2# 2012-02-23-v0.0.1
3
4# Entry to add into Apache config:
5# AddType text/cache-manifest .appcache
6
7# Explicitly cached entries
8CACHE:
9index.mobile.html
10*.favico
11
12# static.html will be served if the user is offline
13FALLBACK:
14/index.mobile.html /index.mobile.html
15
16# /main.py /static.html
17# images/large/ images/offline.jpg
18# *.html /offline.html
19
20
21# Resources that require the user to be online.
22NETWORK:
23*
24# login.php, http://api.twitter.com, etc.