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


Fwd: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Diego Navarro

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


I volunteered.

Are you planning to add just sites for Haskell-related software, or
are research papers included in the scope of this?

(Dude, where's my english grammar.)

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


Re: Fwd: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Donald Bruce Stewart
dnavarro:
 Google now lets us create our own custom search engine pages, so I
 whipped one up for Haskell,
 
 I volunteered.

Accepted.
  
 Are you planning to add just sites for Haskell-related software, or
 are research papers included in the scope of this?
 
 (Dude, where's my english grammar.)

Yes, Haskell research sites would be good, as would working out the
'Refinement' stuff, to give more detailed searches (i.e. search only the
research papers)

-- 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 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


[Haskell-cafe] Haskell custom search engine

2006-10-24 Thread Donald Bruce Stewart
Google now lets us create our own custom search engine pages, so I
whipped one up for Haskell,

http://www.google.com/coop/cse?cx=015832023690232952875%3Acunmubfghzq

also, as a demo, embedded

http://www.cse.unsw.edu.au/~dons/search.html

Seems to do a reasonable job of targetting just Haskell sites. Feel free
to add more Haskell material, or refine the search. In fact, search for
mailing list items seems rather easy this way.

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

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