Hi, I have installed htdig sucessfull and I did index on my local intranet. I am try the search accessing through search.htm in htdig directory it's givin below error. Server Error This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log. error log: [11/Apr/2001:09:58:33] failure: for host 199.229.184.118 trying to POST /cgi-bin/htsearch, cgi-parse-output reports: the CGI program /dev/www/web/cgi-bin/htsearch did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination) [11/Apr/2001:10:07:34] failure: for host 199.229.184.118 trying to GET /cgi-bin/htsearch, cgi-parse-output reports: the CGI program /dev/www/web/cgi-bin/htsearch did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination) [11/Apr/2001:11:36:15] failure: for host 199.229.184.118 trying to POST /cgi-bin/htsearch, cgi-parse-output reports: the CGI program /dev/www/web/cgi-bin/htsearch did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination) [11/Apr/2001:11:44:45] failure: for host 199.229.184.118 trying to POST /cgi-bin/htsearch, cgi-parse-output reports: the CGI program /dev/www/web/cgi-bin/htsearch did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination) [11/Apr/2001:11:49:14] failure: for host 199.229.184.118 trying to POST /cgi-bin/htsearch, cgi-parse-output reports: the CGI program /dev/www/web/cgi-bin/htsearch did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination) But when i run htsear from cgi-bin I get some response. Can any body tell me what is wrong. 2. When I index the site, what exactly happens. a. Is it going to modify web data or is it going to delete any data. Thanks in advance Thanks Prakash [EMAIL PROTECTED] wrote: > > Send htdig-dev mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sourceforge.net/lists/listinfo/htdig-dev > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of htdig-dev digest..." > > Today's Topics: > > 1. Re: htdig-dev digest, Vol 1 #51 - 5 msgs (Prakash Kuthyar) > 2. Re: Re: htdig-dev digest, Vol 1 #51 - 5 msgs (Geoff Hutchison) > 3. ht://Dig Cookie Support (Roger Anderson) > 4. Re: Re: htdig-dev digest, Vol 1 #51 - 5 msgs (Prakash Kuthyar) > 5. Re: ht://Dig Cookie Support (Michael Haggerty) > 6. Re: ht://Dig Cookie Support (Geoff Hutchison) > 7. [Task #24882] Migrate website ([EMAIL PROTECTED]) > 8. Re: ht://Dig Cookie Support (Roger Anderson) > > --__--__-- > > Message: 1 > Date: Wed, 04 Apr 2001 12:22:16 -0700 > From: "Prakash Kuthyar" <[EMAIL PROTECTED]> > Organization: The Dialog Corporation > To: [EMAIL PROTECTED] > Subject: [htdig-dev] Re: htdig-dev digest, Vol 1 #51 - 5 msgs > > Hi, > > Can some one tell what compilers I should install from the scratch which > is just solaris os with patches for compiling htdig 3.1.5. I > > Please advise me > > Thanks > Prakash > [EMAIL PROTECTED] wrote: > > > > Send htdig-dev mailing list submissions to > > [EMAIL PROTECTED] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.sourceforge.net/lists/listinfo/htdig-dev > > or, via email, send a message with subject or body 'help' to > > [EMAIL PROTECTED] > > > > You can reach the person managing the list at > > [EMAIL PROTECTED] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of htdig-dev digest..." > > > > Today's Topics: > > > > 1. Re: [htdig-updates] ht://Dig update mrh-refactor-htdig (Gilles Detillieux) > > 2. Re: compiling error on solaris 2.7 and htdig 3.1.5: Urgent!!! (Gilles >Detillieux) > > 3. Re: compiling error on solaris 2.7 and htdig 3.1.5: > > Urgent!!! (Prakash Kuthyar) > > 4. Re: compiling error on solaris 2.7 and htdig 3.1.5: (Gilles Detillieux) > > > > -- __--__-- > > > > Message: 1 > > From: Gilles Detillieux <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] (Michael Haggerty) > > Date: Tue, 3 Apr 2001 14:39:26 -0500 (CDT) > > Cc: [EMAIL PROTECTED] (ht://Dig developers list) > > Subject: [htdig-dev] Re: [htdig-updates] ht://Dig update mrh-refactor-htdig > > > > According to Michael Haggerty: > > > Deleted Document::document_length member, which was redundant with > > > Document::contentLength or Document.Content().length() (in an > > > inconsistent way). > > > > > > Deleted Document::Length(), which is better written as > > > Document::Content().length(). > > > > > > Added Document::ContentLength() member to give access to > > > Document::contentLength. > > > > Hi, Michael. I just wanted to give you a heads-up on this so you don't > > reintroduce an old bug in htdig. For a while, document_length was > > simply set to content.length(), but this caused htsearch to report the > > truncated document size, rather than the real size, when the real size > > was larger than max_doc_size. That's why there was a kludge to bump > > up document_length to the Content-Length, if this could be determined, > > before setting DocumentRef::DocSize() to doc.Length(). If you get > > rid of document_length, you will need to set DocSize() to the larger > > of Document::ContentLength() and Document::Content().length(), bearing > > in mind that the former may be 0 when the HTTP server doesn't return a > > Content-Length header. > > > > -- > > 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 > > > > -- __--__-- > > > > Message: 2 > > From: Gilles Detillieux <[EMAIL PROTECTED]> > > Subject: Re: [htdig-dev] compiling error on solaris 2.7 and htdig 3.1.5: Urgent!!! > > To: [EMAIL PROTECTED] (Prakash Kuthyar) > > Date: Tue, 3 Apr 2001 17:59:38 -0500 (CDT) > > Cc: [EMAIL PROTECTED] > > > > According to Prakash Kuthyar: > > > c++ -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib > > > Endings.o > > > EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o SuffixEntry.o > > > Synonym.o > > > htfuzzy.o Substring.o Prefix.o ../htcommon/libcommon.a > > > ../htlib/libht.a > > > ../db/dist/libdb.a -lz -lnsl -lsocket > > > ld: fatal: symbol `set_terminate(void (*)(void))' is multiply defined: > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > ld: fatal: symbol `__default_unexpected(void)' is multiply defined: > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > ld: fatal: symbol `terminate(void)' is multiply defined: > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > ld: fatal: symbol `set_unexpected(void (*)(void))' is multiply defined: > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > ld: fatal: symbol `unexpected(void)' is multiply defined: > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > ld: fatal: File processing errors. No output written to htfuzzy > > > > It seems to me your libstd++ library is incompatible with your libgcc > > library. Make sure you install compatible versions of these. > > > > -- > > 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 > > > > -- __--__-- > > > > Message: 3 > > Date: Tue, 03 Apr 2001 18:55:53 -0700 > > From: "Prakash Kuthyar" <[EMAIL PROTECTED]> > > Organization: The Dialog Corporation > > To: Gilles Detillieux <[EMAIL PROTECTED]> > > CC: [EMAIL PROTECTED] > > Subject: Re: [htdig-dev] compiling error on solaris 2.7 and htdig 3.1.5: > > Urgent!!! > > > > Hi, > > > > Can you sujest me which version should i install. > > Thanks > > Prakash > > > > Gilles Detillieux wrote: > > > > > > According to Prakash Kuthyar: > > > > c++ -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib > > > > Endings.o > > > > EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o SuffixEntry.o > > > > Synonym.o > > > > htfuzzy.o Substring.o Prefix.o ../htcommon/libcommon.a > > > > ../htlib/libht.a > > > > ../db/dist/libdb.a -lz -lnsl -lsocket > > > > ld: fatal: symbol `set_terminate(void (*)(void))' is multiply defined: > > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > > >/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > > ld: fatal: symbol `__default_unexpected(void)' is multiply defined: > > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > > >/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > > ld: fatal: symbol `terminate(void)' is multiply defined: > > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > > >/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > > ld: fatal: symbol `set_unexpected(void (*)(void))' is multiply defined: > > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > > >/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > > ld: fatal: symbol `unexpected(void)' is multiply defined: > > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > > >/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > > > ld: fatal: File processing errors. No output written to htfuzzy > > > > > > It seems to me your libstd++ library is incompatible with your libgcc > > > library. Make sure you install compatible versions of these. > > > > > > -- > > > 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 > > > > -- > > E-MAIL NOTICE: > > This message and any files transmitted with it are confidential and > > solely for > > the use of the intended recipient. It may also contain material > > protected by > > lawyer-client privilege or other legal rules. If you are not the > > intended > > recipient or the person! responsible for delivering it to the intended > > recipient, > > be advised that you have received this message in error and any use is > > strictly > > prohibited, including, without limitation, copying or disclosing its > > content to anyone. > > If you have received this !message in error, let us know by reply and > > delete it from > > your system. Note that any opinions stated in this message may or may > > not be those of > > the company depending on the context. > > > > -- __--__-- > > > > Message: 4 > > From: Gilles Detillieux <[EMAIL PROTECTED]> > > Subject: Re: [htdig-dev] compiling error on solaris 2.7 and htdig 3.1.5: > > To: [EMAIL PROTECTED] (Prakash Kuthyar) > > Date: Wed, 4 Apr 2001 08:39:44 -0500 (CDT) > > Cc: [EMAIL PROTECTED] (Gilles Detillieux), > > [EMAIL PROTECTED] > > > > According to Prakash Kuthyar: > > > Hi, > > > > > > Can you sujest me which version should i install. > > > Thanks > > > Prakash > > > > > > Gilles Detillieux wrote: > > > > > > > > According to Prakash Kuthyar: > > > > > c++ -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib > > > > > Endings.o > > > > > EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o SuffixEntry.o > > > > > Synonym.o > > > > > htfuzzy.o Substring.o Prefix.o ../htcommon/libcommon.a > > > > > ../htlib/libht.a > > > > > ../db/dist/libdb.a -lz -lnsl -lsocket > > > > > ld: fatal: symbol `set_terminate(void (*)(void))' is multiply defined: > > > > > (file /usr/local/lib/libstdc++.a(exception.o) and file > > > > > >/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o)); > > ... > > > > > > > > It seems to me your libstd++ library is incompatible with your libgcc > > > > library. Make sure you install compatible versions of these. > > > > Well, we have egcs-2.91.66 on our Red Hat Linux 6.2 systems, and they > > use libstd++-2.9.0, so I'd guess that version ought to work for you too. > > That's about all I can suggest, as I've never installed gcc, egcs, or > > any libraries myself from scratch. They always come standard with the > > Linux distributions I use. Perhaps, if this still doesn't help, someone > > else on the list who's installed gcc & g++ on Solaris can give you more > > useful advice. > > > > $ gcc -v > > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs > > gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) > > $ rpm -q libstdc++ > > libstdc++-2.9.0-30 > > $ > > > > -- > > 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-dev mailing list > > [EMAIL PROTECTED] > > http://lists.sourceforge.net/lists/listinfo/htdig-dev > > > > End of htdig-dev Digest > > -- > E-MAIL NOTICE: > This message and any files transmitted with it are confidential and > solely for > the use of the intended recipient. It may also contain material > protected by > lawyer-client privilege or other legal rules. If you are not the > intended > recipient or the person! responsible for delivering it to the intended > recipient, > be advised that you have received this message in error and any use is > strictly > prohibited, including, without limitation, copying or disclosing its > content to anyone. > If you have received this !message in error, let us know by reply and > delete it from > your system. Note that any opinions stated in this message may or may > not be those of > the company depending on the context. > > --__--__-- > > Message: 2 > Date: Wed, 04 Apr 2001 16:06:30 -0400 (EDT) > From: Geoff Hutchison <[EMAIL PROTECTED]> > Subject: Re: [htdig-dev] Re: htdig-dev digest, Vol 1 #51 - 5 msgs > To: Prakash Kuthyar <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > > On Wed, 4 Apr 2001, Prakash Kuthyar wrote: > > > Can some one tell what compilers I should install from the scratch which > > is just solaris os with patches for compiling htdig 3.1.5. I > > Personally, I would install the latest version of gcc (2.95.3 as of this > writing). Recent versions of gcc come with the proper version of libstdc++ > as part of the package. You can either compile from scratch from > gcc.gnu.org or I believe there are binary versions from sunfreeware.com > > Regards, > -- > -Geoff Hutchison > Williams Students Online > http://wso.williams.edu/ > > --__--__-- > > Message: 3 > Date: Wed, 04 Apr 2001 15:50:58 -0700 > To: [EMAIL PROTECTED] > From: Roger Anderson <[EMAIL PROTECTED]> > Subject: [htdig-dev] ht://Dig Cookie Support > > HtDig Developers, > > I work at the University of California, San Diego, USA as Director of our > Planning Data and Systems department. Lots of data management, campus maps, > CAD plans, raster drawings, space inventories and a bunch of server-side > web programming (C/C++, SQL and HTML/XML) to glue it all together. My > background is programming in C/C++ for Win32/Unix, and still manage to > spend a fair amount of my time coding. > > We currently use ht://Dig (on Debian Linux) for indexing on our > departmental websites. We like it alot. I'm interested in using ht://Dig to > index a server that requires cookie data from the user-agents to operate > correctly. Found the docs on Basic support, but noticed that 'cookie > support' is still on the TODO list (v3.1.5). Also noticed its missing from > the 'Feature List' on SourceForge. I might have missed something, but it > seems like this is still a wishlist item. > > Anybody working on this issue? Want some help? If nobody's working on it, > I'd be willing to hack some changes and post the code back up. We like > ht://Dig alot, and would like to use it to index the server that requires > cookies. Figured I'd check with you all first to see if this was a > reasonable thing todo. > > Any status updates, suggestions, implementation advice appreciated. Thanks! > > - Roger > > Roger Anderson, Director > Planning Data Systems Department > University of California, San Diego > > Phone: (858) 534-0692 > Email: [EMAIL PROTECTED] > > --__--__-- > > Message: 4 > Date: Wed, 04 Apr 2001 22:14:07 -0700 > From: "Prakash Kuthyar" <[EMAIL PROTECTED]> > Organization: The Dialog Corporation > To: Geoff Hutchison <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: [htdig-dev] Re: htdig-dev digest, Vol 1 #51 - 5 msgs > > Hi, > > We have all software installed centrally. So we have lower verions of > gcc and now I am installing higer version gcc 2.95.3. binary from > sunfreeware.com . My question is this going to overwrite the earlier, if > not can use earlier verions or any other solution. > > Thanks > Prak > > Geoff Hutchison wrote: > > > > On Wed, 4 Apr 2001, Prakash Kuthyar wrote: > > > > > Can some one tell what compilers I should install from the scratch which > > > is just solaris os with patches for compiling htdig 3.1.5. I > > > > Personally, I would install the latest version of gcc (2.95.3 as of this > > writing). Recent versions of gcc come with the proper version of libstdc++ > > as part of the package. You can either compile from scratch from > > gcc.gnu.org or I believe there are binary versions from sunfreeware.com > > > > Regards, > > -- > > -Geoff Hutchison > > Williams Students Online > > http://wso.williams.edu/ > > -- > E-MAIL NOTICE: > This message and any files transmitted with it are confidential and > solely for > the use of the intended recipient. It may also contain material > protected by > lawyer-client privilege or other legal rules. If you are not the > intended > recipient or the person! responsible for delivering it to the intended > recipient, > be advised that you have received this message in error and any use is > strictly > prohibited, including, without limitation, copying or disclosing its > content to anyone. > If you have received this !message in error, let us know by reply and > delete it from > your system. Note that any opinions stated in this message may or may > not be those of > the company depending on the context. > > --__--__-- > > Message: 5 > To: Roger Anderson <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [htdig-dev] ht://Dig Cookie Support > From: Michael Haggerty <[EMAIL PROTECTED]> > Date: 05 Apr 2001 09:29:42 -0400 > > Roger Anderson <[EMAIL PROTECTED]> writes: > > I'm interested in using ht://Dig to index a server that requires > > cookie data from the user-agents to operate correctly. > > > > Anybody working on this issue? Want some help? [...] > > > > Any status updates, suggestions, implementation advice > > appreciated. Thanks! > > I've been refactoring the htdig portion of ht://Dig bigtime. On of my > eventual goals is to add cookie support, but I haven't started on that > aspect of the project yet. Nevertheless, you might find the > refactored code (in CVS branch mrh-refactor-htdig) an easier base to > work from than the original. And as far as I know it mostly works, > except for a little bug I introduced yesterday :-) > > Michael > > -- > Michael Haggerty > [EMAIL PROTECTED] > > --__--__-- > > Message: 6 > Date: Thu, 5 Apr 2001 08:43:58 -0500 > To: Roger Anderson <[EMAIL PROTECTED]> > From: Geoff Hutchison <[EMAIL PROTECTED]> > Subject: Re: [htdig-dev] ht://Dig Cookie Support > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > > At 3:50 PM -0700 4/4/01, Roger Anderson wrote: > >list (v3.1.5). Also noticed its missing from the 'Feature List' on > >SourceForge. I might have missed something, but it seems like this > >is still a wishlist item. > > No. It is complete on the htdig-3-2-x branch and is in any of the > snapshots after 3.2.0b3. You should feel free to test it thoroughly > since I am not sure it has been given a good thrashing. And obviously > you may want to talk to Gabriele Bartolini who wrote the code. > > Cheers, > -- > -- > -Geoff Hutchison > Williams Students Online > http://wso.williams.edu/ > > --__--__-- > > Message: 7 > To: [EMAIL PROTECTED], [EMAIL PROTECTED], >[EMAIL PROTECTED], [EMAIL PROTECTED] > From: [EMAIL PROTECTED] > Date: Thu, 05 Apr 2001 09:51:42 -0700 > Subject: [htdig-dev] [Task #24882] Migrate website > > Task #24882 has been updated. > > Project: ht://Dig > Subproject: ht://Dig migration > Summary: Migrate website > Complete: 100% > Status: Closed > Authority : scherpbier > Assigned to: scherpbier, ghutchis > > Description: Copy all of the http://www.htdig.org/ website to SourceForge > > Follow-Ups: > > ------------------------------------------------------- > Date: 2001-03-01 23:02 > By: ghutchis > > Comment: > htdig is now installed on shell server, need to get wrapper for htsearch and cron >updates going. > > ------------------------------------------------------- > Date: 2001-02-10 17:48 > By: ghutchis > > Comment: > Still waiting on bug tracking and ht://Dig on server. In the meantime, migration is >complete. > > ------------------------------------------------------- > Date: 2001-01-30 02:47 > By: ghutchis > > Comment: > Server now answers for www.htdig.org, need to change webpages appropriately and get >DNS working. > > ------------------------------------------------------- > Date: 2001-01-23 05:17 > By: ghutchis > > Comment: > Biggest hangup is that server needs to answer for www.htdig.org. See support request ><https://sourceforge.net/support/?func=detailsupport&support_id=111714&group_id=1> > > ------------------------------------------------------- > For more info, visit: > > >http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=24882&group_id=4593&group_project_id=7254 > > --__--__-- > > Message: 8 > Date: Thu, 05 Apr 2001 10:43:24 -0700 > To: [EMAIL PROTECTED] > From: Roger Anderson <[EMAIL PROTECTED]> > Subject: Re: [htdig-dev] ht://Dig Cookie Support > > Hi Geoff, Michael, HtDig Developers, > > Thanks for the replies, and for the good news about cookie support in > v3.2.0b3. Definitely useful for us. We'll index the cookie server this > afternoon, give the beta a 'good thrashing', and post back if any bugs show > up. > > > No. It is complete on the htdig-3-2-x branch and is in any of the > > snapshots after 3.2.0b3. You should feel free to test it thoroughly > > since I am not sure it has been given a good thrashing. And obviously > > you may want to talk to Gabriele Bartolini who wrote the code. > > >> list (v3.1.5). Also noticed its missing from the 'Feature List' on > >> SourceForge. I might have missed something, but it seems like this is > >> still a wishlist item. > > Thanks again, and keep up the great work. :-) > > - Roger > > Roger Anderson, Director > Planning Data Systems Department > University of California, San Diego > > Phone: (858) 534-0692 > Email: [EMAIL PROTECTED] > > --__--__-- > > _______________________________________________ > htdig-dev mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/lists/listinfo/htdig-dev > > End of htdig-dev Digest -- This message (plus any attachments) is confidential and may be subject to lawyer-client privilege. Use without permission is strictly prohibited. _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/htdig-dev