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 an...@apache.org on 2007/10/02 22:18:20 UTC

svn commit: r581372 - in /db/jdo/site/xdocs: downloads.xml releases/release-2.0.xml

Author: andyj
Date: Tue Oct  2 13:18:19 2007
New Revision: 581372

URL: http://svn.apache.org/viewvc?rev=581372&view=rev
Log:
JDO-537 Try to make downloads more obvious

Modified:
    db/jdo/site/xdocs/downloads.xml
    db/jdo/site/xdocs/releases/release-2.0.xml

Modified: db/jdo/site/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/downloads.xml?rev=581372&r1=581371&r2=581372&view=diff
==============================================================================
--- db/jdo/site/xdocs/downloads.xml (original)
+++ db/jdo/site/xdocs/downloads.xml Tue Oct  2 13:18:19 2007
@@ -18,75 +18,18 @@
 -->
 
 <document>
-
- <properties>
-  <title>Downloads</title>
-  <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
- </properties>
-
- <body>
-
-<section name="About JDO Releases">
-            <p>
-                A release of JDO 2 includes the JDO 2.0 API, the
-                Technology Compatibility Kit (TCK), and the TCK dependencies.
-                The TCK is available only in source form. The other
-                projects are available as source and binary, and
-                as raw jar files.
-
-<ul>
-<li> 
-    The api20 project contains source to build jdo.jar,
-    which defines the JDO API version 2.0.
-    The jar file is the only artifact needed for users who wish to compile 
-    their programs using the JDO 2.0 API.
-    It can be downloaded automatically by maven and placed into the local
-    maven repository if you include the
-    proper dependency in your maven project definition. 
-    Use groupId javax.jdo, artifactId jdo2-api, version 2.0,
-    and define your remote repository as 
-    http://www.ibiblio.org/maven.
-    Alternatively, it can be downloaded manually and put into a location 
-    of your choice.
-</li>
-<li> 
-    The tck20 project contains the JDO 2.0 Technology Compatibility Kit. 
-    The source distribution is the only artifact needed to be downloaded 
-    by the user.  The dependencies (including the core20 jar, enhancer20 
-    jar, api20 jar, and JPOX) are automatically downloaded by maven as 
-    needed to run the TCK.
-</li>
-<li> 
-    The core20 project contains the JDO2 core,
-    including utility and metadata model classes.
-</li>
-<li> 
-    The enhancer20 project contains the utility classes
-    used for verifying enhanced files.
-</li>
-</ul>
-            </p>
-            <p>
-                All are available for download as source, but if you wish
-                to run the TCK you need only download the TCK project.  
-                The dependencies will be automatically downloaded by maven
-                as jar files.
-            </p>
-            <p>
-                For information on running the TCK, 
-                see <a href="tck.html">TCK</a>.
-                If downloading multiple source packages, extract them all
-                into the same directory. This will preserve the source
-                dependencies among the projects.
-            </p>
-</section>
-<section name="Latest Official Release">
-<p>
-<a href="releases/release-2.0.cgi">JDO 2.0</a> 
-<IMG vspace="0" hspace="8" SRC="images/dot_clear.gif"/>
-May 1, 2006
-</p>
-</section>
+    <properties>
+        <title>Downloads</title>
+        <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
+    </properties>
+    <body>
+    <section name="Latest Official Release">
+        <p>
+            <a href="releases/release-2.0.cgi">JDO 2.0</a> 
+            <IMG vspace="0" hspace="8" SRC="images/dot_clear.gif"/>
+            May 1, 2006
+        </p>
+    </section>
 
 <!--
 <section name="Previous Official Releases">
@@ -103,6 +46,56 @@
 </section>
 -->
 
