-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopensearch.xml
More file actions
15 lines (15 loc) · 784 Bytes
/
Copy pathopensearch.xml
File metadata and controls
15 lines (15 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Vale's Search</ShortName>
<Description>A search engine router with handy additions.</Description>
<Tags>web search wrapper router Vale</Tags>
<Contact>search@vale.rocks</Contact>
<Url type="text/html" template="https://search.vale.rocks/?q={searchTerms}"/>
<Url type="application/opensearchdescription+xml" rel="self" template="https://search.vale.rocks/opensearch.xml"/>
<LongName>Vale's Search Router</LongName>
<Image type="image/svg">https://search.vale.rocks/favicon.svg</Image>
<Developer>Declan Chidlow (Vale)</Developer>
<Language>*</Language>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
</OpenSearchDescription>