From 3ec70336bc5d4a09233d777189792da5d00cc6ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Mon, 15 Jun 2015 14:42:51 +0200 Subject: [PATCH] add search engines --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 87c83d6..0767d15 100644 --- a/index.php +++ b/index.php @@ -143,11 +143,13 @@ se["php"] = ["php.net", "http://de2.php.net/manual-lookup.php?lang=de&pattern=", se["sh"] = ["slfhtml", "https://wiki.selfhtml.org/index.php?search=", "sh.png"]; se["down"] = ["down", "http://www.downforeveryoneorjustme.com/", "down.png"]; se["fefe"] = ["fefe", "https://blog.fefe.de/?q=", ""]; -se["wtr"] = ["wtr.com", "http://www.wetter.com/suche/?o=location&q=", ""]; +se["wtr"] = ["wtr-ol", "http://www.wetteronline.de/?searchpcid=pc_city_weather&searchpid=p_city_weather&pid=p_search&searchstring=", ""]; +se["wtrc"] = ["wtr.com", "http://www.wetter.com/suche/?o=location&q=", ""]; se["gh"] = ["github", "https://github.com/search?utf8=✓&q=", ""]; se["bb"] = ["bing", "https://www.bing.com/search?q=", ""]; se["mdn"] = ["mdn", "https://developer.mozilla.org/search?q=", ""]; se["ctan"] = ["ctan", "http://ctan.org/search/?phrase=", ""]; +se["gpg"] = ["gpg_key", "https://pgp.mit.edu/pks/lookup?op=index&fingerprint=on&search=", ""]; function display_searchbuttons() { document.getElementById("searchbuttons").innerHTML = ""; -- 2.30.2