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