diff -Naur vimprobable2-old/config.h vimprobable2/config.h --- vimprobable2-old/config.h 2013-01-27 15:59:08.000000000 +0200 +++ vimprobable2/config.h 2013-03-16 14:00:20.681573611 +0200 @@ -13,7 +13,7 @@ #define INTERNAL_VERSION "Vimprobable2/"VERSION /* general settings */ -char startpage[MAX_SETTING_SIZE] = "http://www.vimprobable.org/"; +char startpage[MAX_SETTING_SIZE] = "http://www.salixos.org/start/"; char useragent[MAX_SETTING_SIZE] = "Vimprobable2/" VERSION; char acceptlanguage[MAX_SETTING_SIZE] = ""; static const gboolean enablePlugins = TRUE; /* TRUE keeps plugins enabled */ @@ -107,14 +107,20 @@ /* search engines */ static Searchengine searchengines[] = { + { "d", "https://duckduckgo.com/?kj=g&t=salix&q=%s" }, + { "dd", "https://duckduckgo.com/html/?q=%s&t=salix" }, + { "sw", "https://duckduckgo.com/?kj=g&t=salix&q=%s+site%%3Asalixos.org%%2Fwiki" }, + { "sf", "https://duckduckgo.com/?kj=g&t=salix&q=%s+site%%3Asalixos.org%%2Fforum" }, + { "g", "https://www.google.com/search?q=%s" }, + { "y", "https://www.youtube.com/results?search_query=%s" }, { "i", "http://ixquick.com/do/metasearch.pl?query=%s" }, { "w", "https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%%3ASearch&search=%s&go=Go" }, { "wd", "https://secure.wikimedia.org/wikipedia/de/w/index.php?title=Special%%3ASearch&search=%s&go=Go" }, - { "d", "https://duckduckgo.com/?q=%s&t=vimprobable" }, - { "dd", "https://duckduckgo.com/html/?q=%s&t=vimprobable" }, + { "we", "https://secure.wikimedia.org/wikipedia/el/w/index.php?title=Special%%3ASearch&search=%s&go=Go" }, + { "wf", "https://secure.wikimedia.org/wikipedia/fr/w/index.php?title=Special%%3ASearch&search=%s&go=Go" }, }; -static char defaultsearch[MAX_SETTING_SIZE] = "i"; +static char defaultsearch[MAX_SETTING_SIZE] = "d"; /* command mapping */ Command commands[COMMANDSIZE] = {