1# DokuWiki Rocket.Chat+ Notifier
2
3A DokuWiki plugin that notifies a Rocket.Chat channel room of wiki edits.
4
5[Link to project page on dokuwiki.org](https://www.dokuwiki.org/plugin:rocketchatnotifier)
6
7## Slack support
8A user has reported the plugin to also work with Slack, where the plugin comes from originally. It should be a drop in replacement, but if you try this, please report back with the results.
9
10## Dependency
11
12This tool depends on php-curl (and by that also curl).
13
14## Install
15
16Clone the repository into your DokuWiku plugins folder:
17
18```
19$ git clone https://github.com/Fab-IT-ApS/dokuwiki-rocketchat-integration.git /var/lib/dokuwiki/lib/plugins/rocketchatnotifier
20```
21
22## Configure
23
241. Create an Incoming Webhook on Rocket.Chat
25
262. Enter the webhook into the rocketchat configuration section in DokuWiki's Configuration Settings
27
28## Example
29
30![Example notification](https://github.com/Fab-IT-ApS/dokuwiki-rocketchat-integration/raw/master/example.png)
31