Well, I've fixed it in 1.0.4 (we plan to release it tomorrow)
but not in 1.1 (patch is not forward-ported yet).
I'll send 1.0.4 to your email now.
Claus Jul Larsen wrote:
>
> I've downloaded the not-released aspseek 1.1 from cvs - but nothing helps. I
> can see the patch i charset.cpp but it is not help on my problem .. :-(
>
> The trouble is in the HTML-code:
>
> <map name="navigation">
> <area href="/index.html" coords="1,18,33,41" shape="rect"
> onmouseover="dcs('Tilbage til forsiden'); return true;" onmouseout="nd();
> return true;">
> <area href="/dk/soeg/index.html" coords="41,18,67,42" shape="rect"
> onmouseover="dcs('Søge i Experimentariums databaser'); return true;"
> onmouseout="nd(); return true;">
> <area href="/dk/udstillinger/index.html" coords="71,18,138,42" shape="rect">
> <area href="/dk/praktiske_oplysninger/index.html" coords="144,18,267,42"
> shape="rect" onmouseover="dcs('Åbningstider<BR>Priser<Br>Hvor finder
> jeg Experimentarium?'); return true;" onmouseout="nd(); return true;">
> ...
> </map>
>
> The trouble is the <BR> into the area href ...
>
>
>
> Claus
>
> -----Oprindelig meddelelse-----
> Fra: Kir Kolyshkin [mailto:[EMAIL PROTECTED]]
> Sendt: 10. marts 2001 12:49
> Til: [EMAIL PROTECTED]
> Emne: Re: SV: [aseek-users] patch to try
>
> Hmm...maybe it depends on some other patch which is not in 1.0.3
> Anyway, please grab the latest 1.0 sources from CVS and test it.
> Instructions are at http://www.aspseek.org/cvs.html
>
> Claus Jul Larsen wrote:
> >
> > Hi Kir
> >
> > We tried to install the patch but it dosen't work:
> >
> > [root@wartburg src]# patch -p0 < charsets.diff
> > patching file `charsets.cpp'
> > Hunk #1 FAILED at 641.
> > 1 out of 1 hunk FAILED -- saving rejects to charsets.cpp.rej
> >
> > Why?
> >
> > Claus
> >
> > -----Oprindelig meddelelse-----
> > Fra: Kir Kolyshkin [mailto:[EMAIL PROTECTED]]
> > Sendt: 7. marts 2001 00:11
> > Til: [EMAIL PROTECTED]
> > Emne: [aseek-users] patch to try
> >
> > This patch should fix the problem of indexing part of long
> > tags such as
> > <A HREF=.... onmouseover="document.write('<BR>foo');">
> >
> > Earlier index considered closing bracket after BR to be
> > closing char for <A, so foo was indexed. Patch should
> > fix this problem.
> >
> > Can somebody test it and report success/failure? It can
> > decrease indexing speed a little, so if you'll test speed
> > difference I would be very appreciated.
> >
> > --kir.
> >
> > -------- Original Message --------
> > From: Kir Kolyshkin <[EMAIL PROTECTED]>
> > Subject: Re: http://intranet.enovasion.dk/cgi-bin/s.cgi
> > To: [EMAIL PROTECTED]
> >
> > Kir Kolyshkin wrote:
> > > As for index bug (showing onmouseout) it is caused by symbols
> > > <> inside <AREA... tag.
> >
> > Please test the attached patch - it should fix your "onmouseout"
> > problem. To apply, copy the file to your aspseek directory with
> > cpp files (aspseek-1.0.3/src/), then do
> >
> > patch -p0 < charsets.diff
> > make
> > make install
> >
> > Try to clear and reindex everything, it should work. Please report
> > success or failure. This will be included in 1.0.4 if it works.
> >
> > -- [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 --
> > Answers: $1, short: $5, correct: $25, dumb questions are still free.
>
> -- [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 --
> Answers: $1, short: $5, correct: $25, dumb questions are still free.
-- [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 --
Answers: $1, short: $5, correct: $25, dumb questions are still free.