diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-29 16:20:38 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-29 16:20:38 -0300 |
commit | 7e7e06168ec31994a98a4f91a8498e00f1957d7c (patch) | |
tree | 7b9bb4bd74eb942e508522e598c19a09832eb3ce /dillorc | |
parent | b7aac4d0bf42d11183506bc190da4b9183fd263b (diff) |
Added a few search options to dillorc. Also switched the default to duckduck.go
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -114,10 +114,11 @@ # Format: search_url="[<label> ]<url>" # You can enable multiple search_url strings at once and select from among # them at runtime, with the first being the default. -# search_url="DuckDuckGo http://duckduckgo.com/html?kp=-1&q=%s" -# search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" -# search_url="Lycos http://search.lycos.com/?query=%s" -#search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" +search_url="http://duckduckgo.com/lite/?kp=-1&q=%s" +search_url="Scroogle https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s" +search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" +search_url="Free Dictionary http://www.thefreedictionary.com/%s" +search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # If set, dillo will ask web servers to send pages in this language. # This setting does NOT change dillo's user interface. |