blob: a25a00c932f4af9de1f0e011b2ab9ddfd057bd20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
OpenSearch endpoint for Elgg
OVERVIEW
-------------
OpenSearch is a standard for exposing the data in your website for search
to browsers and other web sites. For more information on this technology, visit
the Wikipedia page on OpenSearch at http://en.wikipedia.org/wiki/OpenSearch
INSTALL
-------------
* Activate the plugin
* Edit OpenSearch settings in administration pages to reflect your site
USAGE
-------------
Adds an OpenSearch description definition to the html head. Browsers
will pick this up and allow you to add site specific search to your
search bar.
The plugin also provides an RSS 2.0 feed that conforms to the OpenSearch
standard.
|