AppCache Generator - An Online Tool That Generates HTML5 AppCache Manifest Files
Join the DZone community and get the full member experience.
Join For Freeappcache generator is a simple online tool which allows you to enter the url of your html5 application and it generates the appcache manifest file for you.
appcache manifest files are useful for applications which want to allow users to be able to use their applications, even when offline.
unlike other appcache generator tools which only scan the pages of the html files for cacheable resources, this tool uses actual network requests from the page to generate the manifest file.
this has the advantage of detecting and including assets which have been loaded asynchronously after initial page load.
requirements:
none
website:
http:/ / appcache. rawkes. com/
license:
free
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments