====== unAPI for PICA-LBS ====== ===== About ===== This is an implementation of unAPI for OCLC PICA integrated library systems (LBS). unAPI is a tiny RESTful HTTP-API for the few basic operations necessary to copy discrete, identified content from any kind of web application. See for more information. For further information, see [[https://github.com/rosenke/unapi4pica/blob/master/README|README]]. ===== History ===== Foundations were laid by Götz Hatop who wrote the functions for parsing the bibliographic data retrieved via the XML interface. [[users:rosenke:index|I]] just put some cherry and cream on it by implementing some more output formats, made the unAPI specification compliant even in the recommended parts and added another internal data representation. ===== Requirements ===== No rocket science but * PHP 5 >= 5.2.0((It is possible to use lower versions but it is not recommended because some functionalities will be lost - and unClient.php will be dysfunctional. See unAPI.inc.php for more information.)) * curl-Module for PHP recommended ===== Copyright and License ===== Copyright 2008 2009 Goetz Hatop . Goetz Hatop's original version can be found at . Copyright 2009 2010 Stephan Rosenke or . This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ===== Source ===== Source code can be found at [[https://github.com/rosenke/unapi4pica|github]]. ===== Tarballs ===== * {{:buechereielektrik:unapi:unapi_20100502.tar.gz|current}} * {{:buechereielektrik:unapi:unapi_20100502.tar.gz}} * {{:buechereielektrik:unapi:unapi_20100303.tar.gz}} * {{:buechereielektrik:unapi:unapi_20100219.tar.gz}} * {{:buechereielektrik:unapi:unapi_20100208.tar.gz}} ===== To Do ===== Issue tracker is available at [[https://github.com/rosenke/unapi4pica/issues|github]].