64
edits
m (→Search Order) |
|||
| Line 99: | Line 99: | ||
=== Search Plugins === | === Search Plugins === | ||
en-US includes search plugins for Google, Yahoo, Amazon.com, Answers.com, Creative Commons, and eBay. | |||
==== Search Order ==== | ==== Search Order ==== | ||
| Line 110: | Line 112: | ||
There is no specified order for other plugins. | There is no specified order for other plugins. | ||
'''How to:''' | |||
Add to the region.properties file the appropriate search order for your locale. The most common example, with Google first, is: | |||
browser.search.defaultenginename = Google | |||
browser.search.order.1 = Google | |||
browser.search.order.2 = Yahoo | |||
The code does not support specific order for more than two plugins. | |||
==== Google URL ==== | ==== Google URL ==== | ||
| Line 115: | Line 127: | ||
Unlike past releases, Google would like ''all locales'' to use www.google.com, and let Google handle the redirection. We have also received feedback that some parameters are unnecessary, so we can reduce the set of arguments to these few: | Unlike past releases, Google would like ''all locales'' to use www.google.com, and let Google handle the redirection. We have also received feedback that some parameters are unnecessary, so we can reduce the set of arguments to these few: | ||
http://www.google.com/search?q= | http://www.google.com/search?q={searchTerms}&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official | ||
{| width="100%" cellpadding="3" | {| width="100%" cellpadding="3" | ||
| Line 141: | Line 153: | ||
* Remove the localized google*.xml file, if any | * Remove the localized google*.xml file, if any | ||
* Add "google" to browser/searchplugins/list.txt | * Add "google" to browser/searchplugins/list.txt | ||
* | * Modify your region.properties file to set the appropriate search order (see above) | ||
==== Yahoo! URL ==== | ==== Yahoo! URL ==== | ||
| Line 151: | Line 159: | ||
Yahoo! URLs follow this basic formula: | Yahoo! URLs follow this basic formula: | ||
http://%DOMAIN%/search?p= | http://%DOMAIN%/search?p={searchTerms}&ei=UTF-8&fr=%IDENTIFIER%&rls=org.mozilla:en-US:official | ||
{| width="100%" cellpadding="3" | {| width="100%" cellpadding="3" | ||
| Line 211: | Line 219: | ||
|- | |- | ||
| zh-TW || tw.search.yahoo.com | | zh-TW || tw.search.yahoo.com | ||
|} | |||
==== Amazon URL ==== | |||
Amazon.com URLs follow this basic formula: | |||
http://%DOMAIN%/exec/obidos/external-search/?field-keywords={searchTerms}&mode=blended&tag=mozilla-20&sourceid=Mozilla-search | |||
{| width="100%" cellpadding="3" | |||
|- | |||
| %DOMAIN% || Select from the table below | |||
|- | |||
| field-keywords=MY+SEARCH || Search term | |||
|- | |||
| mode=blended || Show results from all parts of the store | |||
|- | |||
| tag=mozilla-20 || Mozilla identifier #1 | |||
|- | |||
| sourceid=Mozilla-search || Mozilla identifier #2 | |||
|} | |||
If your domain is not listed, then Amazon may not provide a site for your locale. Most other locales used www.amazon.com in Firefox 1.5: | |||
{| cellpadding="3" border="1" | |||
|- | |||
| en-CA || www.amazon.ca | |||
|- | |||
| en-GB || www.amazon.co.uk | |||
|- | |||
| en-US || www.amazon.com | |||
|- | |||
| de || www.amazon.de | |||
|- | |||
| fr || www.amazon.fr | |||
|- | |||
| ja || www.amazon.co.jp | |||
|} | |} | ||
edits