Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

mallchin/dokuwiki-slack-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DokuWiki-Slack-Integration

A DokuWiki plugin that notifies a Slack channel room of wiki edits.

Setup

  1. Clone repository into your DokuWiku plugins folder, making the target folder name 'dokuwiki-slack-integration'
$ git clone https://github.com/littleiffel/dokuwiki-slack-integration.git dokuwiki-slack-integration
  1. To fetch the required dependencies, run:
$ composer install
  1. In your DokuWiki Configuration Settings, enter an API token, channel name, and the name you want the notifications to appear from in Slack.

  2. Upload via FTP to /lib/plugins/slackhq

  3. Create an INCOMING WEBHOOK on Slack and under COnfigurations in Doku Wiki paste the webhook URL in field for SlackHQ Webhook. Set Icon (EMOJI) and channel, name..etc.

  4. A Post to Slack with link is posted to your slack channel when you save a page.

Requirements

  • DokuWiki

Packages

No packages published

Languages

  • PHP 100.0%