Updated version of /gamma

Tons of changes, included a new draft of the mobile version (still VERY rough)
This commit is contained in:
Clipperz
2013-01-08 16:21:04 +01:00
부모 267603e3aa
커밋 816fc35420
181개의 변경된 파일7764개의 추가작업 그리고 2149개의 파일을 삭제

파일 보기

@@ -0,0 +1,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.