From: Felix Kästner Date: Tue, 9 Jun 2015 12:14:23 +0000 (+0200) Subject: add search engines X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=commitdiff_plain;h=def69a21e3937c7e43040b4405f641fc1d328dcf add search engines --- diff --git a/index.php b/index.php index d8cd2f3..87c83d6 100644 --- a/index.php +++ b/index.php @@ -144,6 +144,10 @@ 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["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=", ""]; function display_searchbuttons() { document.getElementById("searchbuttons").innerHTML = "";