Manual:$wgDjvuDump/de-formal
DjVu: $wgDjvuDump | |
---|---|
Path to the djvudump executable. |
|
Eingeführt in Version: | 1.10.0 (r21411) |
Entfernt in Version: | weiterhin vorhanden |
Erlaubte Werte: | (filesystem path) or null |
Standardwert: | null |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Path to the djvudump executable.
To enable the rendering of DjVu files, both $wgDjvuRenderer
and $wgDjvuDump
must be set.
Alternatively you could set $wgDjvuToXML
instead of $wgDjvuDump
.
(If both $wgDjvuDump
and $wgDjvuToXML
are set, only $wgDjvuDump
is used.)
Example:
$wgDjvuDump = "djvudump";
$wgDjvuRenderer = "ddjvu";