Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 
Pages: Previous123
Current Page: 3 of 3
Re: new search engines
Posted by: ndebord
Date: April 26, 2005 06:16AM

jsnj,

OK, think I've got it. I added one from Fred...Ixquick as a test.

(Trying to read the captcha phrase was harder than copying and pasting info!)

N

Options: ReplyQuote
Re: new search engines
Posted by: jsnj
Date: April 26, 2005 10:14PM

Cool...thx....u've got the hang of it. I just had to make a small correction. U accidentally pasted the title of the macro twice, but all's well now :-)

Options: ReplyQuote
Re: new search engines
Posted by: ndebord
Date: April 27, 2005 02:44AM

Guenter,

Thanks. I'm trying to develop a system for doing this accurately. Didn't catch the double post on the header.

N

Options: ReplyQuote
Re: new search engines
Posted by: ndebord
Date: May 22, 2005 11:37PM

This thanks to, I think, Fred, Hao & Guenter. Think it is Fred's find, but am not sure.

In any event, the YahooMaps search engine already in the Wiki does the US. This one does the world. Type in a City or a City and a Country and you will get a map.

Enjoy,

N

MENUS.CFG
macros(MapsWorld)

MACROS.CFG

ENGINES
MapsWorld{
&OldSearch; $search = "MapsWorld";
$eng = "http://www.multimap.com/map/places.cgi?region=&country=&overviewmap=&db=w3&cname=&client=public&Submit.x=9&Submit.y=4&place=";;
&SetSearch;
}

EngineSync{
setcheck("macros(MapsWorld)", getpref(STRING, $sen) == "MapsWorld" ? true:false);

Options: ReplyQuote
Re: new search engines
Posted by: ndebord
Date: August 12, 2005 04:35AM

Is you want to use Hoover's search engine to find out information about companies, here is one possible implementation of their search engine:

MACROS.CFG

# ----ENGINES----
Hoovers{
&OldSearch; $search = "Hoovers";
$eng = "http://www.hoovers.com/free/search/simple/xmillion/index.xhtml?which=company&page=1&hoovcountry=us&query_string=";;
&SetSearch;
}

EngineSync{
setcheck("macros(Hoovers)", getpref(STRING, $sen) == "Hoovers" ? true:false);

MENUS.CFG
Engines{
macros(Hoovers)


N

Options: ReplyQuote
Re: new search engines
Posted by: Rapido
Date: August 16, 2005 06:58PM


Hi! how about adding Kartoo visual meta search engine. This engine is groovy, instead of showing searchresults the regular way it shows results as maps. I think
this engine rocks. Please add this. oh by the way the adress is: http://www.kartoo.com

Here is some other engines that could be added: Highway61 - http://www.highway61.com,
Search.com - http://www.search.com,

This are some real good engines that should be added.

Yours: Rapido

Options: ReplyQuote
Re: new search engines
Posted by: Rapido
Date: August 17, 2005 06:02PM


Never mind Search.com it allready exists.

Yours: Rapido

Options: ReplyQuote
Re: new search engines
Posted by: xybre
Date: August 17, 2005 09:24PM

Tell me if I'm doing this right. Seems to work fine for me though.

### macros.cfg
### # ----ENGINES----
Yubnub{
&OldSearch; $search = "Yubnub";
$eng = "http://yubnub.org/parser/parse?command=";;
&SetSearch;
}

### EngineSync{
setcheck("macros(Yubnub)", getpref(STRING, $sen) == "Yubnub" ? true:false);

### menus.cfg
### Engines{
macros(Yubnub)

Options: ReplyQuote
Pages: Previous123
Current Page: 3 of 3


K-Meleon forum is powered by Phorum.