Extension talk:Network Analyzer
From MediaWiki.org
[edit] Problems with NON-ASCII languages
To work with Non-ASCII languages you need (small hack/workaround):
Rewrite deleteSpecialCharacters as:
function deleteSpecialCharacters($s) { $s = preg_replace('/["<>&]/i', "", $s); return $s; }
Line 290:
$xmlFile = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" . $this->getTouchgraphDTD() .
Line 706:
$fileName = $wgTouchGraphLocalLinksPath . "/" . md5($category) . $period . $network . ".xml";
[edit] Question: where to get?
I'm not sure where to get the NAnalyser.php from sonivis.org???
You`ll get it from sonivis.org homepage, if you click on downloads ;) Greets Sebastian