LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

opensearch.xml (556B)

      1 <?xml version="1.0" encoding="utf-8"?>
      2 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
      3   <ShortName>${OPEN_SEARCH_TITLE}</ShortName>
      4   <Description>${OPEN_SEARCH_DESCRIPTION}</Description>
      5   <InputEncoding>${OPEN_SEARCH_ENCODING}</InputEncoding>
      6   <LongName>${OPEN_SEARCH_LONG_NAME}</LongName>
      7   <Url rel="results" type="text/html" method="get" template="${OPEN_SEARCH_HOST}/search.php?q={searchTerms}" />
      8   <Url type="application/opensearchdescription+xml" rel="self" template="/opensearch.xml?method=GET" />
      9 </OpenSearchDescription>