A Simple Wiki

This is a simple Proof-Of-Concept wiki built using
the service workers api, to test it you can use the latest Chrome Canary (v38)
enabling the flag 'Experimental Platform Features"
(chrome://flags/#enable-experimental-web-platform-features).

The pages created are stored in the browser using IndexedDB
(chrome://indexeddb-internals/) and persisted between sessions
(kudos to Jake Archibald).

Service Worker Support: