Hi,

I'm using ht://Dig 3.1.5 on my Solaris 8 box.  I can't seem to get the
digging part to my liking.  (Or maybe it is the htmerge phase?)

In the htdig.conf file I have (among other things):

  start_url:              `/var/tmp/sort.txt`
  limit_urls_to:          ${start_url}

In the `/var/tmp/sort.txt` file I have about 10000 lines of something
like this:

  http://www.mydomain.com/item.rs?ID=1
  http://www.mydomain.com/item.rs?ID=2
  ...
  http://www.mydomain.com/item.rs?ID=10000

How do I add a new link to be indexed without indexing the whole 10000
other files?

If I create a brand new `/var/tmp/sort.txt` file with:

  http://www.mydomain.com/item.rs?ID=10001

The resultant database file will overwrite the other 10000 entries.
How do I merge them together as one database?  I tried using `htmerge
-m`, but I don't think that is what I want.  (Or is it?)  I also tried
using `htdig -a` in my `rundig` script, but all that did was just made a
backup of the database files first.

Any suggestions or pointers to RTFMs most appreciated.


TIA,
Steve

_______________________________________________
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