According to Mohler, Jeff:
> As I understand it, the database will only reflect new content added
> to a WWW site if a full rebuild is done..correct?

No, you can do update digs on an existing database.  You just can't use
the standard rundig script for this, because it passes the -i option to
htdig.  You need to call htdig and htmerge directly, or come up with
a different script for doing update digs.  There's at least one in the
"Contributed Works" section of the www.htdig.org web site.

> Just trying to find the most efficient way to update my many-hundred
> mailing list archives.
> 
> I use mhonarc to split domo archives into html files in thier own
> trees, then have htdig build databases for each dl-list (each has
> thier own tree).

Depending on the total overall size, and whether you use local_urls or
not to speed up local indexing, a standard update dig may do the trick.
Update digs will look up every URL in the database to see if the document
changed since it was last indexed.  This is reasonably quick, especially
if you use local_urls.  However, for huge mailing list archives, where
the majority of files never change once archived, some users prefer to
split up the job to only index the last day, week or month of data,
and then use htmerge -m to merge it in to the master database.
See 4.4 and 4.5 in the FAQ on the web site.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
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

Reply via email to