Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
_test/ | H | 21-Jun-2018 | - | 77 | 54 | |
conf/ | H | 21-Jun-2018 | - | 21 | 2 | |
lang/en/ | H | 21-Jun-2018 | - | 25 | 2 | |
node_modules/idb-keyval/dist/ | H | 21-Jun-2018 | - | 1 | 1 | |
.travis.yml | H A D | 20-Jun-2018 | 310 | 15 | 13 | |
144.png | H A D | 20-Jun-2018 | 32.3 KiB | |||
LICENSE | H A D | 20-Jun-2018 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 20-Jun-2018 | 1.1 KiB | 39 | 24 | |
action.php | H A D | 20-Jun-2018 | 3.1 KiB | 109 | 62 | |
helper.php | H A D | 20-Jun-2018 | 315 | 19 | 7 | |
package.json | H A D | 20-Jun-2018 | 282 | 12 | 11 | |
plugin.info.txt | H A D | 20-Jun-2018 | 201 | 8 | 7 | |
script.js | H A D | 20-Jun-2018 | 3.6 KiB | 113 | 91 | |
style.less | H A D | 20-Jun-2018 | 121 | 5 | 5 | |
sw.js | H A D | 20-Jun-2018 | 4.1 KiB | 150 | 120 | |
yarn.lock | H A D | 20-Jun-2018 | 240 | 8 | 5 |
README.md
1# Progressive Web App Plugin for DokuWiki 2 3Add an offline mode to DokuWiki 4 5## Installation Instructions 6 7❗❗❗ 8 9**In addition to the usual plugin installation you have to symlink the file `sw.js` from your wiki's root directory!!!** 10 11❗❗❗ 12 13## Usual README 14 15 16All documentation for this plugin can be found at 17https://dokuwiki.org/plugin:pwaoffline 18 19If you install this plugin manually, make sure it is installed in 20lib/plugins/pwaoffline/ - if the folder is called different it 21will not work! 22 23Please refer to http://www.dokuwiki.org/plugins for additional info 24on how to install plugins in DokuWiki. 25 26---- 27Copyright (C) Michael Große <mic.grosse@googlemail.com> 28 29This program is free software; you can redistribute it and/or modify 30it under the terms of the GNU General Public License as published by 31the Free Software Foundation; version 2 of the License 32 33This program is distributed in the hope that it will be useful, 34but WITHOUT ANY WARRANTY; without even the implied warranty of 35MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 36GNU General Public License for more details. 37 38See the LICENSING file for details 39