You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by tv...@apache.org on 2007/05/26 16:02:05 UTC

svn commit: r541893 - in /jakarta/jcs/trunk/xdocs: DownloadPage.xml Downloads.xml changes.xml index.xml

Author: tv
Date: Sat May 26 07:02:04 2007
New Revision: 541893

URL: http://svn.apache.org/viewvc?view=rev&rev=541893
Log:
- Added download information to the download page
- Added a paragraph of information about the release to the index page
- Removed the superfluous Download.xml
- Changed "in CVS" to "in SVN" for the changes

Removed:
    jakarta/jcs/trunk/xdocs/Downloads.xml
Modified:
    jakarta/jcs/trunk/xdocs/DownloadPage.xml
    jakarta/jcs/trunk/xdocs/changes.xml
    jakarta/jcs/trunk/xdocs/index.xml

Modified: jakarta/jcs/trunk/xdocs/DownloadPage.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/xdocs/DownloadPage.xml?view=diff&rev=541893&r1=541892&r2=541893
==============================================================================
--- jakarta/jcs/trunk/xdocs/DownloadPage.xml (original)
+++ jakarta/jcs/trunk/xdocs/DownloadPage.xml Sat May 26 07:02:04 2007
@@ -1,4 +1,9 @@
 <?xml version="1.0"?>
+
+<!DOCTYPE xdoc [
+    <!ENTITY nbsp "&#160;">
+]>
+
 <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -20,25 +25,65 @@
 
 <document>
   <properties>
-    <title>Downloads</title>
+    <title>Downloading JCS</title>
     <author email="asmuts@apache.org">Aaron Smuts</author>
+    <author email="tv@apache.org">Thomas Vandahl</author>
   </properties>
 
   <body>
-    <section name="Binaries">
+    <section name="Releases">
+      <p>
+        The latest release version of JCS is 1.3. Grab it here. The core JCS jar is compiled using JDK 1.3.
+      </p>
+      <subsection name="Binary versions">
       <p>
-	We will be offering a release via the standard Jakarta
-	download page very soon.
+        <ul>
+          <li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/binaries/jcs-1.3.tar.gz">
+              JCS 1.3 Binary Distribution in TAR format</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.tar.gz.asc">Signature</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.tar.gz.md5">MD5</a>
+          </li>
+          <li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/binaries/jcs-1.3.zip">
+              JCS 1.3 Binary Distribution in ZIP format</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.zip.asc">Signature</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.zip.md5">MD5</a>
+          </li>
+        </ul>
       </p>
+      </subsection>   
+      <subsection name="Source versions">
       <p>
-     	For now, you can find versioned binary releases of JCS in
-     	the tempbuild directory of the repository.
+        <ul>
+          <li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/sources/jcs-1.3-src.tar.gz">
+              JCS 1.3 Source Distribution in TAR format</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.tar.gz.asc">Signature</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.tar.gz.md5">MD5</a>
+          </li>
+          <li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/sources/jcs-1.3-src.zip">
+              JCS 1.3 Source Distribution in ZIP format</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.zip.asc">Signature</a>&nbsp;
+            <a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.zip.md5">MD5</a>
+          </li>
+        </ul>
       </p>
+      </subsection>
+    </section>
+    <section name="Versioned Temp Builds">
       <p>
-        <a href="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/">HERE</a>
+        You can find versioned binary builds of JCS in
+        the 
+        <a href="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/">tempbuild</a> 
+        directory of the repository.
       </p>
+    </section>
+    <section name="Getting The Development Source From SVN">
       <p>
