From 6d496263bbcc662282a059aee76d74784ac44479 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 23 May 2010 19:37:12 -0400 Subject: First version of an OpenSearch endpoint for Elgg --- views/xml/opensearch/description.php | 57 ++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 views/xml/opensearch/description.php (limited to 'views/xml/opensearch') diff --git a/views/xml/opensearch/description.php b/views/xml/opensearch/description.php new file mode 100644 index 000000000..f8eb0b040 --- /dev/null +++ b/views/xml/opensearch/description.php @@ -0,0 +1,57 @@ +site_guid); +$email = $site->email; + +$rss_url = "{$vars['url']}pg/opensearch/?q={searchTerms}&pw={startPage?}&format=rss"; +$html_url = "{$vars['url']}pg/search/?q={searchTerms}"; + +?> + + + + + + + email; ?> + + + + + + + + + + + + + + + + + + open + false + UTF-8 + UTF-8 + -- cgit v1.2.3