這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Cache Manifest for WordPress Themes

外掛說明

Easy way to generate a html5 cache manifest file for wordpress themes.Activate the plugin in WordPress Plugin Panel and the plugin will create a cache manifest file in your current blog themes directory.

Your blog site served with the content type text/cache-manifest. If you are running an Apache-based web server, you can probably just put an AddType directive in the .htaccess file at the root of your web directory:
AddType text/cache-manifest .manifest

安裝方式

Use cache manifest in wordpress themes, and the plugin will create a cache manifest file in your current blog themes directory.You can install it through the admin interface or manually:

  1. Upload cache_manifest_for_wp_themes.php to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. That\’s all.

Notes: your blog site served with the content type text/cache-manifest. If you are running an Apache-based web server, you can probably just put an AddType directive in the .htaccess file at the root of your web directory:

AddType text/cache-manifest .manifest

For details: http://diveintohtml5.org/offline.html

常見問題集

How it\’s work?

When the plugin activate, the plugin generated two files in your current theme\’s directory. These two files will be delete when plugin deactivate.

How do I update file cache manifest?

Just deactive and re-active the plugin.

Notes: your blog site served with the content type text/cache-manifest. If you are running an Apache-based web server, you can probably just put an AddType directive in the .htaccess file at the root of your web directory:
AddType text/cache-manifest .manifest

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Cache Manifest for WordPress Themes〉的開發相關工作。

參與者

變更記錄

1.6

  • adding support mobile device

1.5

  • adding the latest maximun 50 images to cache list.

1.0

  • Initial release.