-	The core JCS jar is compiled using JDK 1.3.
+        You can check out the latest source from the Jakarta SVN module.<br/>
+        JCS resides in the jakarta/jcs module.
+
+        <source><![CDATA[svn checkout http://svn.apache.org/repos/asf/jakarta/jcs/trunk]]></source>
+
+        or browse the source code through <a href="http://svn.apache.org/viewvc/jakarta/jcs">ViewVC</a>.
       </p>
     </section>
   </body>

Modified: jakarta/jcs/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/xdocs/changes.xml?view=diff&rev=541893&r1=541892&r2=541893
==============================================================================
--- jakarta/jcs/trunk/xdocs/changes.xml (original)
+++ jakarta/jcs/trunk/xdocs/changes.xml Sat May 26 07:02:04 2007
@@ -24,7 +24,7 @@
 	</properties>
 	<body>
 
-		<release version="1.2.7.9.3" date="in CVS">
+		<release version="1.2.7.9.3" date="in SVN">
 			<action dev="asmuts" type="fix" issue="JCS-15"
 				due-to="Kevin Preece">
 				Fixed partial key and group id removal bug in indexed disk cache.
@@ -40,7 +40,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.9.2" date="in CVS">
+		<release version="1.2.7.9.2" date="in SVN">
 			<action dev="asmuts" type="update">
 				Added a summary page to the JCSAdmin.jsp that just dumps
 				the stats for a region. It doesn't display all the keys.
@@ -58,7 +58,7 @@
 
 		</release>
 
-		<release version="1.2.7.9" date="in CVS">
+		<release version="1.2.7.9" date="in SVN">
 			<action dev="asmuts" type="fix" issue="JCS-1">
 				Fixed last element too small recycle bin bug.
 			</action>
@@ -84,7 +84,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.8" date="in CVS">
+		<release version="1.2.7.8" date="in SVN">
 			<action dev="asmuts" type="update">
 				Added the ability to schedule optimizations for the
 				MySQL disk cache. It can also recover from optimization
@@ -93,7 +93,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.7" date="in CVS">
+		<release version="1.2.7.7" date="in SVN">
 			<action dev="asmuts" type="fix"
 				due-to="Brian Crow  @noteworthyms.com">
 				Fixed the array index out of bounds exception in the
@@ -101,7 +101,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.6" date="in CVS">
+		<release version="1.2.7.6" date="in SVN">
 			<action dev="asmuts" type="fix"
 				due-to="Rick Szeto @vizible.com">
 				Fixed UDP discovery configuration problem. The discovery
@@ -115,7 +115,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.3" date="in CVS">
+		<release version="1.2.7.3" date="in SVN">
 			<action dev="asmuts" type="update" due-to="">
 				You can now configure the remote cache client to not
 				receive from the remote server.
@@ -129,7 +129,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.2" date="in CVS">
+		<release version="1.2.7.2" date="in SVN">
 			<action dev="asmuts" type="update" due-to="">
 				You can configure the remote cache to use a custom RMI
 				Socket Factory with socket timeouts.
@@ -143,7 +143,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.1" date="in CVS">
+		<release version="1.2.7.1" date="in SVN">
 			<action dev="asmuts" type="update" due-to="">
 				Added a JDBC disk cache. It has been tested with MYSql
 				and HSQL.
@@ -158,7 +158,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.7.0" date="in CVS">
+		<release version="1.2.7.0" date="in SVN">
 			<action dev="asmuts" type="update" due-to="">
 				Removed dependencies on commons-lang and on
 				commons-collections from the core of JCS.
@@ -171,7 +171,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.6.9" date="in CVS">
+		<release version="1.2.6.9" date="in SVN">
 			<action dev="asmuts" type="update" due-to="">
 				The remote cache now sends a byte array to the server
 				instead of the class. This allows you to run the remote
@@ -193,7 +193,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.6.8" date="in CVS">
+		<release version="1.2.6.8" date="in SVN">
 			<action dev="asmuts" type="fix" due-to="">
 				Moved synchronization from the client to the sorted
 				preferential array. This solved the index out of bounds
@@ -204,7 +204,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.6.7" date="in CVS">
+		<release version="1.2.6.7" date="in SVN">
 			<action dev="asmuts" type="fix"
 				due-to="Adam Siefker @amazon.com">
 				Fixed shutdown for lateral. Added shutdown observer
@@ -220,7 +220,7 @@
 			</action>
 		</release>
 
-		<release version="1.2.6.6" date="in CVS">
+		<release version="1.2.6.6" date="in SVN">
 			<action dev="asmuts" type="fix">
 				Properties are loaded using the current thread's
 				classloader by default.

Modified: jakarta/jcs/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/xdocs/index.xml?view=diff&rev=541893&r1=541892&r2=541893
==============================================================================
--- jakarta/jcs/trunk/xdocs/index.xml (original)
+++ jakarta/jcs/trunk/xdocs/index.xml Sat May 26 07:02:04 2007
@@ -25,6 +25,14 @@
 	</properties>
 
 	<body>
+        <section name="News: Version 1.3 is available">
+            <p>
+                The Java Caching System, version 1.3 has been released.
+                This release is actually the first official release of JCS.
+                You can download it from the
+                <a href="DownloadPage.html">Download</a> page.
+            </p>
+        </section>
 		<section name="Java Caching System">
 			<p>
 				JCS is a distributed caching system written in java. It



---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-dev-help@jakarta.apache.org