HTML5 Offline Content Generator
Posted by Steven_NC on June 16, 2011 at 6:25am
I am looking for a way to generate the code needed to provide a way to view selected web pages on a portable device without a continuous internet connection.
After looking at a number of possibilities, the offline capabilities of html5 seem to be the best solution. This would require the creation of a manifest file for the pages. The specification for this file and its use are available here:
http://www.w3.org/TR/html5/offline.html
Read more