DjVu: $wgDjvuDump
Path to the djvudump executable.
Introduced in version:1.10.0 (r21411)
Removed in version:still in use
Allowed values:(filesystem path) or null
Default value:null

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";

See also

  • How to use DjVu with MediaWiki
  • $wgDjvuRenderer
  • $wgDjvuToXML
  • $wgDjvuTxt
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.