1 |
666
|
jones
|
#
|
2 |
|
|
# '$RCSfile$'
|
3 |
|
|
# '$Author$'
|
4 |
|
|
# '$Revision$'
|
5 |
|
|
# '$Date$'
|
6 |
|
|
#
|
7 |
|
|
|
8 |
|
|
Metacat: XML Metadata Database
|
9 |
|
|
------------------------------
|
10 |
|
|
|
11 |
895
|
berkley
|
Version: 1.0.3 Release
|
12 |
666
|
jones
|
|
13 |
861
|
jones
|
Send feedback and bugs to: knb-software@nceas.ucsb.edu
|
14 |
696
|
jones
|
|
15 |
666
|
jones
|
Contributors: Matt Jones (jones@nceas.ucsb.edu)
|
16 |
|
|
Chad Berkley (berkley@nceas.ucsb.edu)
|
17 |
|
|
Jivka Bojilova (bojilova@nceas.ucsb.edu)
|
18 |
|
|
Dan Higgins (higgins@nceas.ucsb.edu)
|
19 |
|
|
|
20 |
861
|
jones
|
This is Metacat, a flexible database storage system for XML formatted
|
21 |
666
|
jones
|
documents. Metacat models the structure of the XML document, therefore
|
22 |
|
|
allowing storage of XML documents with arbitrary schemas. The current
|
23 |
|
|
implementation stores data in a backend Oracle RDBMS, but was designed
|
24 |
|
|
to support other RDBMS systems as well. The server supports XML document
|
25 |
|
|
storage, retrievel, query, validation, and transformation (using the XSLT
|
26 |
|
|
stylesheet language). In addition, there is a mechanism for replicating
|
27 |
861
|
jones
|
the database to other metacat instances for backup and load balancing
|
28 |
666
|
jones
|
purposes. Metacat currently uses an LDAP database for authenticating
|
29 |
|
|
users, but was written to accomodate other authentication services as well.
|
30 |
|
|
|
31 |
877
|
jones
|
Release Notes
|
32 |
|
|
-------------
|
33 |
|
|
This is a simple interim bug fix. No major functionality changes. Bugs
|
34 |
|
|
fixed include:
|
35 |
890
|
berkley
|
Fixes in 1.0.1
|
36 |
877
|
jones
|
1) Fixed problem with authenticating using LDAP referrals
|
37 |
|
|
2) Fixed bug that prevent groups from being used in access documents
|
38 |
890
|
berkley
|
Fixes in 1.0.2
|
39 |
|
|
1) Fixed problem with LDAP locking up Metacat when a referral server
|
40 |
|
|
was not available.
|
41 |
895
|
berkley
|
Fixes in 1.0.3
|
42 |
|
|
1) Fixed problem with Metacat not being able to query for group names when
|
43 |
|
|
and LDAP referral server was down. Added an LDAP timeout of 5 seconds
|
44 |
|
|
for all referral activity.
|
45 |
|
|
2) Fixed problem where invalid xml characters such as ampersands (&) could
|
46 |
|
|
be inserted into the resultset xml stream.
|
47 |
|
|
|
48 |
883
|
jones
|
Installation
|
49 |
|
|
------------
|
50 |
|
|
See the file "docs/user/metacatinstall.html" for detailed instructions.
|
51 |
|
|
|
52 |
861
|
jones
|
Documentation
|
53 |
|
|
-------------
|
54 |
666
|
jones
|
See the docs directory for detailed documentation and installation
|
55 |
|
|
instructions.
|
56 |
|
|
|
57 |
|
|
Details of the Metacat architecture can be found on the website for
|
58 |
|
|
the Knowledge Network for Biocomplexity (KNB):
|
59 |
|
|
|
60 |
805
|
jones
|
http://knb.ecoinformatics.org/software/metacat/
|
61 |
666
|
jones
|
|
62 |
|
|
Contributions to this work are welcome. Please see the above web site
|
63 |
|
|
for details on how to contribute.
|
64 |
|
|
|
65 |
848
|
jones
|
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
|
66 |
|
|
-----------------------------------------------------------------------------
|
67 |
861
|
jones
|
There are no known bugs in the current release (yet). If you discover one
|
68 |
|
|
please report it, either by email (above) or by using our bug tracking
|
69 |
|
|
system (http://bugzilla.ecoinformatics.org). There is a list of currently
|
70 |
|
|
unimplemented features in Bugzilla that we are working on for the next
|
71 |
|
|
release (no, we don't have a date yet!).
|
72 |
805
|
jones
|
|
73 |
|
|
Legalese
|
74 |
|
|
--------
|
75 |
666
|
jones
|
This software is copyrighted by The Regents of the University of California
|
76 |
|
|
and the National Center for Ecological Analysis and Synthesis
|
77 |
|
|
and licensed under the GNU GPL; see the 'LICENSE' file for
|
78 |
|
|
details.
|
79 |
|
|
|
80 |
|
|
This material is based upon work supported by the
|
81 |
|
|
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
|
82 |
|
|
Any opinions, findings and conclusions or recomendations expressed in this
|
83 |
|
|
material are those of the author(s) and do not necessarily reflect
|
84 |
|
|
the views of the National Science Foundation (NSF).
|