According to Neal Richter: > 2) If you temporarily replace your start_url with the one you want to > re-add, and rerun 'htdig -v -c xxxx' does it add it properly? Does for > me.. and it shows up again in search results. > > This seems to indicate that there is a problem properly > parsing/interpreting the command line options: > > ./htdig - -s -v -m -c > > I haven't debugged it yet... but it looks like: > > 1) This combination of command line options is not playing well together.
No, they won't play well when you don't follow the correct syntax. The -m option MUST be followed by a file name, and this file must be a list of one or more URLs to add to the index. The htdig.html page is a tad misleading, as it shows [url_file] in brackets, which would suggest the file is optional, but the description for -m in http://www.htdig.org/dev/htdig-3.2/htdig.html says "Only index the URLs in the file provided and no others." How will it get teh URL(s) if you don't provide a file? The description says nothing about reading from stdin. (htdig 3.1.6 can read from stdin, if a "-" is given, but this is one feature from 3.1.6 that I never got a chance to add to 3.2.0b5 before the feature freeze.) With the syntax above, htdig will try to open a file called "-c", which it won't find, so it won't add any URLs to the index. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev