diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-24 13:47:25 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-24 13:47:25 -0400 |
commit | a748ecd3ed4b9f620f6b3b911a23f689902cdffd (patch) | |
tree | 7431c26b0de72ac9d768cf3652bca0f217e64951 /dillorc | |
parent | 378a4098e362794b4feb3d75e40b6ada697c47e9 (diff) |
Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -109,11 +109,14 @@ # home="file:/home/jcid/HomePage/Home.html" #home="http://www.dillo.org/" -# Set the URL used by the web search dialog. +# Set the URLs used by the web search dialog. # "%s" is replaced with the search keywords separated by '+'. +# Format: search_url="[<label> ]<url>" +# You can have several search engines, with the first being the default. +# e.g. +# search_url="http://duckduckgo.com/html?q=%s" # search_url="http://www.wikipedia.org/wiki/Special:Search?search=%s" # search_url="http://search.lycos.com/?query=%s" -# search_url="http://duckduckgo.com/html?q=%s" #search_url="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. |