Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Bulat Ziganshin
Hello Donald,

Wednesday, October 25, 2006, 8:44:48 AM, you wrote:

 Google now lets us create our own custom search engine pages, so I
 whipped one up for Haskell,

great. and it search mail archives too

how about adding it to haskell site, or at least a LARGE link so that
everyone will see it. it will be very helpful for strangers/novices

-- 
Best regards,
 Bulatmailto:[EMAIL PROTECTED]

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Donald Bruce Stewart
bulat.ziganshin:
 Hello Donald,
 
 Wednesday, October 25, 2006, 8:44:48 AM, you wrote:
 
  Google now lets us create our own custom search engine pages, so I
  whipped one up for Haskell,
 
 great. and it search mail archives too
 
 how about adding it to haskell site, or at least a LARGE link so that
 everyone will see it. it will be very helpful for strangers/novices

My plan was to have the community play with it for a week or so, and
tune the results (i.e. volunteer and help refine the searches), and then
we can embed it in haskell.org

-- Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Neil Mitchell

Hi


Neil, I wonder if we could integrate this with Hoogle somehow?


If I provide an Ajax'y style API and we put the results in a frame,
I'm sure we can give something like top 3 results from hoogle (if
they make any sense). That sound a reasonable idea?

Thanks

Neil
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Donald Bruce Stewart
ndmitchell:
 Hi
 
 Neil, I wonder if we could integrate this with Hoogle somehow?
 
 If I provide an Ajax'y style API and we put the results in a frame,
 I'm sure we can give something like top 3 results from hoogle (if
 they make any sense). That sound a reasonable idea?

You should be able to do just that, yes. The code for embedding the
search engine on my example page might be a good place to start.

I think augmenting hoogle is a in general better than forking two search
engines for slightly different problems.

-- Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe