Hi. I am new to this group. Although I have been a user of htdig for over a
year I have only recently taken more interest.
I got the code snapshot htdig-3.2.0b3-111900.tar.gz hoping it would compile
on RedHat 7 and it did. Thank you.
However, htdig would build excerpts but the db.words only contained words of
the main index.html of my site. I spent a little time in the code and found
Retriever.cc:
If I remove the test for "dup" in the following line, everything works:
if (ref->DocState() == Reference_noindex || dup) {
and change it to
if (ref->DocState() == Reference_noindex) {
I believe that the test for dup has only recently been added. I tried to
trace back towards the definition of "dup" but havn't found it so far.
Any ideas?
- Jost
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.