opensearch.xml 574 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  3. <ShortName>LibreX</ShortName>
  4. <Description>A meta search engine for Google.</Description>
  5. <InputEncoding>UTF-8</InputEncoding>
  6. <LongName>LibreX search</LongName>
  7. <Url rel="results" type="text/html" method="post" template="http://localhost/search.php">
  8. <Param name="q" value="{searchTerms}" />
  9. </Url>
  10. <Url type="application/opensearchdescription+xml"
  11. rel="self"
  12. template="/opensearch.xml?method=POST" />
  13. </OpenSearchDescription>