1
|
#
|
2
|
# '$RCSfile$'
|
3
|
# '$Author: tao $'
|
4
|
# '$Revision: 1337 $'
|
5
|
# '$Date: 2002-12-17 10:15:46 -0800 (Tue, 17 Dec 2002) $'
|
6
|
#
|
7
|
|
8
|
Metacat: XML Metadata Database
|
9
|
------------------------------
|
10
|
|
11
|
Version: 1.2.1 Release
|
12
|
|
13
|
Send feedback and bugs to: metacat-dev@ecoinformatics.org
|
14
|
http://bugzilla.ecoinformatics.org
|
15
|
|
16
|
Contributors: Matt Jones (jones@nceas.ucsb.edu)
|
17
|
Chad Berkley (berkley@nceas.ucsb.edu)
|
18
|
Jing Tao (tao@nceas.ucsb.edu)
|
19
|
Jivka Bojilova (bojilova@nceas.ucsb.edu)
|
20
|
Dan Higgins (higgins@nceas.ucsb.edu)
|
21
|
|
22
|
Metacat is a flexible database storage system for XML formatted
|
23
|
documents. Metacat models the structure of the XML document, therefore
|
24
|
allowing storage of XML documents with arbitrary schemas. Metacat supports
|
25
|
several databases on the back-end, including Oracle, PostgreSQL and SQL
|
26
|
Server. The server supports XML document storage, retrievel, query,
|
27
|
validation, and transformation (using the XSLT stylesheet language).
|
28
|
In addition, there is a mechanism for replicating the database
|
29
|
to other metacat instances for backup and load balancing purposes.
|
30
|
Metacat currently uses an LDAP database for authenticating users, but
|
31
|
was written to accomodate other authentication services as well.
|
32
|
|
33
|
Release Notes
|
34
|
|
35
|
Fixes in 1.2.1:
|
36
|
1) If an inserted EML dataset document has NOT a triple links an access
|
37
|
control document with itself, Metacat will no longer create an
|
38
|
entries in the xml_access table for access file itself.
|
39
|
2) Fixed bugzilla bug 916. Metacat will no longer throw an exception
|
40
|
when there are illegal characters in the spatial search fields.
|
41
|
|
42
|
Installation
|
43
|
------------
|
44
|
See the file "docs/user/metacatinstall.html" for detailed instructions.
|
45
|
|
46
|
Documentation
|
47
|
-------------
|
48
|
See the docs directory for detailed documentation and installation
|
49
|
instructions.
|
50
|
|
51
|
Details of the Metacat architecture can be found on the website for
|
52
|
the Knowledge Network for Biocomplexity (KNB):
|
53
|
|
54
|
http://knb.ecoinformatics.org/software/metacat/
|
55
|
|
56
|
Contributions to this work are welcome. Please see the above web site
|
57
|
for details on how to contribute.
|
58
|
|
59
|
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
|
60
|
-----------------------------------------------------------------------------
|
61
|
If you discover a bug
|
62
|
please report it, either by email (above) or by using our bug tracking
|
63
|
system (http://bugzilla.ecoinformatics.org). There is a list of currently
|
64
|
unimplemented features in Bugzilla that we are working on for the next
|
65
|
release (no, we don't have a date yet!).
|
66
|
|
67
|
Legalese
|
68
|
--------
|
69
|
This software is copyrighted by The Regents of the University of California
|
70
|
and the National Center for Ecological Analysis and Synthesis
|
71
|
and licensed under the GNU GPL; see the 'LICENSE' file for
|
72
|
details.
|
73
|
|
74
|
This material is based upon work supported by the
|
75
|
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
|
76
|
Any opinions, findings and conclusions or recomendations expressed in this
|
77
|
material are those of the author(s) and do not necessarily reflect
|
78
|
the views of the National Science Foundation (NSF).
|
79
|
|
80
|
This product includes software developed by the Apache Software
|
81
|
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
|
82
|
for details.
|
83
|
|
84
|
The source code, object code, and documentation in the com.oreilly.servlet
|
85
|
package is copyright and owned by Jason Hunter. See the cos-license.html file
|
86
|
for details of the license. Licensor retains title to and ownership of the
|
87
|
Software and all enhancements, modifications, and updates to the Software.
|