diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-10 17:13:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-10 17:13:33 -0400 |
commit | cd305909d37546d1f75365f9e92995429927e91a (patch) | |
tree | d5f713590ff6ba7d1880c232057bc5bb2ece51dc /doc/plugins | |
parent | 643c0f1afc509923e0be46358511b9d7283de4a6 (diff) | |
download | ikiwiki-cd305909d37546d1f75365f9e92995429927e91a.tar ikiwiki-cd305909d37546d1f75365f9e92995429927e91a.tar.gz |
document google plugin
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/google.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/plugins/google.mdwn b/doc/plugins/google.mdwn new file mode 100644 index 000000000..7c61e637b --- /dev/null +++ b/doc/plugins/google.mdwn @@ -0,0 +1,12 @@ +[[!template id=plugin name=google author="Peter Simons"]] +[[!tag type/web]] + +This plugin adds a search form to the wiki, using google's site search. + +Google is asked to search for pages in the domain specified in the wiki's +`url` configuration parameter. Results will depend on whether google has +indexed the site, and how recently. Also, if the same domain has other +content, outside the wiki's content, it will be searched as well. + +The [[search]] plugin offers full text search of only the wiki, but +requires that a search engine be installed on your site. |