WP Manifestindependent plugin directory
manifest / performance / offlinepage

Offline Page GitLab

Wordpress plugin allowing a page to be selected to present when the client cannot connect to the server. Uses service worker.

by frankle · gitlab.com/gogetdane/offlinepage · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/gogetdane/offlinepage/-/archive/master/offlinepage-master.zip

Readme

OfflinePage

Utilises a service worker that caches a specified page to be presented in the client where there is no connection to the server.

Scope of the service worker is /. An .htaccess file adds the Service-Worker-Allowed header to the service worker's js file. User can decide which page of their WP site to use by providing an option in Reading settings.

@TODO: needs a plugin readme @TODO: try out and polish, maybe drop down of pages in settings? etc. etc.

Read the full README on GitLab →