You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2005/07/14 03:43:21 UTC

svn commit: r218959 - in /incubator/jdo/site: ./ xdocs/ xdocs/stylesheets/

Author: clr
Date: Wed Jul 13 18:43:19 2005
New Revision: 218959

URL: http://svn.apache.org/viewcvs?rev=218959&view=rev
Log:
This is the initial checkin of the Apache JDO site based on the Geronimo site

Modified:
    incubator/jdo/site/build.xml
    incubator/jdo/site/xdocs/contributors.xml
    incubator/jdo/site/xdocs/dependencies.xml
    incubator/jdo/site/xdocs/documentation.xml
    incubator/jdo/site/xdocs/downloads.xml
    incubator/jdo/site/xdocs/faq.xml
    incubator/jdo/site/xdocs/get-involved.xml
    incubator/jdo/site/xdocs/index.xml
    incubator/jdo/site/xdocs/license.xml
    incubator/jdo/site/xdocs/mailing.xml
    incubator/jdo/site/xdocs/newshistory.xml
    incubator/jdo/site/xdocs/roadmap.xml
    incubator/jdo/site/xdocs/stylesheets/project.xml
    incubator/jdo/site/xdocs/svn.xml

Modified: incubator/jdo/site/build.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/build.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/build.xml (original)
+++ incubator/jdo/site/build.xml Wed Jul 13 18:43:19 2005
@@ -29,6 +29,8 @@
     <echo message="java.home = ${java.home}"/>
     <echo message="user.home = ${user.home}"/>
     <echo message="java.class.path = ${java.class.path}"/>
+    <echo message="docs.src = ${docs.src}"/>
+    <echo message="docs.dest = ${docs.dest}"/>
     <echo message=""/>
   
   </target>

Modified: incubator/jdo/site/xdocs/contributors.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/contributors.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/contributors.xml (original)
+++ incubator/jdo/site/xdocs/contributors.xml Wed Jul 13 18:43:19 2005
@@ -3,51 +3,39 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo Committers</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO Committers</title>
+  <author email="jdo-dev@db.apache.org">Apache JDO Development Team</author>
  </properties>
 
 <body>
 
-<section name="Apache Geronimo Committers">
+<section name="Apache JDO Committers">
 
 <p>
-    The people listed below have made significant contributions to Geronimo by
+    The people listed below have made significant contributions to JDO by
     working long and hard to make quality software for the rest of the world to
     use.
 </p>
 
 <p>
-    If you would like to contribute to Geronimo, please see the
-    <a href="roadmap.html">roadmap</a> list to find areas where you can contribute.
+    If you would like to contribute to JDO, please see the
+    <a href="roadmap.html">roadmap</a> list to find areas where you 
+    can contribute.
     If there is nothing in there that suits your interest, but you still have
     ideas, please feel free to suggest them on the mailing list.
 </p>
 
 <table>
 <tr><th>Name</th><th>Organization</th></tr>
-<tr><td>Jan Bartel</td> <td>Mortbay</td> </tr>
-<tr><td>David Blevins</td> <td>IBM</td> </tr>
-<tr><td>Simone Bordot</td> <td>HP</td> </tr>
-<tr><td>Jeremy Boynes</td> <td>IBM</td> </tr>
-<tr><td>Alan Cabrera</td> <td>Simula Labs</td> </tr>
-<tr><td>Hiram Chirino</td><td>LogicBlaze</td></tr>
-<tr><td>Gianny D'Amour</td> <td></td> </tr>
-<tr><td>Mark DeLaFranier</td> <td></td> </tr>
-<tr><td>Jason Dillon</td> <td></td> </tr>
-<tr><td>Jeff Genender</td> <td>Savoir Technologies</td> </tr>
-<tr><td>Jules Gosnell</td> <td></td> </tr>
-<tr><td>David Jencks</td> <td>IBM</td> </tr>
-<tr><td>Jacek Laskowski</td> <td>HP</td> </tr>
-<tr><td>Geir Magnusson Jr.</td> <td>IBM</td> </tr>
-<tr><td>Aaron Mulder</td> <td>Chariot Solutions</td> </tr>
-<tr><td>Srinath Perera</td> <td></td> </tr>
-<tr><td>John Sisson</td> <td></td> </tr>
-<tr><td>Bruce Snyder</td> <td>Independent</td> </tr>
-<tr><td>Davanum Srinivas</td> <td>Computer Associates</td> </tr>
-<tr><td>James Strachan</td> <td>LogicBlaze</td> </tr>
-<tr><td>Dain Sundstrom</td> <td>IBM</td> </tr>
-<tr><td>Greg Wilkins</td> <td>Mortbay</td> </tr>
+<tr><th>Craig Russell</th><th>Sun Microsystems, Inc.</th></tr>
+<tr><th>Michelle Caisse</th><th>Sun Microsystems, Inc.</th></tr>
+<tr><th>Michael Bouschen</th><th>tech@spree.de</th></tr>
+<tr><th>Michael Watzek</th><th>tech@spree.de</th></tr>
+<tr><th>Martin Zaun</th><th>Sun Microsystems, Inc.</th></tr>
+<tr><th>Erik Bengtson</th><th>JPOX</th></tr>
+<tr><th>Matthew Adams</th><th>Xcalia</th></tr>
+<tr><th>Geir Magnusson</th><th>Gluecode</th></tr>
+<tr><th>Brian McCallister</th><th></th></tr>
 </table>
 </section>
 

