Debian package: Declare compliance with Debian Policy 4.3.0
[conkeror.git] / search-engines / wikipedia.xml
blob06976a9fabce895282b1ef579548eb254410bbb4
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2    - License, v. 2.0. If a copy of the MPL was not distributed with this
3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
6 <ShortName>Wikipedia (en)</ShortName>
7 <Description>Wikipedia, the Free Encyclopedia</Description>
8 <InputEncoding>UTF-8</InputEncoding>
9 <Image width="16" height="16">resource://search-plugins/images/wikipedia.ico</Image>
10 <Url type="application/x-suggestions+json" method="GET" template="https://en.wikipedia.org/w/api.php">
11   <Param name="action" value="opensearch"/>
12   <Param name="search" value="{searchTerms}"/>
13 </Url>
14 <Url type="text/html" method="GET" template="https://en.wikipedia.org/wiki/Special:Search"
15      resultdomain="wikipedia.org" rel="searchform">
16   <Param name="search" value="{searchTerms}"/>
17   <Param name="sourceid" value="Mozilla-search"/>
18 </Url>
19 </SearchPlugin>