opensearch.xml.example 566 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  3. <ShortName>LibreX</ShortName>
  4. <Description>Framework and javascript free privacy respecting meta search engine</Description>
  5. <InputEncoding>UTF-8</InputEncoding>
  6. <LongName>LibreX search</LongName>
  7. <Url rel="results" type="text/html" method="get" template="http://localhost:80/search.php?q={searchTerms}" />
  8. <Url type="application/opensearchdescription+xml"
  9. rel="self"
  10. template="/opensearch.xml?method=GET" />
  11. </OpenSearchDescription>