Thanks guys, I really appreciate your help.  I modified the file names and
paths and it ran error free.

I have one more question, then I promise to stop bugging you.  I emailed the
following to Tony 2 weeks ago and he responded as follows:

At 03:34 on Wednesday, 07 Apr 2004, Matheson, David A. (JUS) wrote:

> Hi there,
>
>
> I have a question about the search results output page.  Whenever I  
> perform
> a search, the results page uses what looks like to be both Arial and  
> Times
> New Roman fonts.  I was wondering if you know what might be causing this  
> and
> what I have to set to force Arial as the output font.  You can see what  
> I'm
> talking about by running a search on something at
> http://www.fidus.ca/test_search_index.htm
> <http://www.fidus.ca/test_search_index.htm> .  I tried modifying the
> style.css file in the htdig directory but that doesn't seem to make a
> difference.  Thanks for any help you can give me.

all but the first result are enclosed in <tt> tags (the first has and end  
</tt> but not a beginning

where are they coming from?

2 choices:

find where you've added <tt> in a results template (long.html?)

or apply a style to <tt> in your CSS

I'm still having this problem.  I have no <tt> in my long.html but I tried
adding them in and it didn't seem to have any effect - my output still used
Arial and Times New Roman.  If you click on the link above you can see what
I'm talking about.

Here is my long.html file:

<table>
        <tr>
        <td width=25>&nbsp;</td>
        <td>
                <table cellpadding=0 cellspacing=0><tt>
                <tr>
                        <td>
                                <strong><a
href="$&(URL)">$&(TITLE)</a></strong>
                        </td>
                        <td width=10>&nbsp; </td>
                        <td align=left>
                        
                        </td>
                </tr> 
                </table>
                <table cellpadding=0 cellspacing=0>
                <tr>
                        <td colspan=3 align=left>
                                $(EXCERPT)<br>
                                <i><a href="$&(URL)">$&(URL)</a></i>
$(MODIFIED), $(SIZE) bytes
                        </td>
                </tr></tt>
                </table>
        </td>
</table>

And here is my style.css file inside the htdig directory:

tt {
background: #EFEFEF;
font-family: Arial;
font-weight: italic;
font-size: 14px;
color: blue;
}

Any suggestions?  Thanks again for your help. I've spent a pile of time
trying to figure this out without success.

Dave










On Wed, 14 Apr 2004, Tony Crockford wrote:

> Date: Wed, 14 Apr 2004 13:18:15 +0100
> From: Tony Crockford <[EMAIL PROTECTED]>
> To: David Adams <[EMAIL PROTECTED]>,
     "Matheson, David A. (JUS)" <[EMAIL PROTECTED]>,
     [EMAIL PROTECTED]
> Subject: Re: [htdig] FW: HTDIG catalog: default - SUCCESS building catalog
> 
> At 12:56 on Wednesday, 14 Apr 2004, David Adams wrote:
> 
> > I get 404 Page not found for
> > http://www.fidus.ca/Documents/BusinessAwardPressRelease2.pdf
> >
> > If I click on http://www.fidus.ca/Documents/Newsletters.htm  my browser
> > shows page http://www.fidus.ca/Documents/NewsLetters.htm, which is not  
> > the
> > same.
> >
> > Similarly, if I click on  http://www.fidus.ca/Expertise/tools.htm I see
> > http://www.fidus.ca/Expertise/Tools.htm instead.
> 
> Intrigued I just looked at the links from the referencing page.
> http://www.fidus.ca/Documents/BusinessAwardPressRelease2.pdf
> 
> exists but only as
> http://www.fidus.ca/Documents/Business Award Press Release2.pdf
> 
> (spaces in a url? tut tut.) - I guess htdig is finding that hard to  
> swallow.

It can swallow them easily with:

 ftp://ftp.ccsf.org/htdig-patches/3.1.6/fileSpace.1
or
 ftp://ftp.ccsf.org/htdig-patches/3.2.0b5/fileSpace.0

> the other two files appear to exist in *both* upper case and lower case  
> variants, so maybe htdig won't complain next time, although having mixed  
> case filenames isn't a good idea either.

Just set case_sensitive to false, and re-index:

 http://www.htdig.org/attrs.html#case_sensitive

Regards,

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



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to