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