Podręcznik:$wgDjvuDump
DjVu: $wgDjvuDump | |
---|---|
Path to the djvudump executable. |
|
Wprowadzono w wersji: | 1.10.0 (r21411) |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (filesystem path) or null |
Domyślna wartość: | null |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
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.)
Przykład:
$wgDjvuDump = "djvudump";
$wgDjvuRenderer = "ddjvu";
If this variable is set, $wgShellboxShell
must be set to the correct shell path.