aboutsummaryrefslogtreecommitdiff
path: root/mod/opensearch/README
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:15:20 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:15:20 +0100
commit293fe873dcbedf45571807b722ce859e00a5a3a5 (patch)
tree4ce7adf3dbeed0a4ac2fbefd55f8844f504db499 /mod/opensearch/README
parentba0d506ade08ae46ba665474a8b9c81e838f2eee (diff)
parent853cb44b625cbe0e1cae3dff197d54645a1291a1 (diff)
downloadelgg-293fe873dcbedf45571807b722ce859e00a5a3a5.tar.gz
elgg-293fe873dcbedf45571807b722ce859e00a5a3a5.tar.bz2
Add 'mod/opensearch/' from commit '853cb44b625cbe0e1cae3dff197d54645a1291a1'
git-subtree-dir: mod/opensearch git-subtree-mainline: ba0d506ade08ae46ba665474a8b9c81e838f2eee git-subtree-split: 853cb44b625cbe0e1cae3dff197d54645a1291a1
Diffstat (limited to 'mod/opensearch/README')
-rw-r--r--mod/opensearch/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/mod/opensearch/README b/mod/opensearch/README
new file mode 100644
index 000000000..a25a00c93
--- /dev/null
+++ b/mod/opensearch/README
@@ -0,0 +1,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.