Modified: incubator/jdo/site/xdocs/dependencies.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/dependencies.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/dependencies.xml (original)
+++ incubator/jdo/site/xdocs/dependencies.xml Wed Jul 13 18:43:19 2005
@@ -15,49 +15,40 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  
+
 <document>
 
  <properties>
-  <title>Apache Geronimo - Project Dependencies</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO - Project Dependencies</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
-  <section name="The 'Mosaic'">
-
-  <p>
-  Apache Geronimo derives the majority of it's functionality from external projects.
-  These projects, which we somtimes refer to as part of the "Geronimo Mosiac", 
-  are independent, healthy open source communities with separate identity.
-  We try to collaborate with this as much as we can, working in those projects 
-  as much as we work here in Apache Geronimo.  
-  </p>
+  <section name="The Apache JDO Project">
 
   <p>
-  We believe that open source is valuable because of the communities behind the code - 
-  and in the case of Apache Geronimo, the 'mosaic' of projects brings additional
-  health and diversity that go beyond a single project.
- </p>
+Apache JDO is a sub-project of the Apache DB TLP. It includes two major areas:
+<ul>
+<li>
+JDO 1, Java Specification Request 12, API, Reference Implementation, and 
+Technology Compatibility Kit.
+</li>
+<li>
+JDO 2, Java Specification Request 243, API, and Technology Compatibility Kit.
+The Reference Implementation is being developed in parallel by JPOX.
+</li>
+</ul>
 
   <p> 
-  The external dependencies of Geronimo are :
+  The external dependencies of JDO are only the tools used to develop it:
   </p>
 
   <ul>
-    <li><a href="http://www.openejb.org/">OpenEJB - EJB container</a></li>
-    <li><a href="axis.apache.org">Apache Axis</a></li>
-    <li><a href="http://mx4j.sourceforge.net/">MX4J - JMX implementation</a></li>
-    <li><a href="http://jetty.mortbay.org/">Jetty - Servlets</a></li>
-    <li><a href="http://tomcat.apache.org/">Apache Tomcat - Servlets and JSPs</a></li>
-    <li><a href="http://activemq.codehaus.org/">ActiveMQ - JMS broker</a></li>
-    <li><a href="http://activeio.codehaus.org/">ActiveIO</a></li>
-    <li><a href="http://activecluster.codehaus.org/">ActiveCluster</a></li>
-    <li><a href="http://tranql.codehaus.org/">TranQL</a></li>
-    <li><a href="">Antlr</a></li>
-    <li><a href="asm.objectweb.org">ASM</a></li>
+    <li>Subversion</li>
+    <li>Maven</li>
   </ul>
 
+</p>
 </section>
 
 </body>

Modified: incubator/jdo/site/xdocs/documentation.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/documentation.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/documentation.xml (original)
+++ incubator/jdo/site/xdocs/documentation.xml Wed Jul 13 18:43:19 2005
@@ -21,31 +21,25 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
-<section name="Apache Geronimo Documentation">
+<section name="Apache JDO Documentation">
 
 <p>
 There is not yet a full manual or similar official documentation.  However,
 the resources below will help new users and developers get up to speed with
-Geronimo.
+JDO.
 </p>
 
 <subsection name="Project Resource">
 
 <ul>
-  <li>The <a href="http://wiki.apache.org/geronimo">Geronimo Wiki</a> has
-  information on running Geronimo, as well as checking out and
+  <li>The <a href="http://wiki.apache.org/jdo">JDO Wiki</a> has
+  information on running JDO, as well as checking out and
   building from source, and many other things.</li>
-  <li>Release Notes are available for milestone releases:
-    <ul>
-      <li><a href="http://cvs.apache.org/dist/geronimo/v1.0-M2/RELEASE-NOTES-1.0-M2.txt">Milestone 2</a></li>
-      <li><a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/RELEASE-NOTES-1.0-M3.txt">Milestone 3</a></li>
-    </ul>
-  </li>
 </ul>
 
 </subsection>
@@ -53,26 +47,19 @@
 <subsection name="Books">
 
 <p>
-A number of books covering Geronimo are planned or in production.  If all
-goes well, they will be ready when Geronimo 1.0 is released.
+A number of books covering JDO are planned or in production.  
 </p>
 
-<p><b>Books with Content Available Electronically</b></p>
+<p><b>Books About JDO</b></p>
 
 <ul>
-  <li><u>Geronimo: A Developer's Notebook</u> by David Blevins
-    <ul>
-      <li>First
-      <a href="http://today.java.net/pub/a/today/2004/08/02/geronimo.html">two chapters</a>
-      available at java.net</li>
-    </ul>
-  </li>
-  <li><u>Apache Geronimo Development and Deployment</u> by Aaron Mulder
-    <ul>
-      <li><a href="http://chariotsolutions.com/geronimo/">Electronic copy</a>
-      available</li>
-    </ul>
-  </li>
+  <li><a href="http://www.oreilly.com/catalog/jvadtaobj/">Java Data Objects 
+  <u>Java Data Objects</u> by Craig Russell and David Jordan. Publisher: O'Reilly</a>
+</li> 
+  <li><a href="http://www.phptr.com/bookstore/product.asp?isbn=0131407317&amp;rl=1">
+  <u>Core Java Data Objects</u> by Sameer Tyagi, Michael Vorburger, Keiron McCammon, Heiko Bobzin. Publisher: Prentice Hall</a>
+</li>
+
 </ul>      
 
 </subsection>
@@ -80,12 +67,8 @@
 <subsection name="Articles and Interviews">
 <ul>
   <li>TheServerSide.com
-    <a href="http://www.theserverside.com/talks/videos/DainSundstrom/dsl/interview.html">interview with Dain Sundstrom</a>
-    about Geronimo (transcript and video)
-  </li>
-  <li>TheServerSide.com
-    <a href="http://www.theserverside.com/talks/videos/JeremyBoynes/dsl/interview.html">interview with Jeremy Boynes</a>
-    about Geronimo (transcript and video)
+    <a href="http://www.theserverside.com/discussions/thread.tss?thread_id=771">
+discussion on JDO and Entity Beans</a>
   </li>
 </ul>
 

Modified: incubator/jdo/site/xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/downloads.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/downloads.xml (original)
+++ incubator/jdo/site/xdocs/downloads.xml Wed Jul 13 18:43:19 2005
@@ -3,8 +3,8 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
@@ -12,10 +12,7 @@
 <section name="Downloads">
 
 <p>
-Currently, Apache Geronimo has no certified releases.  However the
-following non-certified unstable and milestone releases are available.  These 
-releases are 'technology demonstrations' and not offered as a J2EE-compatible
-server.
+Currently, Apache JDO has no certified releases.
 </p>
 
 <subsection  name="Binaries">
@@ -23,48 +20,11 @@
 <p>
 <strong>Latest Unstable</strong>
 <ul>
-<li><a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.zip" class="externalLink" title="External Link">1.0-169186 zip</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.zip.asc" class="externalLink" title="External Link">PGP</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.zip.sha" class="externalLink" title="External Link">SHA</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.zip.md5" class="externalLink" title="External Link">MD5</a>
-</li>
-<li>
-    <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.tar.gz" class="externalLink" title="External Link">1.0-169186 tar.gz</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.tar.gz.asc" class="externalLink" title="External Link">PGP</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.tar.gz.sha" class="externalLink" title="External Link">SHA</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186.tar.gz.md5" class="externalLink" title="External Link">MD5</a>
-</li>
-</ul>
-</p>
-
-<p>
-<strong>Milestone 3</strong>
-<ul>
-<li><a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.zip" class="externalLink" title="External Link">1.0-M3 zip</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.zip.asc" class="externalLink" title="External Link">PGP</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.zip.sha" class="externalLink" title="External Link">SHA</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.zip.md5" class="externalLink" title="External Link">MD5</a>
-</li>
 <li>
-    <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.tar.gz" class="externalLink" title="External Link">1.0-M3 tar.gz</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.tar.gz.asc" class="externalLink" title="External Link">PGP</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.tar.gz.sha" class="externalLink" title="External Link">SHA</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3.tar.gz.md5" class="externalLink" title="External Link">MD5</a>
-</li>
-<li><a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-installer.jar" class="externalLink" title="External Link">Geronimo 1.0 M3 Installer</a> -- this is a test release of the installer.  It's an executable JAR, so install it using <tt>java -jar geronimo-1.0-M3-installer.jar</tt></li>
-<li>
-   <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/RELEASE-NOTES-1.0-M3.txt" class="externalLink" title="External Link">Release Notes</a>
 </li>
 </ul>
 </p>
 
-<p>
-<strong>Note:</strong> The Milestone 3 release did not include an updated
-<tt>README</tt> file, and as a result, the instructions included in the README
-are incorrect.  Please use the following:</p><ul>
-  <li><a href="http://svn.apache.org/viewcvs.cgi/*checkout*/geronimo/trunk/README.txt?rev=106435" class="externalLink" title="External Link">Corrected Milestone 3 README.txt</a></li>
-</ul>
-
 </subsection>
 
 <subsection name="Source_Code">
@@ -72,37 +32,8 @@
 <p><strong>Latest Unstable</strong>
 <ul>
 <li>
-   <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.zip" class="externalLink" title="External Link">1.0-169186 zip</a>
-    <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.zip.asc" class="externalLink" title="External Link">PGP</a>
-    <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.zip.sha" class="externalLink" title="External Link">SHA</a>
-    <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.zip.md5" class="externalLink" title="External Link">MD5</a>
-</li>
-<li>
-    <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.tar.gz" class="externalLink" title="External Link">1.0-169186 tar.gz</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.tar.gz.asc" class="externalLink" title="External Link">PGP</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.tar.gz.sha" class="externalLink" title="External Link">SHA</a>
-     <a href="http://cvs.apache.org/dist/geronimo/unstable/1.0-169186/geronimo-1.0-169186-src.tar.gz.md5" class="externalLink" title="External Link">MD5</a>
-</li>
-</ul>
-</p>
-<p><strong>Milestone 3</strong>
-<ul>
-<li>
-   <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.zip" class="externalLink" title="External Link">1.0-M3 zip</a>
-    <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.zip.asc" class="externalLink" title="External Link">PGP</a>
-    <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.zip.sha" class="externalLink" title="External Link">SHA</a>
-    <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.zip.md5" class="externalLink" title="External Link">MD5</a>
-</li>
-<li>
-    <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.tar.gz" class="externalLink" title="External Link">1.0-M3 tar.gz</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.tar.gz.asc" class="externalLink" title="External Link">PGP</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.tar.gz.sha" class="externalLink" title="External Link">SHA</a>
-     <a href="http://cvs.apache.org/dist/geronimo/v1.0-M3/geronimo-1.0-M3-src.tar.gz.md5" class="externalLink" title="External Link">MD5</a>
 </li>
 </ul>
-</p>
-<br/>
-<p><a href="http://cvs.apache.org/dist/geronimo/KEYS" class="externalLink" title="External Link">KEYS</a>
 </p>
 
 </subsection>

Modified: incubator/jdo/site/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/faq.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/faq.xml (original)
+++ incubator/jdo/site/xdocs/faq.xml Wed Jul 13 18:43:19 2005
@@ -19,19 +19,18 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo - Frequently Asked Questions</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO - Frequently Asked Questions</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
   <section name="General">
 
   <p>
-     <strong>What is Geronimo?</strong>
+     <strong>What is JDO?</strong>
       <blockquote>
