yolanda/trunk/opensearch.xml

32 lines
603 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<!-- hardcoded urls are BAAAD. perhaps provide this document in perl ? -->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<Contact>admin@example.com</Contact>
<Description>lol description</Description>
<Image
height="16"
width="16"
type="image/x-icon"
>
http:/localhost/images/favicon.ico
</Image>
<Query
role="example"
searchTerms="example"
/>
<ShortName>Yolanda</ShortName>
<Tags>lol tags</Tags>
<Url
type="text/html"
template="http://localhost/search.pl?query={searchTerms}"
/>
</OpenSearchDescription>