It doesn't help.. $ cvs checkout -r v_1_1 aspseek ... no doc/unicode.txt ..
:-(
BTW: Do aspseek support frames?
Claus
-----Oprindelig meddelelse-----
Fra: Alexander F. Avdonkin [mailto:[EMAIL PROTECTED]]
Sendt: 12. marts 2001 15:01
Til: [EMAIL PROTECTED]
Emne: Re: SV: [aseek-users] patch to try
We've added it several hours ago.
Try to checkout again and look it in the directory "doc"
----- Original Message -----
From: "Claus Jul Larsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 9:52 PM
Subject: SV: SV: [aseek-users] patch to try
> When I write to the CVS: cvs -z9 co -r v_1_1 aspseek - the unicode.txt
> doesn't come?
>
> -----Oprindelig meddelelse-----
> Fra: Alexander F. Avdonkin [mailto:[EMAIL PROTECTED]]
> Sendt: 12. marts 2001 14:23
> Til: [EMAIL PROTECTED]
> Emne: Re: SV: [aseek-users] patch to try
>
>
> It seems, that you have a problem with HTML entities like ø.
> They will be handled correctly in version 1.1 if configured
> with --enable-unicode.
> We've just put docs about unicode support to file doc/unicode.txt to CVS.
>
> Alexander.
>
> ----- Original Message -----
> From: "Claus Jul Larsen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 12, 2001 9:17 PM
> Subject: SV: SV: [aseek-users] patch to try
>
>
> > 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.