author | Francesco Lodolo (:flod) <flod@lodolo.net> |
Mon, 02 Oct 2017 06:38:54 +0200 | |
changeset 383957 | 6d5eaa1fceba24788b1ca4a2af4de542d6aa84cf |
parent 383956 | ddfc127526b292037d2e3298c65afd15c37ddc91 |
child 383958 | 6e6e4c6098f6ffda7db118a31d3213795a6bddc0 |
push id | 32617 |
push user | kwierso@gmail.com |
push date | Mon, 02 Oct 2017 23:02:55 +0000 |
treeherder | mozilla-central@8c6b4fd1d769 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | delphine |
bugs | 1400798 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/locales/search/list.json | file | annotate | diff | comparison | revisions | |
browser/locales/searchplugins/wikipedia-ia.xml | file | annotate | diff | comparison | revisions |
--- a/browser/locales/search/list.json +++ b/browser/locales/search/list.json @@ -368,16 +368,23 @@ }, "hy-AM": { "default": { "visibleDefaultEngines": [ "google", "yahoo", "amazondotcom", "ddg", "list-am", "wikipedia-hy" ] } }, + "ia": { + "default": { + "visibleDefaultEngines": [ + "google", "yahoo", "bing", "amazondotcom", "ddg", "twitter", "wikipedia-ia" + ] + } + }, "id": { "default": { "visibleDefaultEngines": [ "google", "yahoo-id", "ddg", "wikipedia-id" ] } }, "is": {
new file mode 100644 --- /dev/null +++ b/browser/locales/searchplugins/wikipedia-ia.xml @@ -0,0 +1,19 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"> +<ShortName>Wikipedia (ia)</ShortName> +<Description>Wikipedia, le encyclopedia libere</Description> +<InputEncoding>UTF-8</InputEncoding> +<Image width="16" height="16">resource://search-plugins/images/wikipedia.ico</Image> +<Url type="application/x-suggestions+json" method="GET" template="https://ia.wikipedia.org/w/api.php"> + <Param name="action" value="opensearch"/> + <Param name="search" value="{searchTerms}"/> +</Url> +<Url type="text/html" method="GET" template="https://ia.wikipedia.org/wiki/Special:Recerca" + resultdomain="wikipedia.org" rel="searchform"> + <Param name="search" value="{searchTerms}"/> + <Param name="sourceid" value="Mozilla-search"/> +</Url> +</SearchPlugin>