Extension:MetaMan

From MediaWiki.org

Jump to: navigation, search

               

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
MetaMan

Release status: beta

Extension-metaman-screenshot-02.png
Implementation  Skin, Database, Data extraction
Description Extends the edit mode of wiki pages by adding a UI for easier metadata management. Categories and properties (Semantic Media Wiki) can easily be removed and suggestions are made based on similar pages in the wiki.
Author(s)  Timo Taglieber (TimotglTalk)
Last Version  0.2.1 (2009-11-12)
MediaWiki  1.15.1
PHP  5.2
License GNU General Public License version 2 or later
Download metaman.zip

check usage (experimental)

[edit] What can this extension do?

MetaMan aims to improve the editing and maintenance of pages by adding suggestions for categories and properties (Semantic Media Wiki) based on similar pages. Under the assumption that similar pages (to the current page) most likely contain categories and properties that might also be wanted, those suggestions are being ranked by relevance and listed as clickable links. MetaMan also provides lists of the currently assigned categories and properties (which are in sync with the textarea). Those list items can be removed from the wiki text by clicking them.

The point is to give users an overview of relevant metadata that the page being edited might still be lacking so far.

[edit] Usage

Self-explanatory. See the attached screenshot for a preview.

[edit] Installation

  1. Download metaman.zip.
  2. Unzip it, put the extracted folder named "metaman" in your MediaWiki's /extensions directory.
  3. Put the following lines in your LocalSettings.php:
$wgUseAjax = true;
require_once( "\$IP/extensions/metaman/metaman.php" ); # Use this line for Unix-based OS
# require_once( "$IP/extensions/metaman/metaman.php" ); # Use this line for Windows