1
|
# -----------------------------------------------------------------------------
|
2
|
# '$RCSfile$'
|
3
|
# Copyright: 2005 Regents of the University of California, the
|
4
|
# National Center for Ecological Analysis and Synthesis,
|
5
|
# Partnership of Interdisciplinary Studies of Coastal Oceans
|
6
|
# Authors: Chad Burt
|
7
|
# Release: @release@
|
8
|
#
|
9
|
# '$Author: perry $'
|
10
|
# '$Date: 2006-12-18 10:57:48 -0800 (Mon, 18 Dec 2006) $'
|
11
|
# '$Revision: 3127 $'
|
12
|
#
|
13
|
# This program is free software; you can redistribute it and/or modify
|
14
|
# it under the terms of the GNU General Public License as published by
|
15
|
# the Free Software Foundation; either version 2 of the License, or
|
16
|
# (at your option) any later version.
|
17
|
#
|
18
|
# This program is distributed in the hope that it will be useful,
|
19
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
20
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
21
|
# GNU General Public License for more details.
|
22
|
#
|
23
|
# You should have received a copy of the GNU General Public License
|
24
|
# along with this program; if not, write to the Free Software
|
25
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
26
|
# -----------------------------------------------------------------------------
|
27
|
|
28
|
The Metacat PHP client library is a set of PHP classes that allow one to
|
29
|
connect to the Metacat server software and call the various methods via HTTP
|
30
|
calls.
|
31
|
|
32
|
Directories:
|
33
|
|
34
|
src - the PHP source code files
|
35
|
|
36
|
Installation
|
37
|
------------------------------------------------------------------------------
|
38
|
|
39
|
On Windows:
|
40
|
|
41
|
On Linux, MacOS, or Unix:
|
42
|
|
43
|
Running
|
44
|
-----------------------------------------------------------------------------
|
45
|
|