Extension:MashaJS
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | MyWikiCategory:Personalization extensions |
Description | Adds the ability to mark page content and share it with others using MaSha.JS library. |
Author(s) | Akzhan Abdulin (Akzhantalk) |
Latest version | 0.3 (2012-03-28) |
MediaWiki | 1.17+Category:Extensions with manual MediaWiki version |
Database changes | No |
License | MIT License |
Download | Download snapshot Note: |
The MashaJS extension adds the ability to mark page content and share it with others using MaSha.JS library.
User Interface
Take a note the extension is disabled by default. It should be enabled as per user preference in "Editing/Advanced" section.
Installation
- Clone repository of the extension into your extensions/MashaJS directory.
cd $MEDIAWIKI_ROOT
git clone git://github.com/Undev/MediaWiki-MashaJS.git extensions/MashaJS
- Initialize its submodules.
cd extensions/MashaJS
git submodule update --init
cd ../..
- Add the following line to the bottom of LocalSettings.php
require_once ( "$IP/extensions/MashaJS/MashaJS.php" );
Category:All extensions
Category:BeforePageDisplay extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GetPreferences extensions
Category:MIT licensed extensions
Category:Personalization extensions
Category:Unmaintained extensions