X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=4f111f1479310e0f7bc914d4e6adf121ca412a9c;hp=58c1fc686b0ee736756e7bf815d1f315800f64a4;hb=95bfc88e9e063c845515283082bc324014b1c002;hpb=d0609b1cf61314997123c8acdd52882948e52fc3 diff --git a/index.php b/index.php index 58c1fc6..4f111f1 100644 --- a/index.php +++ b/index.php @@ -136,11 +136,12 @@ b64images["ks.png"] = "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAB9VBMVEUAA var se = new Object(); // object of search engines // se["keyword"] = ["displayed name, max 7 chars", "url to which the querystring can be appended", "b64images name"]; -se["ii"] = ["ixquick", "https://eu.ixquick.com/do/search?q=", "ixquick.png"]; -se["id"] = ["ixq_de", "https://eu.ixquick.com/do/search?l=deutsch&q=", "ixquick.png"]; +se["ii"] = ["startpg", "https://www.startpage.com/do/search?query=", "sp.png"]; +se["id"] = ["sp_de", "https://www.startpage.com/do/search?cmd=process_search&language=deutsch&with_language=lang_de&query=", "sp.png"]; se["wp"] = ["wp_de", "https://de.wikipedia.org/wiki/Spezial:Search?search=", "wp.png"]; se["wpe"] = ["wp_en", "https://en.wikipedia.org/wiki/Special:Search?search=", "wp.png"]; -se["sp"] = ["strtpge", "https://startpage.com/do/search?query=", "sp.png"]; +se["qq"] = ["qwant_l", "https://lite.qwant.com/?t=web&s=0&b=0&q=", ""]; +se["qi"] = ["qw_img", "https://lite.qwant.com/?t=images&s=0&b=0&q=", ""]; se["dd"] = ["dd_go", "https://duckduckgo.com/html/?ka=n&kh=1&kl=wt-wt&kp=-1&kt=n&kv=1&ky=-1&q=", "dd.png"]; se["sx"] = ["searx", "https://searx.me/?q=", ""]; se["gg"] = ["google", "https://www.google.com/search?hl=de&safe=off&q=", "gg.png"]; @@ -159,7 +160,7 @@ se["man"] = ["u_man", "http://manpages.ubuntu.com/cgi-bin/search.py?ie=UTF-8&tit se["dps"] = ["deb-pkg", "https://packages.debian.org/search?searchon=names&suite=all§ion=all&keywords=", ""]; se["ups"] = ["uu-pkg", "http://packages.ubuntu.com/search?searchon=names&suite=all§ion=all&keywords=", "man-u.png"]; se["fps"] = ["fed-pkg", "https://apps.fedoraproject.org/packages/s/", ""]; -se["lps"] = ["pkgs", "https://pkgs.org/download/", ""]; +se["lps"] = ["lnxpkgs", "https://pkgs.org/download/", ""]; se["yt"] = ["youtube", "https://www.youtube.com/results?search_query=", "yt.png"]; se["imdb"] = ["imdb", "http://www.imdb.com/find?s=all&q=", "imdb.png"]; se["az"] = ["amazon", "https://www.amazon.de/s/?url=search-alias%3Daps&field-keywords=", "az.png"];