Extension:CIAnotify
|
Release status: beta |
|||
|---|---|---|---|
| Implementation | User interface, Notify | ||
| Description | Sends change notifications to the CIA IRC reporting system | ||
| Author(s) | Christopher Sean Morrison (brlcadTalk) | ||
| Last Version | 1.0 | ||
| License | MIT/X11 | ||
| Download | http://brlcad.org/CIAnotify_1.0.tar.gz | ||
|
|||
|
|||
|
check usage (experimental) |
|||
[edit] What can this extension do?
This extension to Mediawiki sends change notifications to the CIA IRC reporting system. CIA relays change notifications in real time to a project's IRC channel. This extension works seamlessly and similar to the other commit hooks available for CIA. See http://cia.vc for more information about the CIA project.
[edit] Download and Usage
1) Download the extension tarball from [1]:
curl -O http://brlcad.org/CIAnotify_1.0.tar.gz
2) Unpack the extension:
tar zxvf CIAnotify_1.0.tar.gz
3) Place it in $IP/extensions/CIAnotify. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
mv CIAnotify $IP/extensions/.
4) Edit LocalSettings.php, set cnProject and require the extension:
# add configuration parameters here
# setup user rights here
$cnProject = 'BRL-CAD';
require_once("$IP/extensions/CIAnotify/CIAnotify.php");
5) Enjoy!
[edit] Configuration parameters
The $cnProject configuration parameter needs to match your CIA project name. See http://cia.vc for more details on registering a new project with CIA..