• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

conf/H23-Apr-2020-86

lang/H23-Apr-2020-129

README.mdH A D21-Apr-2020989 3317

action.phpH A D21-Apr-20204.3 KiB157104

example.pngH A D21-Apr-20209.3 KiB

plugin.info.txtH A D21-Apr-2020245 87

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