-</body>
+    <section name="About JDO Releases">
+        <p>
+            A release of JDO 2 includes the JDO 2.0 API, the
+            Technology Compatibility Kit (TCK), and the TCK dependencies.
+            The TCK is available only in source form. The other
+            projects are available as source and binary, and as raw jar files.
+            <ul>
+            <li> 
+            The api20 project contains source to build jdo.jar,
+            which defines the JDO API version 2.0.
+            The jar file is the only artifact needed for users who wish to compile 
+            their programs using the JDO 2.0 API.
+            It can be downloaded automatically by maven and placed into the local
+            maven repository if you include the
+            proper dependency in your maven project definition. 
+            Use groupId javax.jdo, artifactId jdo2-api, version 2.0,
+            and define your remote repository as 
+            http://www.ibiblio.org/maven.
+            Alternatively, it can be downloaded manually and put into a location 
+            of your choice.
+            </li>
+            <li> 
+            The tck20 project contains the JDO 2.0 Technology Compatibility Kit. 
+            The source distribution is the only artifact needed to be downloaded 
+            by the user.  The dependencies (including the core20 jar, enhancer20 
+            jar, api20 jar, and JPOX) are automatically downloaded by maven as 
+            needed to run the TCK.
+            </li>
+            <li> 
+            The core20 project contains the JDO2 core,
+            including utility and metadata model classes.
+            </li>
+            <li> 
+            The enhancer20 project contains the utility classes
+            used for verifying enhanced files.
+            </li>
+            </ul>
+        </p>
+        <p>
+            All are available for download as source, but if you wish
+            to run the TCK you need only download the TCK project.  
+            The dependencies will be automatically downloaded by maven
+            as jar files.
+        </p>
+        <p>
+            For information on running the TCK, see <a href="tck.html">TCK</a>.
+            If downloading multiple source packages, extract them all
+            into the same directory. This will preserve the source
+            dependencies among the projects.
+        </p>
+    </section>
+    </body>
 </document>
-

