Linux 软件免费装
Banner图

Offline Content

开发者 delapuente
mozillawebapps
更新时间 2016年4月16日 17:29
PHP版本: 3.8 及以上
WordPress版本: 4.5
版权: GPLv2 or later
版权网址: 版权信息

标签

workers offline serivce service workers read later read offline precache

下载

0.1.0 0.2.0 0.3.0 0.4.0 0.5.0 0.6.0 0.6.1

详情介绍:

This plugin uses new ServiceWorker and Cache API to allow your users to access the contents of your site while they are offline or under unreliable network situations by caching part of your site. Once you've installed this plugin, anyone visiting your site in browsers that support the Service Workers API will be able of access your content even if they run out of network or experiment network instability. Configure the plugin in the "Settings > Offline content" section of your WordPress dashboard.

安装:

  1. Download and install the plugin from the WordPress.org plugin directory
  2. Activate the plugin through the "Plugins" menu in WordPress Dashboard. Alternatively,
  3. Clone or download the project repository
  4. Copy wp-offline-content directory inside your WordPress installation plugins directory
  5. Enable the plugin from the admin panel

常见问题:

What browsers support the W3C Service Workers API?

Browser support for the W3C Service Worker API currently exists in Firefox, Chrome, and Chrome for Android, with other likely to follow.

What is the default policy for caching content?

The plugin will try to always serve fresh content from the Internet. After visiting a post or a page, the content will be cached in the background. In case of an unreliable network or lack of connectivity, the plugin will serve the cached content.

Can I use the plugin in combination with other plugins using SW

Since version 0.2.0, you can use this plugin in combination with other using the WordPress Service Worker Manager library.

Can I configure which content is available for offline reading?

In a very limited way, yes. You can enable/disable if pages should be precached is such a way the will be availables by the user even if they were never visited before. More options will be available with new versions of the plugin.

更新日志:

0.6.1 Includes latest Service Worker Manager which fixes a problem unregistering the service worker when all plugins using it are disabled. 0.6.0 The Service Worker unregister itself when no plugin using service workers is enabled. Use WordPress AJAX infrastructure for dynamically generating the service worker file while reducing server footprint. Use WP_Serve_File to efficiently generate the registrar and avoid unnecessary WordPress loads. Relying on composer's autoload to manage plugin dependencies. 0.5.0 Prevent undesired updates when used with other service worker supported plugins for WordPress. 0.4.0 New smart update algorithm minifies the number of background downloads when adding new content. 0.3.0 Cleaning old caches when changing the name of the cache where offline content is stored. 0.2.0 Now can be combined with other WP plugins using the WordPress Service Worker Manager library such as Web Push. 0.1.0 Initial release.