dowalk_beta

anixyz
Posts: 62
Joined: Fri Jul 20, 2001 11:43 am

dowalk_beta

Post by anixyz »

we are using webinator for searching our intranet site.
Our problem is we want to exclude documents parts (like selection boxes) from indexing. I have read one posting about this topic and the solution is to modify the script walker "dowalk_beta". But I did not find any such script. Do we need to have anything else other than webinator?

Thanks
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

dowalk_beta

Post by Kai »

Nope; the texis executable from Webinator will run it. The dowalk_beta script is an unsupported prototype scripted walker available at ftp://ftp.thunderstone.com/pub/dowalk_beta . It is a Vortex script replacement for gw.
anixyz
Posts: 62
Joined: Fri Jul 20, 2001 11:43 am

dowalk_beta

Post by anixyz »

I am sorry , but this is not quite clear for me., can you tell me what do I need to do now to exclude selection boxes from indexing.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

dowalk_beta

Post by Kai »

In the settings function of the dowalk_beta script, you can turn off the inclusion of <SELECT> boxes in the formatted text of pages by adding the call:

<urlcp select off>

This assumes your texis -version is Mar 29 2001 or later. See the comments at the top of dowalk_beta for notes on how to run it.
anixyz
Posts: 62
Joined: Fri Jul 20, 2001 11:43 am

dowalk_beta

Post by anixyz »

Thanks!!!!!