Modified: db/jdo/site/xdocs/releases/release-2.0.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/releases/release-2.0.xml?rev=581372&r1=581371&r2=581372&view=diff
==============================================================================
--- db/jdo/site/xdocs/releases/release-2.0.xml (original)
+++ db/jdo/site/xdocs/releases/release-2.0.xml Tue Oct  2 13:18:19 2007
@@ -1,128 +1,142 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <document>
-<properties>
-<title>Apache JDO 2.0 Release</title>
-<author email="jdoj-dev@db.apache.org">JDO Documentation Team</author>
-</properties>
-<body>
-<section name="JDO 2.0 Distributions">
-<p>Use the links below to download Apache JDO from one of our mirrors.
-For more information about the projects see 
-<a href="../downloads.html">Downloads</a>.
-For information on running the TCK, see <a href="../tck.html">TCK</a>.
-</p>
-<p>
-It is good practice to <a href="#Verifying">verify the integrity</a> 
-of the distribution files.
-</p>
-<p>You are currently using <strong>[preferred]</strong>. 
-If you encounter a problem with this mirror, then please select another. 
-If all mirrors are failing, there are backup mirrors at the end of the list. 
-See <a href="http://www.apache.org/mirrors/">status</a> of mirrors.
-</p>
-<form action="[location]" method="get" id="SelectMirror">
-Other mirrors: <select name="Preferred">
-[if-any http]
-  [for http]<option value="[http]">[http]</option>[end]
-[end]  
-[if-any ftp]
-  [for ftp]<option value="[ftp]">[ftp]</option>[end]
-[end]
-[if-any backup]
-  [for backup]<option value="[backup]">[backup] (backup)</option>[end]
-[end]
-</select>
-<input type="submit" value="Change" />
-</form>
-<br/>
+    <properties>
+        <title>Apache JDO 2.0 Release</title>
+        <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
+    </properties>
+    <body>
+    <section name="JDO 2.0 Distributions">
+        <p>
+			Use the links below to download Apache JDO from one of our mirrors.
+            For more information about the projects see <a href="../downloads.html">Downloads</a>.
+            For information on running the TCK, see <a href="../tck.html">TCK</a>.
+        </p>
+        <p>
+            It is good practice to <a href="#Verifying">verify the integrity</a> 
+            of the distribution files.
+        </p>
+        <p>
+			You are currently using <strong>[preferred]</strong>. 
+            If you encounter a problem with this mirror, then please select another. 
+            If all mirrors are failing, there are backup mirrors at the end of the list. 
+            See <a href="http://www.apache.org/mirrors/">status</a> of mirrors.
+        </p>
+        <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors: <select name="Preferred">
+            [if-any http]
+              [for http]<option value="[http]">[http]</option>[end]
+            [end]  
+            [if-any ftp]
+              [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            [end]
+            [if-any backup]
+              [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            [end]
+        </select>
+        <input type="submit" value="Change" />
+        </form>
+        <br/>
 
-<subsection name="Release Notes">
-<p>
-<a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12310830&amp;styleName=Html&amp;projectId=10630">View release notes for JDO 2.0</a>
-</p> 
-</subsection>
-<subsection name="API">
-<p>
-    <a href="http://www.ibiblio.org/maven/javax.jdo/jars/jdo2-api-2.0.jar">jdo2-api-2.0.jar</a>
-    [<a href="http://www.ibiblio.org/maven/javax.jdo/jars/jdo2-api-2.0.jar.asc">PGP</a>]
-[<a href="http://www.ibiblio.org/maven/javax.jdo/jars/jdo2-api-2.0.jar.md5">MD5</a>]
-</p>
-<p>
-<a href="http://www.ibiblio.org/maven/javax.jdo/poms/jdo2-api-2.0.pom">jdo2-api-2.0.pom</a>
-[<a href="http://www.ibiblio.org/maven/javax.jdo/poms/jdo2-api-2.0.pom.asc">PGP</a>]
-[<a href="http://www.ibiblio.org/maven/javax.jdo/poms/jdo2-api-2.0.pom.md5">MD5</a>]
-</p>
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-api-2.0-src.zip">jdo2-api-2.0-src.zip</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.zip.md5">MD5</a>]
-</p>
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-api-2.0-src.tar.gz">jdo2-api-2.0-src.tar.gz</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.tar.gz.md5">MD5</a>]
-</p> 
-</subsection>
+        <subsection name="Release Notes">
+            <p>
+            <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12310830&amp;styleName=Html&amp;projectId=10630">View release notes for JDO 2.0</a>
+            </p> 
+        </subsection>
+        <subsection name="API">
+			<p>
+				This is the basic download for all users of JDO.
+			</p>
+            <p>
+            <a href="http://www.ibiblio.org/maven/javax.jdo/jars/jdo2-api-2.0.jar">jdo2-api-2.0.jar</a>
+            [<a href="http://www.ibiblio.org/maven/javax.jdo/jars/jdo2-api-2.0.jar.asc">PGP</a>]
+            [<a href="http://www.ibiblio.org/maven/javax.jdo/jars/jdo2-api-2.0.jar.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="http://www.ibiblio.org/maven/javax.jdo/poms/jdo2-api-2.0.pom">jdo2-api-2.0.pom</a>
+            [<a href="http://www.ibiblio.org/maven/javax.jdo/poms/jdo2-api-2.0.pom.asc">PGP</a>]
+            [<a href="http://www.ibiblio.org/maven/javax.jdo/poms/jdo2-api-2.0.pom.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-api-2.0-src.zip">jdo2-api-2.0-src.zip</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.zip.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.zip.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-api-2.0-src.tar.gz">jdo2-api-2.0-src.tar.gz</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.tar.gz.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-api-2.0-src.tar.gz.md5">MD5</a>]
+            </p> 
+        </subsection>
 
-<subsection name="TCK">
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-tck-2.0-src.zip">jdo2-tck-2.0-src.zip</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.zip.md5">MD5</a>]
-</p>
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-tck-2.0-src.tar.gz">jdo2-tck-2.0-src.tar.gz</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.tar.gz.md5">MD5</a>]
-</p>
-</subsection>
+        <subsection name="TCK">
+			<p>
+				This is a download for all implementors of JDO, and for those who want to check
+				how well an implementation is compliant with the JDO specification.
+			</p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-tck-2.0-src.zip">jdo2-tck-2.0-src.zip</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.zip.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.zip.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-tck-2.0-src.tar.gz">jdo2-tck-2.0-src.tar.gz</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.tar.gz.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-tck-2.0-src.tar.gz.md5">MD5</a>]
+            </p>
+        </subsection>
 
