Extension talk:Network Analyzer

From MediaWiki.org
Jump to: navigation, search

[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

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox