namazu-users-en
[Top] [All Lists]

Re: always 0 files founds

2000-09-26 03:24:14
In article <20000925212520(_dot_)A4108(_at_)violadores(_dot_)org>
maximo(_at_)violadores(_dot_)org writes:

Hmm .. it says so in the manual:

   msword.pl
          Handle a Word file.
          Requirement: wvWare, lv
          Alternate command: doccat

Oops. It is the literal translation from Japanese document. I have to
fix it.

Great!! I will sent them to your personal mailbox, thanks.

I got it, and tried to convert with wvWare 0.6.0.

According to filter/msword.pl:

        system("$wordconvpath $tmpfile > $tmpfile2");

So I typed the following:

$ wvHtml Buzon-05-13-2000.doc > output
$ cat output
Usage: /usr/local/bin/wvHtml <word document> <html output file>
$

.. I didn't notice that the specification has been changed.

I made the patch for filter/msword.pl. Such change would be applied to
the next version.
-- 
NOKUBI Takatsugu
E-mail: knok(_at_)daionet(_dot_)gr(_dot_)jp
        knok(_at_)namazu(_dot_)org

*** msword.pl   Tue Sep 26 19:18:51 2000
--- msword.pl.old       Tue Sep 26 19:18:18 2000
***************
*** 109,115 ****
      }
  
      if (!util::islang("ja")) {
!       system("$wordconvpath $tmpfile $tmpfile2");
      } else {
        my $version = "unknown";
        my $supported = undef;
--- 109,115 ----
      }
  
      if (!util::islang("ja")) {
!       system("$wordconvpath $tmpfile > $tmpfile2");
      } else {
        my $version = "unknown";
        my $supported = undef;


<Prev in Thread] Current Thread [Next in Thread>