Documentation/AnalysisToolSpecial: Unterschied zwischen den Versionen

Aus Semantic CorA
Wechseln zu: Navigation, Suche
Zeile 12: Zeile 12:
  
 
== Configuration ==
 
== Configuration ==
 +
 +
If the extension is used in relationship with a project, the following global variable need to be configured:
 +
<pre>
 +
$atProjectsCategory = "Project";
 +
$atCurrentProject = "Cora";
 +
</pre>
 +
 
== Usage ==
 
== Usage ==
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Version vom 26. November 2014, 19:36 Uhr

AnalysisToolSpecial is a component of the group AnalysisTool extension. This component is implemented as special page. It allows user to configure and address the wiki ontology, in the form of wiki categories for entities and properties for semantic properties.

Installation

This extension requires Semantic MediaWiki to be installed first.

Download and extract the tarball in your extensions/ folder. It should generate a new folder called AnalysisTool directly inside your extensions/ folder. Add the following code at the bottom of your LocalSettings.php:

require_once "$IP/extensions/AnalysisTool/AnalysisToolSpecial/AnalysisToolSpecial.php";

Configuration

If the extension is used in relationship with a project, the following global variable need to be configured:

 $atProjectsCategory = "Project";
 $atCurrentProject = "Cora";

Usage