David,
Have you applied the following change (sent to the ht-dig list by Gilles
back on Feb. 7)? That could give you this problem (it did to me).
----
Arrgh! Sorry, my fault. I introduced new date parsing code in htdig
a couple months ago, and I thought I had tested it but evidently not
well enough. On line 1142 of htdig/Retriever.cc, change the line:
while (isspace(*s))
to:
while (*s == '-' || isspace(*s))
----
Bill Knox
Senior Operating Systems Programmer/Analyst
The MITRE Corporation
On Tue, 19 Mar 2002, David_Bourne wrote:
> Date: Tue, 19 Mar 2002 10:10:36 -0600
> From: David_Bourne <[EMAIL PROTECTED]>
> To: John Moylan <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [htdig] Search on Modification Date with SSI
>
> John
>
> >This is easily fixed by searching the code and changing -'s for /'s
> >on the relevant line, as I have had to do for www.RTE.ie
>
> Thanks for the suggestions. Gilles had mentioned it earlier.
>
> In htdig.conf I have:
>
> use_doc_date: true
>
> In the web page (s00.html ) I now have:
>
> <HTML>
> <HEAD>
> <TITLE>PHAR 7632/7633 Syllabus</TITLE>
> <META Name="Date" Content="1999-01-01">
> </HEAD>
> <BODY BGCOLOR="#FFFFFF">
> ...
>
> but I still get:
>
> PHAR 7632/7633 Syllabus
> PHAR 7632/7633 Syllabus Topics to be Covered in PHAR 7632 and PHAR
> 7633 Glossary PHAR 7632 * Introduction (PHAR 7632) * Mathematical
> material * Pharmaceutical analysis * Pharmacokinetics introduction *
> One compartment IV bolus * Modeling * More Laplace transforms *
> Program set-up * Program output evaluation ...
> http://www.boomer.org/c/p3/s00.html 03/19/02, 3304 bytes
>
> in the search result.
>
> Any thoughts. I'm using Apache on Mac OS X, latest Apple version with
> PHP. Again, all my html pages are served with SSI so the ordinary
> modification date is not sent from the server.
>
> David
> --
> David Bourne
> OUHSC College of Pharmacy
> [EMAIL PROTECTED]
>
> _______________________________________________
> htdig-general mailing list <[EMAIL PROTECTED]>
> To unsubscribe, send a message to <[EMAIL PROTECTED]> with
>a subject of unsubscribe
> FAQ: http://htdig.sourceforge.net/FAQ.html
>
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html