Extension:Dependency Analyzer
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 (BeneMtalk) | ||
Latest version | 1.0 | ||
MediaWiki | 1.8+ | ||
License | Network Analyzer: GPLv2 or later | ||
Download | www.sonivis.org -> Download See header of DependencyAnalyzer.php |
||
|
|||
Translate the Dependency Analyzer extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
What can this extension do?[edit | edit source]
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.
Download instructions[edit | edit source]
Visit www.sonivis.org and click on "[[Download]]"
Installation[edit | edit source]
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)