Extensions:Semantic Change Monitor
From SensorDataLab
This is a Loc:Help page which explains the SemanticChangeMonitor Extension Version 0.1 by User:Andreas Wombacher.
This is free software licensed under the GNU General Public Licence. Please see http://www.gnu.org/copyleft/gpl.html for further details, including the full text and terms of the licence.
Contents |
Overview
SemanticChangeMonitor is an extension to MediaWiki that monitors changes of semantic annotations and stores these changes the semantic annotations in a database table. The idea is that the information in the table can be used to push change information into distribution changes.
For more information, see the extension homepage at: http://www.sensordatalab.org/wiki/index.php5/Extensions:Semantic_Change_Monitor
Requirements
This version of the SemanticChangeMonitor extension requires MediaWiki 1.13 or higher.
Installation
To install the extension, place the entire SemanticChangeMonitor directory within your MediaWiki extensions directory, then add the following line to your LocalSettings.php file:
require_once( "$IP/extensions/SemanticChangeMonitor/includes/SCM_Settings.php" );
Further, make the file latestChanges.txt in the distribution writeable by the apache unix user. This file is used in case the debug mode is activated in the SCM_Settings file. Debugging is off per default.
Download
The file is available
Contact
Comments, questions, suggestions and bug reports are welcome, and can be placed on the Talk page for the extension, or sent to Andreas at a.wombacher AT utwente dot nl.
Acknowledgment
This extension is based on the structure and the code layout of an extension from Yaron Koren. Part of the code has been written by Tim Klifman.