-        Geronimo is Apache's ASF-licenced J2EE server project.
-        Please see the <a href="index.html">Overview</a> for more
-        information.
+        JDO is Java Data Objects, a datastore-agnostic interface
+        for storing Java objects in transactional datastores.
       </blockquote>
   </p>
 
@@ -56,18 +55,11 @@
         subscribe?
       </strong>
       <blockquote>
-        The developers mailing list is dev@geronimo.apache.org, a
-        high-volume list currently receiving from 600 to 1,000 messages
-        a month. You can subscribe by sending an e-mail to
-        <a href="mailto:dev-subscribe@geronimo.apache.org">dev-subscribe@geronimo.apache.org</a>. To catch up on old messages, read the
-        <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@geronimo.apache.org">mailing
-        list archive</a>.
+        The developers mailing list is jdo-dev@db.apache.org, a
+        high-volume list currently receiving from 100 to 300 messages
+        a month. 
         <br/>
-        <br/>
-        The users mailing list is user@geronimo.apache.org. You can subscribe by sending an e-mail to
-        <a href="mailto:user-subscribe@geronimo.apache.org">user-subscribe@geronimo.apache.org</a>. To catch up on old messages, read the
-        <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=user@geronimo.apache.org">mailing
-        list archive</a>.
+        The users mailing list is jdo-user@db.apache.org.
       </blockquote>
     </p>
 
@@ -76,11 +68,9 @@
       </strong>
       <blockquote>
         It does - the
-        <a href="http://wiki.apache.org/geronimo/FrontPage">Geronimo wiki</a>
-        compliments the work taking place on the mailing list and provides
-        additional information on the project. To track changes to the wiki,
-        visit the <a href="http://wiki.apache.org/geronimo/RecentChanges">recent
-        changes</a> page.
+        <a href="http://wiki.apache.org/jdo">JDO wiki</a>
+        complements the work taking place on the mailing list and provides
+        additional information on the project. 
       </blockquote>
 </p>
 </section>

Modified: incubator/jdo/site/xdocs/get-involved.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/get-involved.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/get-involved.xml (original)
+++ incubator/jdo/site/xdocs/get-involved.xml Wed Jul 13 18:43:19 2005
@@ -3,8 +3,8 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
@@ -12,7 +12,7 @@
 <section name="How do I contribute, give feedback, fix bugs and so on?">
 
 <p>
-    The Apache Geronimo project really needs and appreciates any contributions,
+    The Apache JDO project really needs and appreciates any contributions,
     including documentation help, source code and feedback. Suggested
     changes should come in the form of source code and/or very detailed
     and constructive feedback.
@@ -21,7 +21,7 @@
 <ul>
     <li>
         Discussion occurs on the <a
-        href="http://maillists.htmll">Geronimo mailling lists</a>
+        href="http://maillists.htmll">JDO mailling lists</a>
     </li>
     <li>
         Information on access to the project source code is 
@@ -29,11 +29,12 @@
     </li>
     <li>
        Bugs and other issues can be posted on the project 
-       <a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220">JIRA</a>
+       <a href="
+http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630 ">JIRA</a>
     </li>
     <li>
       Additional documentation and discussion can be found on the project
-     <a href="http://wiki.apache.org/geronimo/">wiki</a>
+     <a href="http://wiki.apache.org/jdo/">wiki</a>
    </li>
 </ul>
 

Modified: incubator/jdo/site/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/index.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/index.xml (original)
+++ incubator/jdo/site/xdocs/index.xml Wed Jul 13 18:43:19 2005
@@ -4,7 +4,7 @@
 
  <properties>
   <title>Apache JDO</title>
-  <author email="jdo-dev@incubator.apache.org">JDO Documentation Team</author>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
@@ -14,7 +14,8 @@
 <p>
 Welcome to Apache JDO, a project of the 
 <a href="http://incubator.apache.org/">Apache Incubator</a>.  Our goal is a 
-....
+thriving community of users and developers of object-database mapping
+technology.
 </p>
 
 </section>
@@ -22,18 +23,21 @@
 <section name="JDO News">
 
 <p>
-  <strong>Woogie!</strong>
+  <strong>Java Community Process!</strong>
   <blockquote>
-    Put stuff here!  repeat!
-    (<i>2005-05-06</i>)
+JDO is being developed under the Java Community Process. The Apache JDO
+project is developing the API and the Technology Compatibility Kit for
+the JDO standard.
+    (<i>2005-07-13</i>)
    </blockquote>
 </p>
 
 <p>
-  <strong>Thingy!</strong>
+  <strong>Users!</strong>
   <blockquote>
-    Put stuff here!  repeat!
-    (<i>2005-05-06</i>)
+We'd love to have you involved. Check out the Wiki. Check out the
+Specification. Join up.
+    (<i>2005-07-13</i>)
    </blockquote>
 </p>
 

Modified: incubator/jdo/site/xdocs/license.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/license.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/license.xml (original)
+++ incubator/jdo/site/xdocs/license.xml Wed Jul 13 18:43:19 2005
@@ -3,8 +3,8 @@
 <document>
  <properties>
   <title>Apache License</title>
-  <author email="dev@geronimo.apache.org">
-     Geronimo Documentation Team</author>
+  <author email="jdodev@db.apache.org">
+     JDO Documentation Team</author>
  </properties>
 
 <body>

Modified: incubator/jdo/site/xdocs/mailing.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/mailing.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/mailing.xml (original)
+++ incubator/jdo/site/xdocs/mailing.xml Wed Jul 13 18:43:19 2005
@@ -20,68 +20,49 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo Mailing Lists</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO Mailing Lists</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
 <body>
-<section name="Apache Geronimo Mailling Lists">
+<section name="Apache JDO Mailling Lists">
 
 <p>
-There are currently three publicly available mailing lists for Geronimo:
+There are currently two publicly available mailing lists for JDO. 
+The user list is for general discussion of the JDO project and JDO
+technology. It is low traffic, as the JDO project has not yet shipped.
+The dev list is for internal discussion among the JDO developers. It is
+open to the public if you are interested in seeing how the sausage is made.
 </p>
 
-<subsection name="User Mailing List">
+<table>
+<tr>
+<td>
+<p><strong>User List</strong> : <a  href="mailto:jdo-user@db.apache.org">
+ jdo-user@db.apache.org</a> </p>
+</td>
+<td>
+<p> <a  class="external" rel="nofollow" href="mailto:jdo-user-subscribe@db.apache.org">
+ Subscribe</a> </p>
+</td>
+<td>
+<p> <a  class="external" rel="nofollow" href="mailto:jdo-user-unsubscribe@db.apache.org">
+ Unsubscribe</a> </p>
+</td>
+</tr>
+<tr>
+<td>
+<p><strong>Dev List</strong> : <a  href="mailto:jdo-dev@db.apache.org"> jdo-dev@db.apache.org</a> </p>
+</td>
+<td>
+<p> <a  class="external" rel="nofollow" href="mailto:jdo-dev-subscribe@db.apache.org"> Subscribe</a> </p>
+</td>
+<td>
+<p> <a  class="external" rel="nofollow" href="mailto:jdo-dev-unsubscribe@db.apache.org"> Unsubscribe</a> </p>
+</td>
+</tr>
+</table>
 
-<p>The user mailing list is for users of Geronimo to share their experiences
-and ask questions.  Many of the developers monitor that list as well, to
-make sure questions don't go unanswered.  Currently this list has relatively
-low traffic, since Geronimo has not yet published a 1.0 release.</p>
-<ul>
-  <li><a href="mailto:user-subscribe@geronimo.apache.org">Subscribe</a> to user@geronimo.apache.org</li>
-  <li><a href="mailto:user-unsubscribe@geronimo.apache.org">Unsubscribe</a> from user@geronimo.apache.org</li>
-  <li>View the <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=user@geronimo.apache.org">user@geronimo.apache.org archives</a></li>
-</ul>
-
-</subsection>
-
-<subsection name="Developer Mailing List">
-
-<p>The developer mailing list is used by the developers to discuss
-plans, make decisions, vote on technical issues, etc.  It also gets
-change notices whenever issues are added to or updated in JIRA.  This
-list has a higher volume, though some conversations take place on IRC as
-well.</p>
-<ul>
-  <li><a href="mailto:dev-subscribe@geronimo.apache.org">Subscribe</a> to dev@geronimo.apache.org</li>
-  <li><a href="mailto:dev-unsubscribe@geronimo.apache.org">Unsubscribe</a> from dev@geronimo.apache.org</li>
-  <li>View the <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@geronimo.apache.org">dev@geronimo.apache.org archives</a></li>
-</ul>
-
-</subsection>
-
-<subsection name="Source Control Mailing List">
-
-<p>This list receives notifications (with diffs) every time a change is
-committed to the Geronimo source tree.  It also receives change notices
-for changes to the Geronimo Wiki.</p>
-<ul>
-  <li><a href="mailto:scm-subscribe@geronimo.apache.org">Subscribe</a> to scm@geronimo.apache.org</li>
-  <li><a href="mailto:scm-unsubscribe@geronimo.apache.org">Unsubscribe</a> from scm@geronimo.apache.org</li>
-  <li>View the <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=scm@geronimo.apache.org">scm@geronimo.apache.org archives</a></li>
-</ul>
-
-</subsection>
-
-<subsection name="Other Mailing Lists">
-
-<p>The Geronimo PMC has a mailing list to resolve any administrative issues,
-and the group working on TCK has a mailing list to discuss compliance issues.
-The first is limited to PMC members (most committers on the project), while the
-second is limited to committers who have signed an NDA to work on the TCK
-compliance effort.</p>
-
-</subsection>
 </section>
 </body>
 </document>

