Manual:$wgSVGConverterPath/de

Category:MediaWiki configuration settings/de#SVGConverterPathCategory:MediaWiki configuration settings introduced in version 1.4.0/de#SVGConverterPathCategory:MediaWiki configuration settings still in use/de#SVGConverterPathCategory:SVG variables/de#SVGConverterPath
SVG: $wgSVGConverterPath
Path to the directory of the SVG converter being used.
Eingeführt in Version:1.4.0
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(Absoluter Pfad, oder leere Zeichenkette.)
Standardwert:''

Details

By default, when invoking a SVG converter, MediaWiki simply passes a command line such as convert ..., leaving it up to the operating system to locate the executable.

If your chosen SVG converter ($wgSVGConverter) is not in the executable PATH, MediaWiki will not find it. In this case, you need to use this setting to specify the directory in which the SVG converter is located.

You will almost certainly need to set this variable on Windows systems.

Beispiel

This will use the converter from inside the /usr/local/bin/ directory:

$wgSVGConverterPath = '/usr/local/bin';

Siehe auch

Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.4.0/de Category:MediaWiki configuration settings still in use/de Category:SVG variables/de