r49805 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49804‎ | r49805 | r49806 >
Date:08:58, 24 April 2009
Author:thomasv
Status:ok
Tags:
Comment:
follow-up to r49669
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1898,9 +1898,10 @@
18991899 $wgDiff = '/usr/bin/diff';
19001900
19011901 /**
1902 - * Path to the GNU sed utility.
 1902+ * Path to the GNU sed utility. Required by $wgDjvuTxt.
19031903 */
1904 -$wgSed = '/bin/sed';
 1904+#$wgSed = '/bin/sed';
 1905+$wgSed = null;
19051906
19061907 /**
19071908 * We can also compress text stored in the 'text' table. If this is set on, new
@@ -3540,7 +3541,7 @@
35413542
35423543 /**
35433544 * Path of the djvutxt DJVU text extraction utility
3544 - * Enable this and $wgDjvuDump to enable text layer extraction from djvu files
 3545+ * Enable this and $wgSed, $wgDjvuDump to enable text layer extraction from djvu files
35453546 */
35463547 # $wgDjvuTxt = 'djvutxt';
35473548 $wgDjvuTxt = null;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49669extract text layer from djvu file (see bug 18046)thomasv18:00, 20 April 2009

Status & tagging log