summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2014-04-09 14:40:49 -0300
committerJorge Arellano Cid <jcid@dillo.org>2014-04-09 14:40:49 -0300
commit82625c0212ebc3706b7fcfeca8403cf593e149ab (patch)
treeb8ca6ae0b3b49762023f24ada7e4b7c7855eb8b6 /dillorc
parentb57b49afd73792608adc207b56272bf9026a2c78 (diff)
Comments and help text for Web search from the location bar
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc5
1 files changed, 3 insertions, 2 deletions
diff --git a/dillorc b/dillorc
index 9e13f84e..82684706 100644
--- a/dillorc
+++ b/dillorc
@@ -154,10 +154,11 @@
# Set the URLs used by the web search dialog.
# "%s" is replaced with the search keywords separated by '+'.
-# Format: search_url="[<label> ]<url>"
+# Format: search_url="[prefix ][<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/lite/?kp=-1&q=%s"
+# (the prefix serves to search from the Location Bar. e.g. "dd dillo image")
+search_url="dd DuckDuckGo http://duckduckgo.com/lite/?kp=-1&q=%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"