Skip to content

HTML5 based webApp for saving articles of mobile website, to read them later offline. The aim is to provide a solution inside the mobile website, it is "all in the box". The code is almost located in one javascript file, plus jQuery file, with manifest.appcache and localStorage.

Notifications You must be signed in to change notification settings

phbroc/ReadOfflineApp

Repository files navigation

Read offline app

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.

Demo site

You can see it in action in this demo site : http://readofflinedemo.philippebrouard.fr

Installation

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

License

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.

About

HTML5 based webApp for saving articles of mobile website, to read them later offline. The aim is to provide a solution inside the mobile website, it is "all in the box". The code is almost located in one javascript file, plus jQuery file, with manifest.appcache and localStorage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published