On Mon, 30 Jul 2001, Geoff Hutchison wrote:

> Date: Mon, 30 Jul 2001 13:49:48 -0400 (EDT)
> From: Geoff Hutchison <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [htdig] error parsing msword doc with catdoc
> 
> So it's clear that your config file has a local_urls attribute set up, but
> it also sounds like there isn't a webserver running. The local_urls
> support only reads a select group of files from the filesystem based on
> extension. (.html, .htm, .txt, .pdf, .ps, and .eps)

A related note: I noticed a problem in the latest 3.1.6 snapshot that was
not there before.  ".shtml" files now have the date and time of the index
rather than the file;( I edited htdig/Document.cc line 615:

if ((mystrcasecmp(ext, ".html") == 0) || (mystrcasecmp(ext, ".htm") == 0) || 
(mystrcasecmp(ext, ".shtml") == 0))

to solve that problem temporarily for my "whatsnew.pl" to give accurate
results.  I'd like to be able to set local document extensions in the
configuration file;)

Regards,

Joe
-- 
     _/   _/_/_/       _/              ____________    __o
     _/   _/   _/      _/         ______________     _-\<,_
 _/  _/   _/_/_/   _/  _/                     ......(_)/ (_)
  _/_/ oe _/   _/.  _/_/ ah        [EMAIL PROTECTED]


_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to