Lines Matching refs:DokuWiki
1 # Site Backup plugin for DokuWiki
3 An admin plugin for [DokuWiki](https://www.dokuwiki.org/) that builds a `tar.gz` of selected wiki c…
5 Built for and tested against DokuWiki `2025-05-14b "Librarian"`.
11 DokuWiki has the well-known [`backup`](https://www.dokuwiki.org/plugin:backup) plugin by Terence J.…
13 …downloaded by anyone". Site Backup instead writes to `data/tmp/` (which DokuWiki already protects …
14 …ring-my-DW-plugins) and archived the repo in 2020.** It still works via DokuWiki's legacy class al…
38 To restore from an archive, follow the standard DokuWiki procedure: install a fresh DokuWiki of the…
42 - **Admin-only.** DokuWiki's `AdminPlugin` framework enforces `auth_isadmin()` before `handle()` or…
43 - **CSRF-protected.** Every action submission is validated with DokuWiki's `checkSecurityToken()`.
46 …he archive is written to `$conf['tmpdir']` (default `data/tmp/`), which DokuWiki protects with a d…
77 …DokuWiki `2025-05-14b "Librarian"`. Should work on Greebo / Hogfather / Igor / Jack Jackrum / Kaos…
79 …ructuring in `foreach` and `??`). `str_starts_with()` is also used, but DokuWiki polyfills it in `…
83 …DokuWiki Librarian: `Tar::writeRawFileHeader()` overwrites the mtime with the size, so every file …
87 GPL-2.0-or-later, matching DokuWiki itself.