X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=6314d36febdea4b82aeca0e5d9a0d05243f903b0;hp=e5d1c3716dbf2cba785b05f6b4dace62ea02d59b;hb=7b8f8e6989ce448a139c29dfe3bcc816f0dea5a6;hpb=f7dec69cf61d17e83dd0cdf5a40ecb3e6a1b5b05 diff --git a/index.php b/index.php index e5d1c37..6314d36 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,11 @@ 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']; } @@ -24,18 +28,18 @@ 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://fpunktk.de/consearch/consearch.png -'; - +' . "$consearch_base_url" . 'consearch.png + +'; exit; } @@ -47,7 +51,7 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { -consearch +<?php echo "$consearch_name";?> -

fpunktk.de/consearch

+

-
- -
+
-
-
+
-

-add to browser -

+

add to browser

+ echo " -

-Now add consearch to your browser. In firefox this is done via the searchbar. If this does not work then consearch can be added via the following form, but this would send all queries to the server :-( -

- -
' . "\n"; - if ( $dse ) { echo '' . "\n"; } - echo ' -
+
+

Add $consearch_name to your browser:

+ +
'; } ?> -

-about | contact -

+

about | contact