]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FGooglePluginPlugin
Add link
[SourceForge/phpwiki.git] / pgsrc / Help%2FGooglePluginPlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FGooglePluginPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~GooglePlugin** [[Help:WikiPlugin|plugin]] is a wrapper for the Google Web APIs.
12 It allows you to do Google searches, retrieve pages from the Google cache,
13 and ask Google for spelling suggestions.
14
15 Note: You must first obtain a license key at http://www.google.com/apis/
16
17 Max 1000 queries per day.
18
19 == Usage ==
20 {{{
21 <<GooglePlugin arguments>>
22 }}}
23
24 == Arguments ==
25
26 {| class="bordered"
27 |-
28 ! Argument
29 ! Description
30 ! Default value
31 |-
32 | **q**
33 |
34 |
35 |-
36 | **mode**
37 | search, cache or spell
38 | search
39 |-
40 | **startIndex**
41 |
42 | 1
43 |-
44 | **maxResults**
45 |
46 | 10
47 |-
48 | **formsize**
49 |
50 | 30
51 |}
52
53 == Example ==
54
55 {{{
56 <<GooglePlugin>>
57 }}}
58
59 <<GooglePlugin>>
60
61 == Author ==
62 * [[PhpWiki:ReiniUrban|Reini Urban]]
63
64 == See Also ==
65
66 <noinclude>
67 ----
68 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
69 </noinclude>