-<subsection name="Enhancer">
-<p>
-    <a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-enhancer-2.0.jar">jdo2-enhancer-2.0.jar</a>
-    [<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/jars/jdo2-enhancer-2.0.jar.asc">PGP</a>]
-    [<a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-enhancer-2.0.jar.md5">MD5</a>]
-</p>
-<p>
-<a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-enhancer-2.0.pom">jdo2-enhancer-2.0.pom</a>
-[<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/poms/jdo2-enhancer-2.0.pom.asc">PGP</a>]
-[<a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-enhancer-2.0.pom.md5">MD5</a>]
-</p>
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-enhancer-2.0-src.zip">jdo2-enhancer-2.0-src.zip</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.zip.md5">MD5</a>]
-</p>
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-enhancer-2.0-src.tar.gz">jdo2-enhancer-2.0-src.tar.gz</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.tar.gz.md5">MD5</a>]
-</p>
-</subsection>
+        <subsection name="Enhancer">
+			<p>
+				This is only required by implementors of JDO.
+			</p>
+            <p>
+            <a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-enhancer-2.0.jar">jdo2-enhancer-2.0.jar</a>
+            [<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/jars/jdo2-enhancer-2.0.jar.asc">PGP</a>]
+            [<a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-enhancer-2.0.jar.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-enhancer-2.0.pom">jdo2-enhancer-2.0.pom</a>
+            [<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/poms/jdo2-enhancer-2.0.pom.asc">PGP</a>]
+            [<a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-enhancer-2.0.pom.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-enhancer-2.0-src.zip">jdo2-enhancer-2.0-src.zip</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.zip.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.zip.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-enhancer-2.0-src.tar.gz">jdo2-enhancer-2.0-src.tar.gz</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.tar.gz.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-enhancer-2.0-src.tar.gz.md5">MD5</a>]
+            </p>
+        </subsection>
 
-<subsection name="Core">
-<p>
-    <a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-core-2.0.jar">jdo2-core-2.0.jar</a>
-    [<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/jars/jdo2-core-2.0.jar.asc">PGP</a>]
-    [<a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-core-2.0.jar.md5">MD5</a>]
-</p>
-<p>
-<a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-core-2.0.pom">jdo2-core-2.0.pom</a>
-[<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/poms/jdo2-core-2.0.pom.asc">PGP</a>]
-[<a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-core-2.0.pom.md5">MD5</a>]
-</p>
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-core-2.0-src.zip">jdo2-core-2.0-src.zip</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.zip.md5">MD5</a>]
-</p>
-<p>
-<a href="[preferred]/db/jdo/2.0/jdo2-core-2.0-src.tar.gz">jdo2-core-2.0-src.tar.gz</a>
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.tar.gz.md5">MD5</a>]
-</p>
-</subsection>
-</section>
+        <subsection name="Core">
+			<p>
+				This is only required by implementors of JDO.
+			</p>
+            <p>
+            <a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-core-2.0.jar">jdo2-core-2.0.jar</a>
+            [<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/jars/jdo2-core-2.0.jar.asc">PGP</a>]
+            [<a href="http://www.ibiblio.org/maven/org.apache.jdo/jars/jdo2-core-2.0.jar.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-core-2.0.pom">jdo2-core-2.0.pom</a>
+            [<a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.jdo/poms/jdo2-core-2.0.pom.asc">PGP</a>]
+            [<a href="http://www.ibiblio.org/maven/org.apache.jdo/poms/jdo2-core-2.0.pom.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-core-2.0-src.zip">jdo2-core-2.0-src.zip</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.zip.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.zip.md5">MD5</a>]
+            </p>
+            <p>
+            <a href="[preferred]/db/jdo/2.0/jdo2-core-2.0-src.tar.gz">jdo2-core-2.0-src.tar.gz</a>
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.tar.gz.asc">PGP</a>]
+            [<a href="http://www.apache.org/dist/db/jdo/2.0/jdo2-core-2.0-src.tar.gz.md5">MD5</a>]
+            </p>
+        </subsection>
+        </section>
 
 <section name="Verifying Releases">
 <a name="Verifying"></a>
@@ -161,6 +175,6 @@
 Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/">fsum</a> supports MD5 and
 SHA1.</p>
 <p>We highly recommend verifying the PGP signature, though.</p>
-</section>
-</body>
+        </section>
+    </body>
 </document>