summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dillorc9
-rw-r--r--src/IO/about.c6
-rw-r--r--src/prefs.c2
3 files changed, 6 insertions, 11 deletions
diff --git a/dillorc b/dillorc
index 06a5d48c..42bb7414 100644
--- a/dillorc
+++ b/dillorc
@@ -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.
diff --git a/src/IO/about.c b/src/IO/about.c
index f96dc111..ad033d90 100644
--- a/src/IO/about.c
+++ b/src/IO/about.c
@@ -154,12 +154,6 @@ const char *const AboutSplash=
" <table border='0' cellspacing='0' cellpadding='5'><tr><td>\n"
" <table border='0' cellpadding='2'><tr>\n"
" <td>&nbsp;&nbsp;\n"
-" <td><a href='http://www.google.com/'>Google</a>\n"
-" <tr>\n"
-" <td>&nbsp;&nbsp;\n"
-" <td><a href='http://www.wikipedia.org/'>Wikipedia</a>\n"
-" <tr>\n"
-" <td>&nbsp;&nbsp;\n"
" <td><a href='http://www.gutenberg.org/'>P.&nbsp;Gutenberg</a>\n"
" <tr>\n"
" <td>&nbsp;&nbsp;\n"
diff --git a/src/prefs.c b/src/prefs.c
index cbd1f5d8..58ac5c32 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -18,7 +18,7 @@
#define PREFS_FONT_CURSIVE "URW Chancery L"
#define PREFS_FONT_FANTASY "DejaVu Sans" /* TODO: find good default */
#define PREFS_FONT_MONOSPACE "DejaVu Sans Mono"
-#define PREFS_SEARCH_URL "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
+#define PREFS_SEARCH_URL "http://duckduckgo.com/lite/?kp=-1&q=%s"
#define PREFS_NO_PROXY "localhost 127.0.0.1"
#define PREFS_SAVE_DIR "/tmp/"
#define PREFS_HTTP_REFERER "host"