Extensions:Temporal Semantic History

From SensorDataLab

Jump to: navigation, search

This is a Loc:Help page which explains the TemporalSemanticHistory Extension Version 0.2 by User:Rezwan Huq and 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

TemporalSemanticHistory is an extension to MediaWiki that allows users to extract data based on given timestamp. It tracks and monitors the content of each page in wiki.

For more information, see the extension homepage at: http://www.sensordatalab.org/wiki/index.php5/Extensions:Temporal_Semantic_History

Requirements

This version of the SemanticChangeMonitor extension requires MediaWiki 1.13 or higher.

Installation

To install the extension, place the entire TemporalSemanticHistory directory within your MediaWiki extensions directory, then add the following line to your LocalSettings.php file:

    require_once( "$IP/extensions/TemporalSemanticHistory/TemporalSemanticHistory_Setting.php" );

Download

The file is available in this svn. https://temporalsh.svn.sourceforge.net/svnroot/temporalsh/branches/huq/TemporalSemanticHistory

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
  • Rezwan at m.r.huq AT utwente dot nl

Acknowledgment

This extension is based on the structure and the code layout of an extension from Jie Bao and Li Ding.