Extension:MOCA
From MediaWiki.org
|
Release status: experimental |
|
|---|---|
| Implementation | Ajax, Page action |
| Description | MOCA: Mediawiki Ontology Convergence Assistant |
| Author(s) | Chrysovalanto Kousetti |
| Last Version | 1.0.2 (24/09/2007) |
| MediaWiki | 1.10.x and above |
| License | No license specified |
| Download | http://sourceforge.net/projects/moca |
| Example | http://wiki.frema.ecs.soton.ac.uk |
|
check usage (experimental) |
|
This extension tries to improve the usability and effect of the Semantic MediaWiki extension.
Contents |
[edit] What can this extension do?
MOCA stands for MediaWiki Ontology Convergence Assistant. This extension tries to improve the usability and effect of the Semantic MediaWiki extension. The Semantic MediaWiki extension provides the clean basis of adding semantic functionality to the MediaWiki package and does not break the authoring style of MediaWiki.
[edit] Why was this developed?
This project was developed as part of an internship at the department of ECS of the University of Southampton. The project's supervisor is Dr. David Millard. Other people involved and who assisted in the development where Dr. Yvonne Howard and Swapna Chennupati. This extension is mainly developed to be used by the FREMA wiki but it is created so that it can be used with any Semantic MediaWiki extension implementation.
[edit] Installation
- Create a new folder in the extensions directory located in the root of your MediaWiki installation and name it “MOCA”. Copy all the extension files to this folder.
- Open the LocalSettings.php file found in the root directory of your wiki installation.
- Make sure that you have already installed the Semantic MediaWiki extension before continuing further with the installation of this extension. Follow the Semantic MediaWiki instructions on how to install the Semantic MediaWiki extension.
- Ajax is not enabled by default so you will have to enable it if not already enabled. If you can find the variable $wgUseAjax anywhere in the LocalSettings.php file make sure that it is set to true.
$wgUseAjax = true;
- Position you indicator after the declaration of the above variable and after the installation line of the Semantic MediaWiki extension that usually looks something like this:
include_once('extensions/SemanticMediaWiki/includes/SMW_Settings.php');
enableSemantics('http://youwikiurl');
- Finally you can now include the convergence extension with the following include:
include_once( 'extensions/MOCA/includes/MOCA_Initialize.php');
- If everything has gone well then the extension should work fine.
[edit] Supported Browsers
| Broswer | OS | Compatible | Notes |
| Firefox | Windows | Yes | None |
| Firefox | OS X | Yes | None |
| Internet Explorer | Windows | Yes | None |
| Internet Explorer | OS X | Not tested | None |
| Opera | Windows | Yes | None |
| Opera | OS X | Not tested | None |
| Safari | Windows | Yes | The browser must be set to always accept cookies (found in: Edit->Preferences->Security). |
| Safari | OS X | Yes | The browser must be set to always accept cookies (found in: Edit->Preferences->Security). |