Extension:MABS
Appearance
Please expand this page. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: Note: |
|
|
|
|
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 yourextensions/
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.