Manual:$wgSVGConverterPath

From mediawiki.org
This page is a translated version of the page Manual:$wgSVGConverterPath and the translation is 60% complete.
SVG: $wgSVGConverterPath
使用する SVG 変換プログラムのディレクトリのパス。
導入されたバージョン:1.4.0
除去されたバージョン:使用中
許容される値:(絶対パスまたは空の文字列)
既定値:''

詳細

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.

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

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

関連項目