-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosd.xml
executable file
·28 lines (25 loc) · 932 Bytes
/
osd.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
28
<OpenSearchDescription>
<ShortName>Site Search</ShortName>
<Description>description goes here</Description>
<Contact>[email protected]</Contact>
<Url type="text/html" method="get" template="http://www.site.com/Search?searchTerms={searchTerms}">
</Url>
<LongName>Site Search</LongName>
<Image height="32" width="32" type="image/vnd.microsoft.icon">favicon_32.ico</Image>
-
<Image height="16" width="16" type="image/png">
favicon.png
</Image>
<Image height="16" width="16" type="image/vnd.microsoft.icon">favicon.ico</Image>
<Query role="example" searchTerms="homebase"/>
<Developer>Rozario Chivers</Developer>
-
<Attribution>
Site Search © 2009, www.site.com
</Attribution>
<SyndicationRight>open</SyndicationRight>
<AdultContent>false</AdultContent>
<Language>en-us</Language>
<OutputEncoding>UTF-8</OutputEncoding>
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription>