Extension:Dependency Analyzer
From MediaWiki.org
|
Dependency Analyzer Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | his special page visualizes the article and discussion revisions, for a given article, as nodes on 2 time bars. |
| Author(s) | Andreas Fahle, Kathleen Haucke, Janette Lehmann (BeneM Talk) |
| Version | 1.0 |
| MediaWiki | 1.8+ |
| License | Network Analyzer: GPLv2 or later |
| Download | www.sonivis.org -> Download See header of DependencyAnalyzer.php |
| Parameters | $wgDependencyAnalyserJPGPath, $wgDependencyAnalyserHTTPPath |
[edit] What can this extension do?
This special page visualizes the article and discussion revisions, for a given article, as nodes on 2 time bars. Arrows between article and discussion nodes represent dependencies between these revisions, based on computed similarity indicators. A table above the time bars provides detailed information on the dependencies identified. There is a selection menu where you can specify the indicators, time range, and granularity for the presented dependencies. In addition, we have implemented a page with general analysis concerning dependencies over many articles.
[edit] Download instructions
Visit www.sonivis.org and click on "[[Download]]"
[edit] Installation
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here include_once("$IP/extensions/DependencyAnalyser.php"); //local disk path to store the jpg-files of the DependencyAnalyser $wgDependencyAnalyserJPGPath = "$IP/extensions/ArticleDiscussionDependency"; //HTTP path to jpg files $wgDependencyAnalyserHTTPPath = “$wgScriptPath/extensions/AndyArticleDiscussionDependency"; //The directory defined in $wgDependencyAnalyserJPGPath must be writable by the webserver to create jpg file(s)

