An open API service indexing awesome lists of open source software.

https://github.com/kenny2github/recentchangeswebhooks

A MediaWiki extension for webhooks from recent changes.
https://github.com/kenny2github/recentchangeswebhooks

Last synced: 6 months ago
JSON representation

A MediaWiki extension for webhooks from recent changes.

Awesome Lists containing this project

README

          

# RecentChangesWebhooks

This is an extension that, very simply, allows adding webhooks to recent changes.

## Installation

From the root directory of your wiki, run the following commands:
```
cd extensions
git clone https://github.com/Kenny2github/RecentChangesWebhooks.git
```
Then add the following line to your LocalSettings.php:
```php
wfLoadExtension( 'RecentChangesWebhooks' );
```

## Configuration
`$wgRCWHookUrls` - an array containing the URLs of the web hooks to be triggered when a change has been made
`$wgRCWHookType` - either `realtime` or `job` to determine whether the webhook should be run synchronously with page edits or in a job