aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/search-engines/mozilla-developer-network.xml
blob: 9d06736c72d07ea46bd6e24220d6245dee637bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http:/www.mozilla.org/2006/browser/search/">
<ShortName>Mozilla Developer Network</ShortName>

<Description>Search Mozilla Developer Network documentation</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/png">https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png</Image>
<Url type="text/html" method="get" template="https://developer.mozilla.org/en-US/search">
  <Param name="q" value="{searchTerms}"/>
  <Param name="w" value="3"/>
  <Param name="qs" value="plugin"/>
</Url>
<Url type="application/opensearchdescription+xml"
     rel="self"
     template="https://developer.mozilla.org/en-US/search/xml"/>
<Url type="application/x-suggestions+json"
     template="https://developer.mozilla.org/en-US/search/suggestions?q={searchTerms}"/>
<moz:SearchForm>https://developer.mozilla.org/en-US/search</moz:SearchForm>
</OpenSearchDescription>