Offline application

This is an experiment in creating and using offline applications. An offline application is downloaded once and then "cached" indefinitely by the browser. Subsequent uses of the application result in no (or fewer) requests being sent to the server.

This application consists the following files:

  1. index.html - the page you are looking at
  2. offline.manifest - the declaration of which files need to be stored offline for this application