yolanda/trunk/opensearch.xml
erlehmann 27f59d3d3e opensearch stuff, badly implemented
git-svn-id: http://yolanda.mister-muffin.de/svn@230 7eef14d0-6ed0-489d-bf55-20463b2d70db
2008-01-11 00:47:07 +00:00

32 lines
No EOL
603 B
XML

<?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>