[Merge] lp:~osomon/webbrowser-app/opensearch into lp:webbrowser-app
Olivier Tilloy
olivier.tilloy at canonical.com
Tue Jul 1 06:06:22 UTC 2014
The proposal to merge lp:~osomon/webbrowser-app/opensearch into lp:webbrowser-app has been updated.
Description changed to:
Instructions for testing:
To change the default search engine (google), edit the following file:
$HOME/.config/webbrowser-app/settings.conf
and add the following line: "searchengine = {value}" where {value} is the name of the search engine that you want to use, e.g. "duckduckgo".
Then ensure that the following directory exists (create it if not):
$HOME/.local/share/webbrowser-app/searchengines/
and create under it a file called "{value}.xml" (e.g. "duckduckgo.xml"). This file is expected to follow the OpenSearch description document format (see documentation at http://www.opensearch.org/Specifications/OpenSearch/1.1), here is an example:
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Duck Duck Go</ShortName>
<Description>Use Duck Duck Go to search the Web</Description>
<Url type="text/html" template="https://duckduckgo.com/?q={searchTerms}&t=canonical" />
</OpenSearchDescription>
For more details, see:
https://code.launchpad.net/~osomon/webbrowser-app/opensearch/+merge/224977
--
https://code.launchpad.net/~osomon/webbrowser-app/opensearch/+merge/224977
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~osomon/webbrowser-app/opensearch into lp:webbrowser-app.
More information about the Ubuntu-reviews
mailing list