Modified: incubator/jdo/site/xdocs/newshistory.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/newshistory.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/newshistory.xml (original)
+++ incubator/jdo/site/xdocs/newshistory.xml Wed Jul 13 18:43:19 2005
@@ -3,36 +3,27 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
 
-<section name="Older Geronimo News">
+<section name="Older JDO News">
 
 <p>
-<strong>Response on code concerns</strong>
-<blockquote>
-The Apache Software Foundation has sent a response to the attorneys representing
-JBoss Inc. detailing our conclusions related to the letter from Oct 31, 2003.
-Copies of the <a href="20031031_jboss.pdf">original letter</a> and the
-<a href="20041028_jbossresponse.pdf">response</a> are available for inspection.
-(<i>2004-10-30</i>)
-</blockquote>
+<strong>JDO code donated to Apache by Sun Microsystems, Inc.</strong>
+</p>
+<p>On 9-Mar-2005 Sun Microsystems, Inc. officially donated 
+to Apache Software Foundation the
+intellectual property known as Java Data Objects, v. 1.0.2 and
+successors thereto to the extent provided by Sun.
 </p>
-
 <p>
-<strong>Questions about Code</strong>
-<blockquote>
-We have recieved a mail  <a href="20031031_jboss.pdf">a letter on behalf of
-the JBoss Group, LCC dated October 31, 2003</a> that asks for clarifications regarding 
-similarity between parts of the Geronimo codebase and the JBoss codebase. 
-We are in the process of actively reviewing not only the specific claims but also the code base in general. 
-(<i>2003-11-11</i>)
-</blockquote>
+This was accomplished via Schedule B-2 to the Software Grant and
+Corporate Contributor License Agreement (CCLA) between 
+The Apache Software Foundation and Sun Microsystems, Inc.
 </p>
-
  </section>
 
  </body>

Modified: incubator/jdo/site/xdocs/roadmap.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/roadmap.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/roadmap.xml (original)
+++ incubator/jdo/site/xdocs/roadmap.xml Wed Jul 13 18:43:19 2005
@@ -19,8 +19,8 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo - Project Roadmap</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO - Project Roadmap</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
@@ -31,7 +31,7 @@
   </p>
 
   <p>
-  <a href="mailto:dev@geronimo.apache.org?subject=New Feature Idea">Submit an Idea</a>
+  <a href="mailto:jdo-dev@db.apache.org?subject=New Feature Idea">Submit an Idea</a>
   </p>
 
 </section>

Modified: incubator/jdo/site/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/stylesheets/project.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/stylesheets/project.xml (original)
+++ incubator/jdo/site/xdocs/stylesheets/project.xml Wed Jul 13 18:43:19 2005
@@ -16,19 +16,19 @@
 
     <menu name="Community">
         <item name="Get Involved"           href="/get-involved.html"/>
-        <item name="Committers"           href="/contributors.html"/>
+        <item name="Committers"             href="/contributors.html"/>
         <item name="Mailing Lists"          href="/mailing.html"/>
         <item name="Documentation"          href="/documentation.html"/>
         <item name="FAQ"                    href="/faq.html"/>
