From: <var...@us...> - 2009-05-29 10:12:16
|
Revision: 6821 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6821&view=rev Author: vargenau Date: 2009-05-29 10:12:15 +0000 (Fri, 29 May 2009) Log Message: ----------- Add description and arguments Modified Paths: -------------- trunk/pgsrc/Help%2FGooglePluginPlugin Modified: trunk/pgsrc/Help%FGooglePluginPlugin =================================================================== --- trunk/pgsrc/Help%2FGooglePluginPlugin 2009-05-29 07:58:00 UTC (rev 6820) +++ trunk/pgsrc/Help%2FGooglePluginPlugin 2009-05-29 10:12:15 UTC (rev 6821) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Fri, 29 May 2009 12:14:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,47 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~GooglePlugin** [[Help:WikiPlugin|plugin]] is a wrapper for the Google Web APIs. +It allows you to do Google searches, retrieve pages from the Google cache, +and ask Google for spelling suggestions. +Note: You must first obtain a license key at http://www.google.com/apis/ + +Max 1000 queries per day. + == Usage {{{ -<<GooglePlugin>> +<<GooglePlugin arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **q** +| +| +|- +| **mode** +| search, cache or spell +| search +|- +| **startIndex** +| +| 1 +|- +| **maxResults** +| +| 10 +|- +| **formsize** +| +| 30 +|} == Example This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |