Manual:$wgDjvuDump/ru
Appearance
| DjVu: $wgDjvuDump | |
|---|---|
| Path to the djvudump executable. |
|
| Введено в версии: | 1.10.0 (r21411) |
| Удалено в версии: | всё ещё используется |
| Допустимые значения: | (filesystem path) or null |
| Значение по умолчанию: | null |
| Другие настройки: По алфавиту | По функциональности | |
Details
Path to the djvudump executable.
To enable the rendering of DjVu files, both $wgDjvuRenderer and $wgDjvuDump must be set.
Example:
$wgDjvuDump = "djvudump";
$wgDjvuRenderer = "ddjvu";
If this variable is set, $wgShellboxShell must be set to the correct shell path.