forked from iron-io/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
open-search.xml
27 lines (23 loc) · 1.27 KB
/
open-search.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
---
<?xml version="1.0" encoding="UTF-8"?>
<!--
open-search.xhtml
Copyright 2009 Jack Leow
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Iron.io Docs</ShortName>
<Description>Documentation for Iron.io services.</Description>
<Image width="16" height="16" type="image/x-icon">http://{{ site.domain }}/favicon.ico
</Image>
<Url type="text/html" method="get" template="http://{{ site.domain }}/search/?q={searchTerms}"></Url>
<Url type="application/x-suggestions+json" method="get" template="http://www.google.com/complete/search?q={searchTerms}&partnerid={{ site.google_cse_id }}&ds=cse&output=firefox"></Url>
</OpenSearchDescription>