Extensions:Datagraph Viewer
From SensorDataLab
This is a Loc:Help page which explains the DatagraphViewer Extension Version 0.1 by User:Andreas Wombacher.
This is free software licenced 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
DatagraphViewer is an extension to MediaWiki that allows to display graphs of data provided by the Datagraph application.
For more information, see the extension homepage at: http://www.sensordatalab.org/wiki/index.php5/Extensions:DatagraphViewer
Requirements
This version of the DatagraphViewer extension requires MediaWiki 1.8 or higher and an installation of Datagraph.
Installation
To install the extension, place the entire DatagraphViewer directory within your MediaWiki extensions directory, then add the following line to your LocalSettings.php file:
require_once( "$IP/extensions/DatagraphViewer/includes/DGV_Settings.php" );
Further, the URL to the used datagraph application has to be set in the includes/DGV_Settings.php file contained in the distribution.
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.
