summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/mobile.appcache
Unidiff
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.