On Mon, 1 Jan 2001, SMantscheff wrote:
> 1) How does htDig recognize that a document has changed? By a meta
> tag? By its content? By a header? What information do I have to send
> so that htDig knows the document's time?
By the Last-Modified: header sent by the server. If a date exists in the
datbase, htdig will send an If-Modified-Since: header which will receive a
specific HTTP response if the document is not changed.
Alternatively, the modification_time_is_now attribute sets the date to the
current time if none is returned from the server.
> interface and convert my database directly to suit as htDig input. Can I do
> this?
Sure. Use an external parser:
<http://www.htdig.org/attrs.html#external_parser>
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>