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

Re: always 0 files founds

To: namazu-users-en@namazu.org
Subject: Re: always 0 files founds
From: knok@daionet.gr.jp (NOKUBI Takatsugu)
Date: Tue, 26 Sep 2000 19:23:59 JST
Reply-to: namazu-users-en@namazu.org
Message-id: <200009261024.TAA27575@ns1.eal.or.jp>
In article <20000925212520.A4108@violadores.org>
maximo@violadores.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@daionet.gr.jp
        knok@namazu.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>