public
Description: A collection of non-Ruby clients for Halcyon applications.
Homepage: http://halcyon.rubyforge.org/
Clone URL: git://github.com/mtodd/halcyon-clients.git
mtodd (author)
Fri May 02 08:19:29 -0700 2008
commit  fc104ed89aa797a9aed526eea98dbf827b96667c
tree    19092c2ce7c3ee9e0f2fd662f70a6042ab39551f
parent  d5d8d5a9397075747a8dd3721742fd327a4fd03e
name age message
file README Fri May 02 08:19:39 -0700 2008 Added README. [mtodd]
directory java/ Fri May 02 07:41:34 -0700 2008 Moved over from the main Halcyon Git repository. [mtodd]
directory javascript/ Fri May 02 07:41:34 -0700 2008 Moved over from the main Halcyon Git repository. [mtodd]
directory php/ Fri May 02 07:41:34 -0700 2008 Moved over from the main Halcyon Git repository. [mtodd]
README
= Halcyon
== Clients

This repository is specifically for providing numerous non-Ruby clients for
Halcyon applications. This is useful for when you have several non-Ruby apps
you'd like to connect to a Halcyon application for some specific task.

For example, you may have some legacy PHP applications that need to pull some
data from an Oracle database but you have LDAP already installed (and if you
are familiar with PHP, you may realize that this is actually a problem), you
can offload the task to a Ruby application as well as use the Halcyon app to
centralize numerous other similar tasks for other applications as well.


== Repository

The Client repository is also located at GitHub. To get access to the clients,
clone the repository like so:

  $ git clone git://github.com/mtodd/halcyon-clients.git

The web address for the repository is http://github.com/mtodd/halcyon-clients.


== Contributions

* Chris Hansen, contributed the Java client
* Ben Simpson, bug fixes for the PHP client


== Authors

* Matt Todd <chiology@gmail.com>

Also, see Contributions.


== License

All clients are licensed under the MIT License unless otherwise noted.

The license can be read at http://www.opensource.org/licenses/mit-license.php.