X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=bd3ea592c233e5d0bbb269d9a950504aaccbe81f;hp=846078b75c9805cc26bf279e1ea6f74261279041;hb=50383593c4e02b1bf0ffc025bea3f97c09ab13a8;hpb=4604ef49063d9063c7368d877637625b582d9103 diff --git a/index.php b/index.php index 846078b..bd3ea59 100644 --- a/index.php +++ b/index.php @@ -11,24 +11,33 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/. */ -$dse = ""; +$consearch_name = "consearch"; +$consearch_base_url = "https://fpunktk.de/consearch/"; +$consearch_url = "$consearch_base_url" . "index.php"; + +$dse = ""; // default search engine if ( isset($_GET['dse']) and preg_match('/^[0-9a-z]{1,5}$/', $_GET['dse']) === 1 ) { // TODO: prevent injection, check whether dse is a valid searchengine $dse = $_GET['dse']; } +$browserintegration = ""; +if ( isset($_GET['include']) and $_GET['include'] == "browserintegration" ) { + $browserintegration = "true"; +} if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { + header('Content-Type: text/xml'); echo ' -consearch'; +' . "$consearch_name"; if ( $dse ) { echo " ($dse)"; } echo ' conveniently use different searchengines consearch consearch @ f p u n k t k . de - -https://www.fpunktk.de/consearch/consearch.png + echo '#{searchTerms}"> +' . "$consearch_base_url" . 'consearch.png '; exit; @@ -41,15 +50,16 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { -consearch + +<?php echo "$consearch_name";?> -

fpunktk.de/consearch

+

+' . "\n"; +} +?> +
@@ -230,11 +262,27 @@ please enable javascript

-add to browser +add to browser

+ + +

+Now add $consearch_name to your browser. In firefox this is done via the search bar or the ⋯-button in the address bar. If this does not work then $consearch_name can be added via the following form (right-click the input and select \"Add a Keyword for this Search...\"), but this would send all queries to the server and is not recommended. +

+ +
\n"; + if ( $dse ) { echo "\n"; } + echo ' +
+'; +} +?> +

-about +about | contact