Chris Dent > PurpleWiki-0.94 > PurpleWiki::Search::Google

Download:
PurpleWiki/PurpleWiki-0.94.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 364   Source  

NAME ^

PurpleWiki::Search::Google = Search google from PurpleWiki

SYNOPSIS ^

This module includes the top ten results from google.com for a query when performing a search in PurpleWiki.

DESCRIPTION ^

Search results from google.com can be accessed the SOAP remote API. This module uses that API to pass a query from PurpleWiki to google to retrieve the top ten results.

To enable this search changes must be made to the PurpleWiki configuration file, config:

  SearchModule = Google
  GoogleWSDL = /path/to/GoogleSearch.wsdl
  GoogleKey = <google API key>

To get a google API key, visit http://www.google.com/apis/

METHODS ^

See PurpleWiki::Search::Interface.

AUTHOR ^

Chris Dent, <cdent@blueoxen.org>

SEE ALSO ^

PurpleWiki::Search::Interface. PurpleWiki::Search::Results. PurpleWiki::Search::Engine.

TO DO ^

Number of results should be configurable.