README zur OpenSearch API

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.

Michael Jentsch

Michael Jentsch arbeitet seit 2006 bei der Itellium Services GmbH als Entwickler und Software Architekt. Er ist spezialisiert auf Java basierte Web-Applikationen und E-Commerce. Neben dem Beruf interessiert er sich auch für Suchmaschinenoptimierung und ist engagiert in vielen Open Source Projekten im Web Umfeld. Sie erreichen ihn per E-Mail unter [email protected].

More Posts

"));