Extension:MashaJS

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
MashaJS

Release status: beta

Implementation MyWiki
Description Adds the ability to mark page content and share it with others using MaSha.JS library.
Author(s) AkzhanTalk
Last version 0.3 (2012-03-28)
MediaWiki 1.17 and higher
License MIT
Download Project page

Git [Help]
Commit history

Hooks used
BeforePageDisplay

GetPreferences

Check usage (experimental)

This extension adds the ability to mark page content and share it with others using MaSha.JS library.

[edit] User Interface

MaSha.JS-Logo.png

Take a note that's extension disabled by default. It should be enabled as per user preference in "Editing/Advanced" section.

[edit] 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" );
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox