Re: [htdig] Dummies Guide to Restricting searchs

2000-11-16 Thread Terry Collins

David Robley wrote:

  I changed action to read
  action="/cgi-bin/htsearch?config=restrict=/lists/slug" but it instantly
  drops the restriction off the form.
 
  Is this the way to do it?
  Can anyone tell me why the restriction is dropped?
 
 You could add, in your search form, a drop down list, named restrict,
 containing the various values of restriction you want. There are examples
 of the drop down lists, using the SELECT tag, in the search.html that comes
 with htdig.

Thanks David

I had a look at that and thought "poop" I just want to feed them the
value", then the brain fired up and said "go to the book shelf and look
at your html books dummy" I now know a little bit about forms and have
something working.

This is what I have entered for the part
UL
LIIMG SRC="/icons/folder.gif" ALT="[DIR]" A
HREF="1998/index.html"1998//A 
LIIMG SRC="/icons/folder.gif" ALT="[DIR]" A
HREF="1999/index.html"1999//A 
LIIMG SRC="/icons/folder.gif" ALT="[DIR]" A
HREF="2000/index.html"2000//A
LIform method="get"
action="/cgi-bin/htsearch?config=restrict=/lists/slug/"
PSearch The SLUG list archive: 
input type="text" size="30" name="words" value=""
input type="hidden" name="restrict" value="/lists/slug"
input type="submit" value="Search"/p
/form

/UL

I don't know if putting  type=hidden is the right way to do it, but it
works and the restrict is kept for subsequent searches. If someone knows
a better way, I'd like to know.

The O'Reilly HTML book isn't too clear, or perhaps I haven't fathomed
their jargon. The book does mention that you can do it as I was (as part
of the action) but warns that the  character has a special meaning and
will be re-interpreted and you should useeither #38 or amp instead.

Thanks all
--
   Terry Collins {:-)}}} Ph(02) 4627 2186 Fax(02) 4628 7861  
   email: [EMAIL PROTECTED]  www: http://www.woa.com.au  
   WOA Computer Services lan/wan, linux/unix, novell

 "People without trees are like fish without clean water"


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Dummies Guide to Restricting searchs

2000-11-16 Thread David Robley

On Thu, 16 Nov 2000, Terry Collins wrote:
 Geoff Hutchison wrote:
  
  At 12:14 PM +1100 11/16/00, Terry Collins wrote:
  I understand from my reading that I can restrict the search to returning
  only results from one list. i.e. http://www.woa.com.au/lists/list-name
  by using exclude and restrict parameters when htsearc is called.
  
  My problem is that I don't understand HOW to go about this?
  Can anyone point me to some further info/how-to/etc?
  
  See http://www.htdig.org/hts_form.html
  
  (esp. the "restrict" and "exclude" portions)
 
 Thanks Geoff.
 
 This is what I had read before posting, but the how-to-do-it eluded me
 (html is rather limited). Then in the usual fashion of an illumination
 coming as soon as you post to a list, I tried making the link read
 http://www.woa.com.au/cgi-bin/htsearch?config=restrict=lists/slug 
 which seems to work and it carries the restriction forward for
 successive searches. Seems because at the moment, it is still doing
 indexing of the other areas.
 
 Is this autocarry forward of the restriction reliable?
 
 However, I'd like to allow them to enter a search value for the first
 search rather than return an error message first up.
 
 I've also looked at somewhere else that had a form (something I've never
 used before) and cut-and-pasted into my page.
 
 form method="get" action="/cgi-bin/htsearch"
 pinput type="text" size="30" name="words" value=""
 input type="submit" value="Search"/p
 /form
 
 I changed action to read
 action="/cgi-bin/htsearch?config=restrict=/lists/slug" but it instantly
 drops the restriction off the form.
 
 Is this the way to do it?
 Can anyone tell me why the restriction is dropped?

You could add, in your search form, a drop down list, named restrict,
containing the various values of restriction you want. There are examples
of the drop down lists, using the SELECT tag, in the search.html that comes
with htdig.

-- 
David Robley| WEBMASTER  Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] Can I use ht://dig to index the Websites in Chinese?

2000-11-16 Thread Sean Harris

Can I?
You help will be much appreciated!

Sean
China





To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] Can I use the htdig315 on a NT server to index the intranet?

2000-11-16 Thread Sean Harris

How should i install them and run it?
Your help is much appreciated!

Sean
P.R.China





To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] bibtex format

2000-11-16 Thread Torsten Neuer

[EMAIL PROTECTED] wrote:
 
 Hello,
 
 Just wondering if there is an external parser in HtDig for the bibtex
 format (bib).

I would simply use an awk(1) script to filter out and format the parts
I need.  Or produce a HTML document on the fly by installing a similar
script as a content handler for BibTeX databases on an Apache server ;)


hth,

  Torsten

-- 
InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH
Waldhofstraße 14Tel: +49-4101-403605
D-25474 EllerbekFax: +49-4101-403606
E-Mail: [EMAIL PROTECTED]Internet: http://www.inwise.de


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] SSL Patch

2000-11-16 Thread Michael Arndt

When applying SSL.0 or SSL.2 (SSL.1 doesnt apply) to a htdig 3.1.5 fresh
from Server,
i get Problems when trying to compile on a linux box:

thanks for tips
Micha
ranlib libfuzzy.a
make[1]: Leaving directory `/usr1/htdig/htdig-3.1.5/htfuzzy'
make[1]: Entering directory `/usr1/htdig/htdig-3.1.5/htdig'
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 Document.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 HTML.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 Images.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 Parsable.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 Plaintext.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 Retriever.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 SGMLEntities.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -I/opt/ssl/include -g
-O2 Server.cc
Server.cc: In method `Server::Server(char *, int, int, StringList * =
0)':
Server.cc:44: passing `const char *' as argument 1 of `String::operator
=(char *)' discards qualifiers
make[1]: *** [Server.o] Error 1
make[1]: Leaving directory `/usr1/htdig/htdig-3.1.5/htdig'
make: *** [all] Error 1
it0545:/usr1/htdig/htdig-3.1.5 # uname -a
Linux somename 2.2.14 #1 Mon Mar 13 10:51:48 GMT 2000 i686 unknown
it0545:/xxx/htdig/htdig-3.1.5 # gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] Unsatisfied Symbol - HP10.20

2000-11-16 Thread Gordon Vart


HP 10.20

Everything compiles but it fails in the link with an

Unsatisfied Symbols:
L$BE0106 (data)

- I found the token using nm in htsearch.o - and that file is being included 
in the link linenot sure really what else to do? I've tried moving the 
order of the libraries and stuff around - sometimes that helps - but it's 
not doing much now?

Any help would be appreciated - thanks for reading this.

- Gordon
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Unsatisfied Symbol - HP10.20

2000-11-16 Thread J. op den Brouw


Hi,

On Thu, 16 Nov 2000, Gordon Vart wrote:

 
 HP 10.20
 
 Everything compiles but it fails in the link with an
 
 Unsatisfied Symbols:
 L$BE0106 (data)

Hmm, this is strange. I've compiled/linked 3.1.5 and some 3.2betas on a HP-UX
10.20
box without trouble. Are you using GCC/G++ and if so, which version. Can you
send us a snippet of the output surrounding the link failure?

 - I found the token using nm in htsearch.o - and that file is being included 
 in the link linenot sure really what else to do? I've tried moving the 
 order of the libraries and stuff around - sometimes that helps - but it's 
 not doing much now?

--jesse

J. op den Brouw   Johanna Westerdijkplein 75
Haagse Hogeschool  2521 EN  DEN HAAG
Faculty of Engeneering   Netherlands
Electrical Engeneering+31 70 4458936
 [EMAIL PROTECTED] 

Linux - because reboots are for hardware changes



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] couln't find any Turkish suffixes - affixes file

2000-11-16 Thread Gilles Detillieux

According to Oguz Altun:
 I couln't find any Turkish suffixes - affixes file  that contains Turkish
 affix rules and dictionaries from the pointers in htdig documentation.
 Because of that I can't use fuzzy search. Eg. 'hastalýk' doesn't match
 'hastalýklarý'. Do you know where can I get one?

I tried a quick search but couldn't find anything.  You may want to try
an ispell-related newsgroup or mailing list to see if anyone there could
help.

-- 
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


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] Re: htdig-problem

2000-11-16 Thread Gilles Detillieux

According to [EMAIL PROTECTED]:
 Hi Gilles,
 
 first of all - sorry abour my englisch, it could be better.
 I saw your different answers in the FAQ-Site of HTDIG. It really pleased me
 verry.
 I have a problem with HTDIG an i think, that you are able to help me soon.

It seems you missed question 1.16 in the FAQ.  These sorts of problems
are best dealt with on the mailing list.

 I have an index.html-site in my search-machine to display data:
 
 -from here-
 dldtstrongspan class="ueberschrift"
 a href="$(URL)" title="external:$(URL)"$(TITLE)
 /a/span/strongnbsp;span class="hormal"
 ($(PERCENT)nbsp;%)
 /span
 /dtdd
 span class="hormal"$(EXCERPT)/span
 br
 font size=-1i
 span class="normal"
 a href="$(URL)" title="external:$(URL)"$(URL)/a
 /span/i/fontBR
 font size=-2
 $(MODIFIED), $(SIZE) bytes/font
 /dd/dl
 
 ---til here---
 
 As you see, there is the TITLE displayed on the site.
 Now i want to display the information of the META-Tag-content instead of the
 TITLE!!
 
 I saw in the FAQ's that it will be some variables like
 use_meta_description: true
 or
 description_meta_tag_names: titlehtdig
 
 bit i don't know how to use these things in the right way. According to this i
 saw, that you should change something in the HTSEARCH.CC
 What's that - i'm fully disappointed about these tihings.
 Could you help me?

I'm not sure what you mean by meta tag content.  There can be any
number of differently named meta tags in a document, but you didn't
specify which one.  If you mean the meta description tag (e.g. meta
name="description" content="..."), then the use of this tag in search
results is enabled by the use_meta_description attribute, but its content
replaces the document excerpt, not the title.

There is no description_meta_tag_names attribute in htdig, though.
I think you're confusing it with keywords_meta_tag_names, which can be
used to tell htdig which meta tags contain keywords to index.  These
configuration attributes are set in your htdig.conf file.

If I understand your request correctly, you'd like to have htdig
collect meta tags like meta name="titlehtdig" content="My document
title" and use these in place of the actual document title contained
within the title and /title tags.  If so, then it's probably not
htsearch.cc that you'd need to change.  At the very least, you'd need
to change htdig/HTML.cc to collect these meta tags.  Then you'd have to
decide whether you want them to override the real document titles while
indexing, or if you'd prefer to have this selectable at search time.
The latter case would be more difficult, as you'd need to change the
database to handle both title fields, and add a configuration attribute
to htsearch to select which of the two title fields should be displayed.

-- 
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


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Unsatisfied Symbol - HP10.20

2000-11-16 Thread Geoff Hutchison

On Thu, 16 Nov 2000, J. op den Brouw wrote:

  Unsatisfied Symbols:
  L$BE0106 (data)
 
 Hmm, this is strange. I've compiled/linked 3.1.5 and some 3.2betas on a HP-UX
 10.20
 box without trouble. Are you using GCC/G++ and if so, which version. Can you
 send us a snippet of the output surrounding the link failure?

Sounds a bit like an assembler or linker isssue. This is certainly not a
symbol in the code itself.

What sort of build environment are you using?

-Geoff



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Dummies Guide to Restricting searchs

2000-11-16 Thread Gilles Detillieux

According to Terry Collins:
 Geoff Hutchison wrote:
  At 12:14 PM +1100 11/16/00, Terry Collins wrote:
  I understand from my reading that I can restrict the search to returning
  only results from one list. i.e. http://www.woa.com.au/lists/list-name
  by using exclude and restrict parameters when htsearc is called.
  
  My problem is that I don't understand HOW to go about this?
  Can anyone point me to some further info/how-to/etc?
  
  See http://www.htdig.org/hts_form.html
  
  (esp. the "restrict" and "exclude" portions)

See also the FAQ: http://www.htdig.org/FAQ.html#q4.20

 This is what I had read before posting, but the how-to-do-it eluded me
 (html is rather limited). Then in the usual fashion of an illumination
 coming as soon as you post to a list, I tried making the link read
 http://www.woa.com.au/cgi-bin/htsearch?config=restrict=lists/slug 
 which seems to work and it carries the restriction forward for
 successive searches. Seems because at the moment, it is still doing
 indexing of the other areas.
 
 Is this autocarry forward of the restriction reliable?

Yes, as long as you don't break it by removing the hidden input field
for "restrict" in the follow up search forms in common/*.html.  Ditto
for "exclude", "config" and all the others.

 However, I'd like to allow them to enter a search value for the first
 search rather than return an error message first up.
 
 I've also looked at somewhere else that had a form (something I've never
 used before) and cut-and-pasted into my page.
 
 form method="get" action="/cgi-bin/htsearch"
 pinput type="text" size="30" name="words" value=""
 input type="submit" value="Search"/p
 /form
 
 I changed action to read
 action="/cgi-bin/htsearch?config=restrict=/lists/slug" but it instantly
 drops the restriction off the form.
 
 Is this the way to do it?
 Can anyone tell me why the restriction is dropped?

This doesn't work because the input parameters defined in the search form
override any query string you provide in the action URL.

As you discovered, the hidden input fields are the way to provide pre-set
input values to a CGI program.  The sample search.html form that comes with
the package includes examples of such hidden input fields.

-- 
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


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Can I use the htdig315 on a NT server to index the intranet?

2000-11-16 Thread Gilles Detillieux

According to Sean Harris:
 Can I use the htdig315 on a NT server to index the intranet?
 How should i install them and run it?
 Your help is much appreciated!

See http://www.htdig.org/FAQ.html#q2.6

-- 
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


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Can I use ht://dig to index the Websites in Chinese?

2000-11-16 Thread Gilles Detillieux

According to Sean Harris:
 Can I use ht://dig to index the Websites in Chinese?

No, ht://Dig only supports 8-bit character sets.
See http://www.htdig.org/FAQ.html#q4.10

-- 
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


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Unsatisfied Symbol - HP10.20 (ISSUE RESOLVED)

2000-11-16 Thread Gordon Vart


We resolved the issue.

Apparantly (and scarily) (Geoff you were correct) - the 98r2 Cygnus compiler 
for HPUX has some sort of issue with the following lines of code (line 284 
in htsearch.cc):

if (parser-hadError())
   display.displaySyntaxError(parser-getErrorMessage());
else
   display.display(pageNumber);

...something about variable temp creation...etc...?

So ... when I changed it to the following code - the problem went away.
char *tmp;
tmp = parser-getErrorMessage();
if (parser-hadError())
{
   display.displaySyntaxError(tmp);
}
else
display.display(pageNumber);

Oddly enough - if I put parser-getErrorMessage() inside the hadError() 
block of code (even with my tmp variable) the problem persists.

It's obviously an compiler issue not being able to handle the syntax - and 
it's generating the wrong code.

Thanks to all of those that helped.

Gordon
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] Problem using local_urls

2000-11-16 Thread Jeremy Lyon

Hi

I am running htdig 3.1.5 and I'm trying to use local_urls.  It seems to
be working fine, except it is not crawling through the pages.  I only
get the index.html.  Any ideas???  Here is my conf file.


local_urls:
https://ecom.uswest.com/redaction/test/=/apps/redaction/current
/docs/test/
local_urls_only:true
start_url:
`/export/web/esearch/current/sites/ecom/redaction/site.lst`
#limit_urls_to:
`/export/web/esearch/current/sites/ecom/redaction/site.lst`
limit_normalized:   .uswest.com .uswest.net .qwest.com
.qwest.net

Thanks
Jeremy


begin:vcard 
n:Lyon;Jeremy
tel;pager:303-899-9178
tel;work:303-624-4226
x-mozilla-html:FALSE
org:Qwest;Information Technologies
version:2.1
email;internet:[EMAIL PROTECTED]
title:Associate IT Specialist
adr;quoted-printable:;;1515 Arapahoe=0D=0ATower 1=0D=0AFlr 9;Denver;Colorado;80202;
fn:Jeremy Lyon
end:vcard




To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html


[htdig] ssl patch

2000-11-16 Thread Jeremy Lyon

Hi

I just tried to patch htdig 3.1.5 with the ssl patch
ftp://ftp.ccsf.org/htdig-patches/3.1.5/ssl.2 to a clean htdig.  I got
these errors

root:/tmp/work/htdig-3.1.5# patch -p1  ../ssl.2
patching file `CONFIG'
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to CONFIG.rej
patching file `Makefile.config.in'
Hunk #1 FAILED at 24.
1 out of 1 hunk FAILED -- saving rejects to Makefile.config.in.rej
patching file `htcommon/DocumentDB.cc'
Hunk #1 FAILED at 217.
Hunk #2 FAILED at 284.
2 out of 2 hunks FAILED -- saving rejects to htcommon/DocumentDB.cc.rej
patching file `htcommon/defaults.cc'
Hunk #1 FAILED at 38.
1 out of 1 hunk FAILED -- saving rejects to htcommon/defaults.cc.rej
patching file `htdig/Document.cc'
Hunk #1 FAILED at 220.
Hunk #2 FAILED at 332.
2 out of 2 hunks FAILED -- saving rejects to htdig/Document.cc.rej
patching file `htdig/Images.cc'
Hunk #1 FAILED at 61.
Hunk #2 FAILED at 81.
2 out of 2 hunks FAILED -- saving rejects to htdig/Images.cc.rej
patching file `htdig/Retriever.cc'
Hunk #1 FAILED at 117.
Hunk #2 FAILED at 132.
Hunk #3 FAILED at 668.
Hunk #4 FAILED at 1232.
Hunk #5 FAILED at 1365.
5 out of 5 hunks FAILED -- saving rejects to htdig/Retriever.cc.rej
patching file `htdig/Server.cc'
Hunk #1 FAILED at 20.
Hunk #2 FAILED at 40.
2 out of 2 hunks FAILED -- saving rejects to htdig/Server.cc.rej
patching file `htdig/Server.h'
Hunk #1 FAILED at 26.
1 out of 1 hunk FAILED -- saving rejects to htdig/Server.h.rej
patching file `htlib/Connection.cc'
Hunk #1 FAILED at 39.
Hunk #2 FAILED at 53.
Hunk #3 FAILED at 94.
Hunk #4 FAILED at 119.
Hunk #5 FAILED at 174.
Hunk #6 FAILED at 251.
Hunk #7 FAILED at 281.
Hunk #8 FAILED at 426.
Hunk #9 FAILED at 469.
9 out of 9 hunks FAILED -- saving rejects to htlib/Connection.cc.rej
patching file `htlib/Connection.h'
Hunk #1 FAILED at 36.
Hunk #2 FAILED at 53.
Hunk #3 FAILED at 73.
Hunk #4 FAILED at 102.
4 out of 4 hunks FAILED -- saving rejects to htlib/Connection.h.rej
patching file `htlib/URL.cc'
Hunk #1 FAILED at 130.
Hunk #2 FAILED at 223.
Hunk #3 FAILED at 492.
Hunk #4 FAILED at 549.
4 out of 4 hunks FAILED -- saving rejects to htlib/URL.cc.rej
patching file `htlib/URL.h'
Hunk #1 FAILED at 48.
1 out of 1 hunk FAILED -- saving rejects to htlib/URL.h.rej

