Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 21-Mar-2022 | - | 20 | 18 | |
examples/ | H | 21-Mar-2022 | - | 112 | 70 | |
images/ | H | 21-Mar-2022 | - | |||
lang/ | H | 21-Mar-2022 | - | 836 | 415 | |
README.md | H A D | 20-Mar-2022 | 1.2 KiB | 23 | 13 | |
action.php | H A D | 20-Mar-2022 | 1.1 KiB | 44 | 18 | |
helper.php | H A D | 20-Mar-2022 | 7.1 KiB | 210 | 178 | |
plugin.info.txt | H A D | 20-Mar-2022 | 207 | 8 | 7 |
README.md
1# DokuWiki Discord Notifier 2 3A DokuWiki plugin that notifies a Discord channel room of wiki edits. 4 5![Example created notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/event_created.png) 6![Example updated notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/event_updated.png) 7![Example removed notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/event_deleted.png) 8 9## Install 10 11Download the latest [Release](https://github.com/zteeed/dokuwiki-discord-notifier/releases) and install the plugin using the [Plugin Manager](https://www.dokuwiki.org/plugin:plugin). Refer to [Plugins](https://www.dokuwiki.org/plugins) on how to install plugins manually. 12 13## Configure 14 151. Create an Incoming Webhook on discord 16 17![Example Dokuwiki config](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/config_discord.png) 18 192. Enter the webhook into the discordnotifier configuration section in DokuWiki's Configuration Settings. 20 To use multiple webhooks, separate them with semicolon. 21 22![Example Dokuwiki config](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/config.png) 23