Project

General

Profile

« Previous | Next » 

Revision 861

Added by Matt Jones over 22 years ago

README and build changes in preparation for the 1.0.0 release of Metacat.
The files contributing to this release are being tagged in CVS as
"METACAT_1_0_0".

View differences:

README
8 8
Metacat: XML Metadata Database
9 9
------------------------------
10 10

  
11
Version: 1.0.0beta3 Release
11
Version: 1.0.0 Release
12 12

  
13
Feedback and bugs to: knb-software@nceas.ucsb.edu
13
Send feedback and bugs to: knb-software@nceas.ucsb.edu
14 14

  
15 15
Contributors: Matt Jones (jones@nceas.ucsb.edu)
16 16
              Chad Berkley (berkley@nceas.ucsb.edu)
17 17
              Jivka Bojilova (bojilova@nceas.ucsb.edu)
18 18
              Dan Higgins (higgins@nceas.ucsb.edu)
19 19

  
20
This is Metacat, a flexible database storage system for XML formatted 
20
This is Metacat, a flexible database storage system for XML formatted
21 21
documents. Metacat models the structure of the XML document, therefore
22 22
allowing storage of XML documents with arbitrary schemas. The current
23 23
implementation stores data in a backend Oracle RDBMS, but was designed
24 24
to support other RDBMS systems as well. The server supports XML document
25 25
storage, retrievel, query, validation, and transformation (using the XSLT
26 26
stylesheet language).  In addition, there is a mechanism for replicating
27
the database to other metacat instances for backup and load balancing 
27
the database to other metacat instances for backup and load balancing
28 28
purposes.  Metacat currently uses an LDAP database for authenticating
29 29
users, but was written to accomodate other authentication services as well.
30 30

  
31
Documentation
32
-------------
31 33
See the docs directory for detailed documentation and installation 
32 34
instructions.
33 35

  
......
41 43

  
42 44
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
43 45
-----------------------------------------------------------------------------
44
258 upgrade to xerces 1.4.4 and test metacat 
45
162 need harvest/batch load for metacat 
46
163 need data repository interface for metacat 
47
195 allow metacat to store files on multiple fs 
48
238 query performance 
49
 94 add DOM interface support to metacat
46
There are no known bugs in the current release (yet).  If you discover one
47
please report it, either by email (above) or by using our bug tracking
48
system (http://bugzilla.ecoinformatics.org). There is a list of currently
49
unimplemented features in Bugzilla that we are working on for the next 
50
release (no, we don't have a date yet!).
50 51

  
51 52
Legalese
52 53
--------
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.0beta3"/>
39
      <property name="release" value="1.0.0"/>
40 40
      <property name="web-base-url" 
41 41
                value="http://knb.ecoinformatics.org"/>
42 42
      <property name="replication-path" value="/servlet/replication"/>
......
44 44
      <property name="html-path" value="/jones"/>
45 45
      <property name="image-path" value="/img/jones" />
46 46
      <property name="style-path" value="/jones/style"/>
47
      <property name="server" value="dev.nceas.ucsb.edu:8443"/>
47
      <property name="server" value="dev.nceas.ucsb.edu"/>
48 48
      <property name="replication-log" value="/tmp/metacatreplication.log"/>
49 49
      <property name="user" value="jones"/>
50 50
      <property name="password" value="your-pw-goes-here"/>
......
245 245
      <delete dir="${dist.dir}"/>
246 246
  </target> 
247 247

  
248
  <target name="emlinst" depends="init">
249
    <mkdir dir="lib/dtd" />
250
    <cvs command="checkout -d lib/dtd" package="mdstandards/eml" 
251
         tag="${eml-tag}" />
252
  </target>
253 248
</project>

Also available in: Unified diff