Am I doing something wrong???

Thanks


begin:vcard 
n:Lyon;Jeremy
tel;pager:303-899-9178
tel;work:303-624-4226
x-mozilla-html:FALSE
org:Qwest;Information Technologies
version:2.1
email;internet:[EMAIL PROTECTED]
title:Associate IT Specialist
adr;quoted-printable:;;1515 Arapahoe=0D=0ATower 1=0D=0AFlr 9;Denver;Colorado;80202;
fn:Jeremy Lyon
end:vcard




To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html


Re: [htdig] ssl patch

2000-11-16 Thread Joshua Gerth


Add the -l flag to patch.  I guess there is a white space issue.

Joshua

 I just tried to patch htdig 3.1.5 with the ssl patch
 ftp://ftp.ccsf.org/htdig-patches/3.1.5/ssl.2 to a clean htdig.  I got
 these errors
 
 root:/tmp/work/htdig-3.1.5# patch -p1  ../ssl.2
 patching file `CONFIG'
 Hunk #1 FAILED at 8.
 1 out of 1 hunk FAILED -- saving rejects to CONFIG.rej
 patching file `Makefile.config.in'
 Hunk #1 FAILED at 24.
 1 out of 1 hunk FAILED -- saving rejects to Makefile.config.in.rej
 patching file `htcommon/DocumentDB.cc'
 Hunk #1 FAILED at 217.
 Hunk #2 FAILED at 284.
 2 out of 2 hunks FAILED -- saving rejects to htcommon/DocumentDB.cc.rej
 patching file `htcommon/defaults.cc'
 Hunk #1 FAILED at 38.
 1 out of 1 hunk FAILED -- saving rejects to htcommon/defaults.cc.rej
 patching file `htdig/Document.cc'
 Hunk #1 FAILED at 220.
 Hunk #2 FAILED at 332.
 2 out of 2 hunks FAILED -- saving rejects to htdig/Document.cc.rej
 patching file `htdig/Images.cc'
 Hunk #1 FAILED at 61.
 Hunk #2 FAILED at 81.
 2 out of 2 hunks FAILED -- saving rejects to htdig/Images.cc.rej
 patching file `htdig/Retriever.cc'
 Hunk #1 FAILED at 117.
 Hunk #2 FAILED at 132.
 Hunk #3 FAILED at 668.
 Hunk #4 FAILED at 1232.
 Hunk #5 FAILED at 1365.
 5 out of 5 hunks FAILED -- saving rejects to htdig/Retriever.cc.rej
 patching file `htdig/Server.cc'
 Hunk #1 FAILED at 20.
 Hunk #2 FAILED at 40.
 2 out of 2 hunks FAILED -- saving rejects to htdig/Server.cc.rej
 patching file `htdig/Server.h'
 Hunk #1 FAILED at 26.
 1 out of 1 hunk FAILED -- saving rejects to htdig/Server.h.rej
 patching file `htlib/Connection.cc'
 Hunk #1 FAILED at 39.
 Hunk #2 FAILED at 53.
 Hunk #3 FAILED at 94.
 Hunk #4 FAILED at 119.
 Hunk #5 FAILED at 174.
 Hunk #6 FAILED at 251.
 Hunk #7 FAILED at 281.
 Hunk #8 FAILED at 426.
 Hunk #9 FAILED at 469.
 9 out of 9 hunks FAILED -- saving rejects to htlib/Connection.cc.rej
 patching file `htlib/Connection.h'
 Hunk #1 FAILED at 36.
 Hunk #2 FAILED at 53.
 Hunk #3 FAILED at 73.
 Hunk #4 FAILED at 102.
 4 out of 4 hunks FAILED -- saving rejects to htlib/Connection.h.rej
 patching file `htlib/URL.cc'
 Hunk #1 FAILED at 130.
 Hunk #2 FAILED at 223.
 Hunk #3 FAILED at 492.
 Hunk #4 FAILED at 549.
 4 out of 4 hunks FAILED -- saving rejects to htlib/URL.cc.rej
 patching file `htlib/URL.h'
 Hunk #1 FAILED at 48.
 1 out of 1 hunk FAILED -- saving rejects to htlib/URL.h.rej
 
 Am I doing something wrong???
 
 Thanks
 



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] ssl patch

2000-11-16 Thread Jeremy Lyon

tried that and got the same errors

Joshua Gerth wrote:

 Add the -l flag to patch.  I guess there is a white space issue.

 Joshua

  I just tried to patch htdig 3.1.5 with the ssl patch
  ftp://ftp.ccsf.org/htdig-patches/3.1.5/ssl.2 to a clean htdig.  I got
  these errors
 
  root:/tmp/work/htdig-3.1.5# patch -p1  ../ssl.2
  patching file `CONFIG'
  Hunk #1 FAILED at 8.
  1 out of 1 hunk FAILED -- saving rejects to CONFIG.rej
  patching file `Makefile.config.in'
  Hunk #1 FAILED at 24.
  1 out of 1 hunk FAILED -- saving rejects to Makefile.config.in.rej
  patching file `htcommon/DocumentDB.cc'
  Hunk #1 FAILED at 217.
  Hunk #2 FAILED at 284.
  2 out of 2 hunks FAILED -- saving rejects to htcommon/DocumentDB.cc.rej
  patching file `htcommon/defaults.cc'
  Hunk #1 FAILED at 38.
  1 out of 1 hunk FAILED -- saving rejects to htcommon/defaults.cc.rej
  patching file `htdig/Document.cc'
  Hunk #1 FAILED at 220.
  Hunk #2 FAILED at 332.
  2 out of 2 hunks FAILED -- saving rejects to htdig/Document.cc.rej
  patching file `htdig/Images.cc'
  Hunk #1 FAILED at 61.
  Hunk #2 FAILED at 81.
  2 out of 2 hunks FAILED -- saving rejects to htdig/Images.cc.rej
  patching file `htdig/Retriever.cc'
  Hunk #1 FAILED at 117.
  Hunk #2 FAILED at 132.
  Hunk #3 FAILED at 668.
  Hunk #4 FAILED at 1232.
  Hunk #5 FAILED at 1365.
  5 out of 5 hunks FAILED -- saving rejects to htdig/Retriever.cc.rej
  patching file `htdig/Server.cc'
  Hunk #1 FAILED at 20.
  Hunk #2 FAILED at 40.
  2 out of 2 hunks FAILED -- saving rejects to htdig/Server.cc.rej
  patching file `htdig/Server.h'
  Hunk #1 FAILED at 26.
  1 out of 1 hunk FAILED -- saving rejects to htdig/Server.h.rej
  patching file `htlib/Connection.cc'
  Hunk #1 FAILED at 39.
  Hunk #2 FAILED at 53.
  Hunk #3 FAILED at 94.
  Hunk #4 FAILED at 119.
  Hunk #5 FAILED at 174.
  Hunk #6 FAILED at 251.
  Hunk #7 FAILED at 281.
  Hunk #8 FAILED at 426.
  Hunk #9 FAILED at 469.
  9 out of 9 hunks FAILED -- saving rejects to htlib/Connection.cc.rej
  patching file `htlib/Connection.h'
  Hunk #1 FAILED at 36.
  Hunk #2 FAILED at 53.
  Hunk #3 FAILED at 73.
  Hunk #4 FAILED at 102.
  4 out of 4 hunks FAILED -- saving rejects to htlib/Connection.h.rej
  patching file `htlib/URL.cc'
  Hunk #1 FAILED at 130.
  Hunk #2 FAILED at 223.
  Hunk #3 FAILED at 492.
  Hunk #4 FAILED at 549.
  4 out of 4 hunks FAILED -- saving rejects to htlib/URL.cc.rej
  patching file `htlib/URL.h'
  Hunk #1 FAILED at 48.
  1 out of 1 hunk FAILED -- saving rejects to htlib/URL.h.rej
 
  Am I doing something wrong???
 
  Thanks
 


