HTML5 Application Cache

Component ID

1304916

Component name

HTML5 Application Cache

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1207

Component created

Component changed

Component body

This module provides HTML5 offline functionality for Drupal sites. This is commonly known as the "HTML5 Appcache", and is supported by most major browsers.

Features

  • Built-in support for offline "lazy loading", where any visited pages are automatically cached for offline access.
  • An administrator interface for determining what paths should be cached, never cached, or used when a resource is not cached for offline use.
  • Automatic cache manifest validation, thanks to manifest-validator.com's API.
  • Hooks for other modules to provide or alter the contents of the cache manifest.

For installation instructions, see the README included with the module.