Semantic MediaWiki and related extensions
Semantic Notifications

Semantic Notifications (a.k.a. SNO) is a Semantic Mediawiki extension that can inform registered users about changes to their structured data with the help of notifications send by the Echo extension.

Support for notifications on:

Requirements

Installation

The recommended way to install Semantic Notifications is by using Composer with:

{
"require": {
"mediawiki/semantic-notifications": "~1.0"
}
}
  1. From your MediaWiki installation directory, execute composer require mediawiki/semantic-notifications:~1.0
  2. Navigate to Special:Version on your wiki and verify that the package have been successfully installed.

Usage

image

Documentation

The docs/01-workflow.md "workflow document" contains a detailed description about the required settings and decisions a user has to make in order for him or her to receive notifications.

Additional tips and use cases can be found docs/02-tips.md "here" while docs/03-technical.md "this document" describes some technical details.

Contribution and support

If you want to contribute work to the project please subscribe to the developers mailing list and have a look at the contribution guideline.

Tests

This extension provides unit and integration tests that are run by a continues integration platform but can also be executed using composer phpunit from the extension base directory.

License

GNU General Public License, version 2 or later.


About | General disclaimer | Privacy policy