begin:vcard 
n:Lyon;Jeremy
tel;pager:303-899-9178
tel;work:303-624-4226
x-mozilla-html:FALSE
org:Qwest;Information Technologies
version:2.1
email;internet:[EMAIL PROTECTED]
title:Associate IT Specialist
adr;quoted-printable:;;1515 Arapahoe=0D=0ATower 1=0D=0AFlr 9;Denver;Colorado;80202;
fn:Jeremy Lyon
end:vcard




To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html


Re: [htdig] ssl patch

2000-11-16 Thread Joe R. Jah

On Thu, 16 Nov 2000, Jeremy Lyon wrote:

 Date: Thu, 16 Nov 2000 15:15:07 -0700
 From: Jeremy Lyon [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [htdig] ssl patch
 
 Hi
 
 I just tried to patch htdig 3.1.5 with the ssl patch
 ftp://ftp.ccsf.org/htdig-patches/3.1.5/ssl.2 to a clean htdig.  I got
 these errors
 
 root:/tmp/work/htdig-3.1.5# patch -p1  ../ssl.2

Obviously you did not look at the patch;(  The first lines read:

# Tabs in this patch have been converted to spaces;(  In order to apply the
# patch to a clean htdig-3.1.5 please use the -l switch:
#
#gunzip -c htdig-3.1.5.tar.gz | tar xf -
#cd htdig-3.1.5
#patch -p1 -l  /path/to/ssl.2
 ^

That ensures the patch to apply, but it does not guaranty that the package
would compile; Michael Arndt [EMAIL PROTECTED] has testified
about that;)  If it does not compile on your system you might want to
contact the author of the patch.  You could find that information, also,
in the patch:
_
From [EMAIL PROTECTED] Sun Oct 29 11:11:32 2000
Date: Sun, 29 Oct 2000 15:24:01 -0500
From: Will Ballantyne [EMAIL PROTECTED]
To: "J. op den Brouw" [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [htdig] ssl patches for 3.1.5
_


Regards,

Joe
-- 
 _/   _/_/_/   _/  __o
 _/   _/   _/  _/ __ _-\,_
 _/  _/   _/_/_/   _/  _/ ..(_)/ (_)
  _/_/ oe _/   _/.  _/_/ ah[EMAIL PROTECTED]




To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] ssl patch

2000-11-16 Thread nets

Dear Jeremy,

I'm doing some research on people indexing data using SSL.  Could you 
tell me a little more about your data?  Is it just forms for entry, 
or is it personal or business records of some kind?  Are you doing 
something interesting with security for the resulting index and 
search results?  I'll be happy to let you know when I finish my 
report.

Thanks,

Avi

At 3:15 PM -0700 11/16/2000, Jeremy Lyon wrote:
Hi

I just tried to patch htdig 3.1.5 with the ssl patch
ftp://ftp.ccsf.org/htdig-patches/3.1.5/ssl.2 to a clean htdig.  I got
these errors


-- 
_
Complete Guide to Search Engines for Web Sites, Intranets, 
   and Portals: http://www.searchtools.com


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html