Manual:$wgDjvuDump
Appearance
| DjVu: $wgDjvuDump | |
|---|---|
| Path to the djvudump executable. |
|
| Sürümde tanıtıldı: | 1.10.0 (r21411) |
| Sürümde kaldırıldı: | hala kullanımda |
| İzin verilen değerler: | (dosya sistem yolu) veya null |
| Varsayılan değer: | null |
| Diğer ayarlar: Alfabetik | İşlevsel olarak | |
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.