Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

Matts (1087)

Matts
  (email not shown publicly)

I work for MessageLabs [messagelabs.com] in Gloucester UK, except I live in Kitchener, ON, Canada. I write spam filters, MTA software, high performance network software, string matching algorithms, and other cool stuff mostly in Perl and C. We're always hiring so feel free to email me (no telecommuters though - I'm the only exception :-).

Journal of Matts (1087)

Wednesday December 04, 2002
04:54 PM

Searchling sites.xml

[ #9271 ]

Here is my sites.xml for Searchling. Just drop it in as a replacement for your current sites.xml file (in Searchling.app/Contents/Resources) and restart Searchling, and you get shiny CPAN search options.

(oh, and the ebay searches ebay.co.uk, so you might want to change that back).

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • I missed Opera's trivial search of google (Mozilla requires you to click out of the location bar then hit 'search', piece o' crap). This is nifty. Thanks!

    --Nat

    • > Mozilla requires you to click out of the location bar

      Mozilla->Preferences->Navigator->Smart Browsing

      check Enable Internet Keywords

      click "More Information"

      it will explain how to edit your user.js to have google as your "keywords" server (basically, type some words in the URL bar and enter to search google)

      Note: this fails when Mozilla thinks your terms include a URL. Due to but 79655 [mozilla.org] a search for 'Mr. T.' will fail because Mozilla sees the dot and thinks you're looking for some domain name
  • Personally I use Chimera which allows me to do searches using keywords in the location bar. But you might want to add the following into your CPAN section

    <dict>
    <key>type</key>
    <string>PerlDoc</string>
    <key>url</key>
    <string>http://search.cpan.org/perldoc?</string>
    </dict>