Extension:MABS

MediaWiki extensions manual
MABS
Release status: unmaintained
Author(s) Mark A. Hershberger
Latest version 0.1.0
MediaWiki >= 1.31.0
Composer mediawiki/mabs
License GPL v2
Download
  • $wgRepo

The MABS (Multilateral Asynchronous Bilateral Synchronisation) integrates MediaWiki wikis with git merge tools, allowing them to be synchronized with remote wikis.

Installation edit

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