-        <item name="Wiki"                   href="http://wiki.apache.org/geronimo"/>
+        <item name="Wiki"                   href="http://wiki.apache.org/jdo"/>
     </menu>
 
     <menu name="Development">
         <item name="Road Map / TODO"        href="/roadmap.html"/>
         <item name="Source Code"            href="/svn.html"/>
         <item name="Coding Standards"       href="http://wiki.apache.org/geronimo/CodingStandards"/>
-        <item name="JIRA"                   href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10220"/>
-        <item name="Dependencies"         href="/dependencies.html"/>
+        <item name="JIRA"                   href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630"/>
+        <item name="Dependencies"           href="/dependencies.html"/>
     </menu>
 
     </body>

Modified: incubator/jdo/site/xdocs/svn.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/svn.xml?rev=218959&r1=218958&r2=218959&view=diff
==============================================================================
--- incubator/jdo/site/xdocs/svn.xml (original)
+++ incubator/jdo/site/xdocs/svn.xml Wed Jul 13 18:43:19 2005
@@ -20,16 +20,16 @@
 <document>
 
  <properties>
-  <title>Apache Geronimo</title>
-  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+  <title>Apache JDO</title>
+  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
  </properties>
 
  <body>
 
-<section name="Apache Geronimo Source Code">
+<section name="Apache JDO Source Code">
 
 <p>
-The Geronimo project uses the
+The JDO project uses the
 <a href="http://subversion.tigris.org/">Subversion</a> version control
 system.  If you're new to Subversion, you can check out the
 <a href="http://svnbook.red-bean.com/">online book</a> about Subversion.
@@ -42,7 +42,7 @@
 <p>
 If you just want to browse the source code, you can use the
 <a
-href="http://svn.apache.org/viewcvs.cgi/geronimo/trunk/?root=Apache-SVN">ViewCVS
+href="http://svn.apache.org/viewcvs.cgi/jdo/trunk/?root=Apache-SVN">ViewCVS
 web interface</a> to Subversion.  This is current at all times.
 </p>
 
@@ -50,20 +50,21 @@
 
 <subsection name="Normal Subversion Access">
 
-<p>Anyone can check code out of Subversion.  You only need to specify a
+<p>Anyone can check code out of Subversion.  You need to specify a
 username and password in order to update the Subversion repository, and only
-Geronimo committers have the permissions to do that.  We run Subversion
-over standard HTTPS, so hopefully you won't have problems with intervening
-firewalls.</p>
+JDO committers have the permissions to do that.  We run Subversion
+over standard HTTPS. You might need to set up your local subversion
+network configuration for local proxies. Hopefully you won't have 
+problems with intervening firewalls.</p>
 
 <strong>Check out from Subversion</strong>
-<p>Again, anyone can do this.  Use a command like:</p>
-<pre>svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo</pre>
+<p>Use a command like:</p>
+<pre>% svn checkout http://svn.apache.org/repos/asf/incubator/jdo </pre>
 
 <strong>Commit Changes to Subversion</strong>
 
 <p>
-Any Geronimo committer should have a shell account on
+Any JDO committer should have a shell account on
 <tt>svn.apache.org</tt>.  Before you can commit, you'll need to set a
 Subversion password for yourself.  To do that, log in to
 <tt>svn.apache.org</tt> and run the command <i>svnpasswd</i>.
@@ -77,18 +78,17 @@
 
 <p>If Subversion can't figure out your username, you can tell it
 explicitly:</p>
-<pre>svn --username you commit</pre>
+<pre>svn --username your-username-here commit</pre>
 <p>Subversion will prompt you for a password, and once you enter it once, it
 will remember it for you.  Note this is the password you configured with
 <tt>svnpasswd</tt>, not your shell or other password.</p>
 
 </subsection>
 
-<subsection name="Building Geronimo from Source">
-<p>Refer to the <a href="http://wiki.apache.org/geronimo/Building">Wiki
-page</a> for the build procedure.  It typically takes 10-30 minutes for a full
-build, and it needs to be run while online in order to download or update a
-large number of dependencies.</p>
+<subsection name="Building JDO from Source">
+<p>Refer to the <a href="http://wiki.apache.org/jdo/FrontPage">Wiki
+page</a> for details. Note that the JDO project is subdivided into several
+smaller projects, and each project is built separately. </p>
 
 </subsection>
 </section>