aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/search-engines/mozilla-developer-network.xml
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror/.conkerorrc/search-engines/mozilla-developer-network.xml')
-rw-r--r--conkeror/.conkerorrc/search-engines/mozilla-developer-network.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/conkeror/.conkerorrc/search-engines/mozilla-developer-network.xml b/conkeror/.conkerorrc/search-engines/mozilla-developer-network.xml
new file mode 100644
index 0000000..9d06736
--- /dev/null
+++ b/conkeror/.conkerorrc/search-engines/mozilla-developer-network.xml
@@ -0,0 +1,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> \ No newline at end of file