1 |
981
|
tao
|
#
|
2 |
666
|
jones
|
# '$RCSfile$'
|
3 |
|
|
# '$Author$'
|
4 |
|
|
# '$Revision$'
|
5 |
|
|
# '$Date$'
|
6 |
|
|
#
|
7 |
|
|
|
8 |
|
|
Metacat: XML Metadata Database
|
9 |
|
|
------------------------------
|
10 |
|
|
|
11 |
1335
|
berkley
|
Version: 1.2.1 Release
|
12 |
666
|
jones
|
|
13 |
1295
|
jones
|
Send feedback and bugs to: metacat-dev@ecoinformatics.org
|
14 |
|
|
http://bugzilla.ecoinformatics.org
|
15 |
696
|
jones
|
|
16 |
666
|
jones
|
Contributors: Matt Jones (jones@nceas.ucsb.edu)
|
17 |
|
|
Chad Berkley (berkley@nceas.ucsb.edu)
|
18 |
981
|
tao
|
Jing Tao (tao@nceas.ucsb.edu)
|
19 |
666
|
jones
|
Jivka Bojilova (bojilova@nceas.ucsb.edu)
|
20 |
|
|
Dan Higgins (higgins@nceas.ucsb.edu)
|
21 |
1311
|
berkley
|
|
22 |
982
|
berkley
|
Metacat is a flexible database storage system for XML formatted
|
23 |
666
|
jones
|
documents. Metacat models the structure of the XML document, therefore
|
24 |
1003
|
berkley
|
allowing storage of XML documents with arbitrary schemas. Metacat supports
|
25 |
1307
|
jones
|
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 |
666
|
jones
|
|
33 |
877
|
jones
|
Release Notes
|
34 |
1308
|
tao
|
|
35 |
1334
|
tao
|
Fixes in 1.2.1:
|
36 |
1337
|
tao
|
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 |
1335
|
berkley
|
2) Fixed bugzilla bug 916. Metacat will no longer throw an exception
|
40 |
|
|
when there are illegal characters in the spatial search fields.
|
41 |
1334
|
tao
|
|
42 |
883
|
jones
|
Installation
|
43 |
|
|
------------
|
44 |
|
|
See the file "docs/user/metacatinstall.html" for detailed instructions.
|
45 |
|
|
|
46 |
861
|
jones
|
Documentation
|
47 |
|
|
-------------
|
48 |
1311
|
berkley
|
See the docs directory for detailed documentation and installation
|
49 |
666
|
jones
|
instructions.
|
50 |
|
|
|
51 |
1311
|
berkley
|
Details of the Metacat architecture can be found on the website for
|
52 |
666
|
jones
|
the Knowledge Network for Biocomplexity (KNB):
|
53 |
|
|
|
54 |
805
|
jones
|
http://knb.ecoinformatics.org/software/metacat/
|
55 |
666
|
jones
|
|
56 |
|
|
Contributions to this work are welcome. Please see the above web site
|
57 |
|
|
for details on how to contribute.
|
58 |
|
|
|
59 |
848
|
jones
|
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
|
60 |
|
|
-----------------------------------------------------------------------------
|
61 |
982
|
berkley
|
If you discover a bug
|
62 |
861
|
jones
|
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 |
1311
|
berkley
|
unimplemented features in Bugzilla that we are working on for the next
|
65 |
861
|
jones
|
release (no, we don't have a date yet!).
|
66 |
805
|
jones
|
|
67 |
|
|
Legalese
|
68 |
|
|
--------
|
69 |
666
|
jones
|
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 |
1311
|
berkley
|
This material is based upon work supported by the
|
75 |
666
|
jones
|
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
|
76 |
|
|
Any opinions, findings and conclusions or recomendations expressed in this
|
77 |
1311
|
berkley
|
material are those of the author(s) and do not necessarily reflect
|
78 |
666
|
jones
|
the views of the National Science Foundation (NSF).
|
79 |
1307
|
jones
|
|
80 |
1311
|
berkley
|
This product includes software developed by the Apache Software
|
81 |
1307
|
jones
|
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
|
82 |
|
|
for details.
|
83 |
|
|
|
84 |
1311
|
berkley
|
The source code, object code, and documentation in the com.oreilly.servlet
|
85 |
1307
|
jones
|
package is copyright and owned by Jason Hunter. See the cos-license.html file
|
86 |
1311
|
berkley
|
for details of the license. Licensor retains title to and ownership of the
|
87 |
1307
|
jones
|
Software and all enhancements, modifications, and updates to the Software.
|