summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/mobile.appcache
blob: 237b5ad89928ad63f20655c5629b8be7de1ecaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CACHE MANIFEST
# 2012-02-23-v0.0.1

# Entry to add into Apache config:
# AddType text/cache-manifest .appcache

# Explicitly cached entries
CACHE:
index.mobile.html
*.favico

# static.html will be served if the user is offline
FALLBACK:
/index.mobile.html /index.mobile.html

# /main.py /static.html
# images/large/ images/offline.jpg
# *.html /offline.html


# Resources that require the user to be online.
NETWORK:
*
# login.php, http://api.twitter.com, etc.