diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-24 13:53:28 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-24 13:53:28 -0400 |
commit | ece8d43c440122f6b600fecf4d93818caf177008 (patch) | |
tree | eebbf4a9b9cdb5c5dab918934c9d5d463c4f1bcc /dillorc | |
parent | a748ecd3ed4b9f620f6b3b911a23f689902cdffd (diff) |
Added labels to the search_url examples in dillorc
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -114,9 +114,9 @@ # 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="DuckDuckGo http://duckduckgo.com/html?q=%s" +# search_url="Wikipedia http://www.wikipedia.org/wiki/Special:Search?search=%s" +# search_url="Lycos http://search.lycos.com/?query=%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. |