r4522 - trunk/docs/dev

daigle at ecoinformatics.org daigle at ecoinformatics.org
Thu Nov 6 11:36:14 PST 2008


Author: daigle
Date: 2008-11-06 11:36:14 -0800 (Thu, 06 Nov 2008)
New Revision: 4522

Modified:
   trunk/docs/dev/index.html
Log:
Index page for development documentation.

Modified: trunk/docs/dev/index.html
===================================================================
--- trunk/docs/dev/index.html	2008-11-06 19:35:38 UTC (rev 4521)
+++ trunk/docs/dev/index.html	2008-11-06 19:36:14 UTC (rev 4522)
@@ -32,21 +32,21 @@
 </tr>
 <tr>
   <td>
-  <p><a href="/software/download.html">Download Metacat</a></p>
-  <p><a href="./metacatinstall.html">Metacat Installation Instructions</a></p>
   <p>Metacat is a flexible metadata database. It utilizes 
      <a href="http://www.w3.org/TR/REC-xml" target="offline">XML</a> as a 
      common syntax for representing the large number of metadata content
      standards that are relevant to ecology.  Thus, Metacat is a generic XML
      database that allows storage, query, and retrieval of arbitrary XML 
-     documents without prior knowledge of the XML schema.
+     documents without prior knowledge of the XML schema.  For a user level
+     overview of Metacat, please visit the 
+     <a href="../user/metacattour.html">Metacat Tour</a> documentation.
   </p>
   <p>
      The Metacat database models XML documents as a DOM tree, basically 
      decomposing the nodes of the XML document and storing the node data
      as a series of records in a relational database via a JDBC connection.
-     At this point, only Oracle and PostgreSQL have been tested as a backend databases, but
-     we have avoided RDBMS specific features in order to maintain portability
+     At this point, only Oracle and PostgreSQL have been tested as a back end databases, 
+     but we have avoided RDBMS specific features in order to maintain portability
      to other relational databases.
   </p>
   <p>
@@ -58,20 +58,19 @@
      supported mechanism for interacting with Metacat, but have not yet
      implemented this functionality.
   </p>
-  <p><img src="./metacat.gif" /></p>
+  <p><img src="../user/metacat.gif" /></p>
   </td>
 </tr>
 <tr><td>&nbsp;</td></tr>
 
 <tr>
   <td>The pages below provide more detailed descriptions of the 
-      various components of the Metacat Servlet. Take the Metacat Tour for 
-      a detailed look at the algorithms and implementation of Metacat.
-
+      various development and architecture subjects involved in Metacat.
     <ul>
-      <li> <a href="./metacattour.html">A Tour of Metacat</a></li>
-      <li> <a href="./dev/api/index.html" target="offline">Javadoc API 
-           Documentation</a></li>
+      <li> Metacat developement hardware requirements </li>
+      <li> Metacat Architecture </li>
+      <li> Setting up a Metacat Eclipse project </li>
+      <li> <a href="./testmetacat.html">Testing Metacat</a></li>
     </ul>
   </td>
 </tr>



More information about the Metacat-cvs mailing list