This repository contains the code of the web app readOfflineApp.
The webapp readOfflineApp is written for HTML5 website. The purpose is to store the content of pages in localStorage and appcache of the mobile device, on demand. When the user go offline, the website redirects to the offline page, where all cached articles can be retrieved. All the code is client executed.
You can see it in action in this demo site : http://readofflinedemo.philippebrouard.fr
The files are meant to be run on a website, provided that manifest.appcache files are served with the following content type : text/cache-manifest
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is a free software under license LGPL v3.
Some pieces of javascript code were inspired by previous developpement of Adrian Kosmaczewski Copyright (c) 2012 Adrian Kosmaczewski.
JQuery source code is under MIT license.