NAME: phpOpenSearch - the PHP OpenSearch Client API VERSION: 1.0.0 DATE: 07.03.2007 AUTHORS: Michael Jentsch http://m-software.de/ MAILING LISTS: There is no mailing list at the moment. Please send your feedback to the author. SYNOPSIS: require("OpenSearch.php"); $searchclient = new OpenSearchClient("opensearch.xml"); $searchclient->search ("Java",10,1,1); $results = $searchclient->getResults(); var_dump ($results); REQUIRE: * PHP Version 5.0 DESCRIPTION: What is phpOpenSearch? phpOpenSearch is a OpenSearch Client API for PHP. It is designed for A9 OpenSearch compatible engines. With phpOpenSearch you can use the results of A9 OpenSearch compatible searchengines within your PHP Scripts. phpOpenSearch is easy to use and very fast in processing querys and results. Some of the OpenSearch features: * 100% A9 OpenSearch compatible. * easy to use. * extremely fast. * and many more. TODO: * error handling * logging COPYRIGHT: Copyright (c) 2006-2007 Michael Jentsch (M-Software.de). All rights reserved. This software is released under the GNU Lesser General Public License. Please read the disclaimer at the top of the OpenSearch.php file.
README zur OpenSearch API
7. Oktober 2010 By