Revision 848
Added by Matt Jones about 23 years ago
README | ||
---|---|---|
8 | 8 |
Metacat: XML Metadata Database |
9 | 9 |
------------------------------ |
10 | 10 |
|
11 |
Version: 1.0.0beta2 Release
|
|
11 |
Version: 1.0.0beta3 Release
|
|
12 | 12 |
|
13 | 13 |
Feedback and bugs to: knb-software@nceas.ucsb.edu |
14 | 14 |
|
... | ... | |
39 | 39 |
Contributions to this work are welcome. Please see the above web site |
40 | 40 |
for details on how to contribute. |
41 | 41 |
|
42 |
Major Known Bugs (see http://bugzilla.ecoinformatics.org) |
|
43 |
--------------------------------------------------------- |
|
44 |
185 replication security hole |
|
45 |
258 upgrade to xerces 1.4.1 and test metacat |
|
46 |
243 metacat returns error that is not an xml document |
|
47 |
|
|
48 |
117 need new HTML interface allowing boolean search |
|
49 |
129 paged Query Returns |
|
50 |
151 need doctype equivalence specification |
|
42 |
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org) |
|
43 |
----------------------------------------------------------------------------- |
|
44 |
258 upgrade to xerces 1.4.4 and test metacat |
|
51 | 45 |
162 need harvest/batch load for metacat |
52 | 46 |
163 need data repository interface for metacat |
53 | 47 |
195 allow metacat to store files on multiple fs |
54 |
213 transaction support for packages |
|
55 |
186 add web metadata entry form for Metacat |
|
56 |
192 create a dtd for result sets |
|
57 |
33 problems with replicating of DTDs, because of PUBLIC IDs |
|
58 |
193 evaluate recursive search performance |
|
59 | 48 |
238 query performance |
60 |
95 support for Namespaces in XML documents |
|
61 |
131 add doctype identifier to returnfields |
|
62 |
171 add transform action |
|
63 |
19 need exception handling mechanism |
|
64 | 49 |
94 add DOM interface support to metacat |
65 | 50 |
|
66 | 51 |
Legalese |
build.xml | ||
---|---|---|
36 | 36 |
<property name="installdir" value="/opt/tomcat/webapps/jones" /> |
37 | 37 |
<property name="name" value="metacat"/> |
38 | 38 |
<property name="Name" value="MetaCat"/> |
39 |
<property name="release" value="1.0beta2"/>
|
|
39 |
<property name="release" value="1.0beta3"/>
|
|
40 | 40 |
<property name="web-base-url" |
41 | 41 |
value="http://knb.ecoinformatics.org"/> |
42 | 42 |
<property name="replication-path" value="/servlet/replication"/> |
... | ... | |
46 | 46 |
<property name="style-path" value="/jones/style"/> |
47 | 47 |
<property name="server" value="dev.nceas.ucsb.edu:8443"/> |
48 | 48 |
<property name="replication-log" value="/tmp/metacatreplication.log"/> |
49 |
<property name="user" value="jones"/>
|
|
50 |
<property name="password" value="your-pw-goes-here"/>
|
|
49 |
<property name="user" value="your-pw-goes-here"/>
|
|
50 |
<property name="password" value="kinkaj0u"/>
|
|
51 | 51 |
<property name="config-dir" value="${installdir}" /> |
52 | 52 |
<property name="default-style" value="knb" /> |
53 | 53 |
|
Also available in: Unified diff
Updated build.xml and README for a Beta 3 release. This is a temporary
release until the full Release 1.0 is produced next week.