From b5b78b5778397ff4fa517d2a2bb16e580aa65290 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 22 Feb 2011 11:43:41 -0300 Subject: Documentation update (3) --- index.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 59ecaf9..f48b34b 100644 --- a/index.php +++ b/index.php @@ -3,9 +3,20 @@ * * Cinisis is a CDS/ISIS * database reading library written in PHP. It's intended for integrating or migrating - * existing ISIS databases into other applications. + * existing ISIS databases into other applications. It is a wrapper around other ISIS + * libraries and tools, providing an uniform interface and iterators for easily fetching + * data without bothering with internals. * - * Usage: + * Cinisis works with the following ISIS backend libraries: + * + * - Biblio::Isis through Perl PECL extension, which is the recommended choice. + * - GNI's Malete. + * - Openisis. + * + * Both Malete and Openisis support is outdated in favour os Biblio::Isis as it has proven + * to be simpler and more functional. + * + *

Installation and usage

* * \verbinclude README.txt */ -- cgit v1.2.3