You can preview over my slow connection at
http://hank.org:5000/
I added the "_" and ":" to what swish considers part of a word, so searching for mod_perl really searches for the single word "mod_perl", and searching for Apache::Registry will find that, as a single word, too.
That changes means searching for "Registry" won't find "Apache::Registry". Play with that and see if you like it better.
hmm, can we teach swish-e some special logics? e.g. can we tell swish-e to take any perl module that it sees (i.e. a::b) and split it into words but still search for parts and whole module names?
Currently only pages generated with the "page_body" template are indexed. This is because the spider is only extracting out content within
<div class="index_section">
tags, and that's in page_body. That means the index.html pages are not indexed, which is probably what we want.
+1
Searching in sub-sections seems to work reasonably well. If you are on the documentation page it will search all docs in the /docs/* tree, but if you are looking at a Guide page and type search it will search just The Guide.
Yes, looks fantastic, Bill! +1
I'm still +1 for moving the search box to the side bar for two reasons: 1) it frees up space in the content area, and 2) I like the idea of a radio button to search the current section or everything. Someone might be browsing The Guide and then want to search for something, but not limit it to The Guide.
OK, let's try it then (since I've +1 x 2 for the left bar and not other comments). I waiting for Allan to send me the latest design, when he will get some free time to finish these, so I suppose it will include this left search bar in it.
http://www.bullitt.suite.dk/new_logo_top/download/search.html
One problem: did anyone look at that test in Netscape? NS4 doesn't work.
Again, if someone can help find why NS4 is messing up in search results, that would be a big help, as I have no idea!
When NS4 gets messed-up, it's usually when the HTML is not perfect. I use sgmlcheck to find these problems. I see:
/usr/bin/nsgmls:<OSFD>0:10:51:E: there is no attribute "TYPE"
/usr/bin/nsgmls:<OSFD>0:14:11:E: there is no attribute "CLASS"
/usr/bin/nsgmls:<OSFD>0:24:17:E: character "%" is not allowed in the value of attribute "WIDTH"
/usr/bin/nsgmls:<OSFD>0:29:34:E: there is no attribute "CLASS"
/usr/bin/nsgmls:<OSFD>0:29:59:E: character "%" is not allowed in the value of attribute "WIDTH"
/usr/bin/nsgmls:<OSFD>0:33:42:E: general entity "nbsp" not defined and no default entity
/usr/bin/nsgmls:<OSFD>0:45:35:E: there is no attribute "CLASS"
/usr/bin/nsgmls:<OSFD>0:49:44:E: there is no attribute "BGCOLOR"
/usr/bin/nsgmls:<OSFD>0:255:49:E: there is no attribute "CLASS"
/usr/bin/nsgmls:<OSFD>0:404:114:E: there is no attribute "CLASS"
/usr/bin/nsgmls:<OSFD>0:482:22:E: character "%" is not allowed in the value of attribute "WIDTH"
/usr/bin/nsgmls:<OSFD>0:497:34:E: character "%" is not allowed in the value of attribute "WIDTH"
/usr/bin/nsgmls:<OSFD>0:500:48:E: character "%" is not allowed in the value of attribute "WIDTH"
/usr/bin/nsgmls:<OSFD>0:590:34:E: character "%" is not allowed in the value of attribute "WIDTH"
/usr/bin/nsgmls:<OSFD>0:593:35:E: character "%" is not allowed in the value of attribute "WIDTH"
the real problems are - character "%" is not allowed in the value of attribute "WIDTH" - there is no attribute "BGCOLOR"
--
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
