diff options
author | jcid <devnull@localhost> | 2008-10-10 17:51:17 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-10 17:51:17 +0200 |
commit | 63ce9e1b5a002b76873e3ff21b85f7fa7fdb041b (patch) | |
tree | 49e548d9f07b6a48fa1596022a3e33223fa42d80 | |
parent | 8473c466b553da04185041712b741863328e6ff5 (diff) |
.
-rw-r--r-- | dillo2rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -91,9 +91,9 @@ # home="file:/home/jcid/HomePage/Home.html" #home="http://www.dillo.org/" -# Set search url to use with "s <keywords>". -# %s is replaced with keywords separated by '+'. -# search_url="http://search.lycos.com/default.asp?query=%s" +# Set the URL used by the web search dialog. +# "%s" is replaced with the search keywords separated by '+'. +# search_url="http://search.lycos.com/?query=%s" # search_url="http://www.alltheweb.com/search?cat=web&query=%s" #search_url="http://www.google.com/search?q=%s" |