Extension:PeriodicRelatedChanges

From mediawiki.org
MediaWiki extensions manual
PeriodicRelatedChanges
Release status: unmaintained
Implementation Notify
Author(s) Mark A. Hershberger
Latest version 0.1.0
MediaWiki 1.26
Composer mwstake/periodic-related-changes
License GNU General Public License 3.0 or later
Download
  • periodic-related-changes-any-user
  • periodic-related-changes

The PeriodicRelatedChanges extension allows users to receive periodic digests of changes related to a list of pages. See the user manual for further information.

Installation[edit]

  • Download and place the file(s) in a directory called PeriodicRelatedChanges in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PeriodicRelatedChanges' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.