Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 23-Apr-2020 | - | 8 | 6 | |
lang/ | H | 23-Apr-2020 | - | 12 | 9 | |
README.md | H A D | 21-Apr-2020 | 989 | 33 | 17 | |
action.php | H A D | 21-Apr-2020 | 4.3 KiB | 157 | 104 | |
example.png | H A D | 21-Apr-2020 | 9.3 KiB | |||
plugin.info.txt | H A D | 21-Apr-2020 | 245 | 8 | 7 |
README.md
1# DokuWiki Webex Teams Notifier 2 3A DokuWiki plugin that notifies a Webex Teams Webhook of wiki edits. 4 5## Dependency 6 7This tool depends on php-curl (and by that also curl). 8 9## Install 10 11See instructions at: https://www.dokuwiki.org/plugin:webexteamsnotifier 12 13Or simply clone the repository into your DokuWiku plugins folder: 14 15``` 16$ git clone https://github.com/greldinard/dokuwiki-rocketchat-integration.git /var/lib/dokuwiki/lib/plugins/webexteamsnotifier 17``` 18 19Set the right permissions for your webserver. 20 21## Configure 22 231. Create an Incoming Webhook on Webex Teams, according to https://apphub.webex.com/teams/applications/incoming-webhooks-cisco-systems 24 252. Enter the webhook into the Webex Teams configuration section in DokuWiki's Configuration Settings. 26 273. Optionally set notifications only for a set of namespaces in the respective configuration section. 28 29## Example 30 31 32![Example notification](https://github.com/greldinard/dokuwiki-webex-teams-integration/raw/master/example.png) 33