You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by es...@apache.org on 2007/03/20 00:54:31 UTC

svn commit: r520185 - in /portals/pluto/trunk/pluto-site/src/site/xdoc: download.xml index.xml v11/deploying.xml v11/getting-started.xml

Author: esm
Date: Mon Mar 19 16:54:30 2007
New Revision: 520185

URL: http://svn.apache.org/viewvc?view=rev&rev=520185
Log:
[PLUTO-345]: Fixing incorrect distribution link.
  Updating docs for 1.1.1
  Included explanations of distributions on the download page.


Modified:
    portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml?view=diff&rev=520185&r1=520184&r2=520185
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml Mon Mar 19 16:54:30 2007
@@ -27,6 +27,24 @@
   <body>
     
     <section name="Download Pluto">
+      <div class="highlightBox">
+        <h4>About Pluto Distributions</h4>
+        <p>
+          There are a number of distributions to choose from depending
+          on your needs.
+          <ul>
+            <li><strong>pluto-current-bundle</strong> - Provides Pluto and Tomcat bundled together.
+                If you are getting started with Pluto, this is the distribution you
+                want.</li>
+            <li><strong>pluto-current-bin</strong> - Provides the Pluto libraries, portal and
+                testsuite web applications.</li>
+            <li><strong>pluto-current-container-bin</strong> - Provides the Pluto container
+                libraries only.</li>
+            <li><strong>pluto-current-src</strong> - Provides the Pluto source code; requires
+                that you build and deploy Pluto on your own.</li>
+          </ul>
+        </p>
+      </div>
       <p>
         The Apache Pluto source and binary distributions can be downloaded from
         <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">a Pluto

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml?view=diff&rev=520185&r1=520184&r2=520185
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml Mon Mar 19 16:54:30 2007
@@ -45,13 +45,13 @@
       </div>
       
       <div class="highlightBox">
-        <h5>Get Pluto 1.1.0</h5>
+        <h5>Get Pluto 1.1.1</h5>
         <p>
           <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">
             <img valign="top" src="images/download.gif" border="0" title="download"/>
             Download
           </a>
-          Pluto 1.1.0 GA (19Mb)
+          Pluto 1.1.1 GA (19Mb)
         </p>
         <ul>
           <li><a href="v11/getting-started.html">Installation Guide</a></li>
@@ -100,16 +100,9 @@
     <section name="Project Status">
       <p>
         Apache Pluto is a subproject of the Apache Portals Project. The current
-        stable release of Apache Pluto is version 1.1.0, which is currently being
+        stable release of Apache Pluto is version 1.1.1 which is currently being
         actively developed as the Reference Implementation of JSR-286.
       </p>
-      <subsection name="Pluto 1.0.1">
-        <p>
-          Pluto 1.0.1 is the first stable release of Pluto. This version of
-          Pluto is utilized as the portlet container for Jetspeed and other
-          portals. In addition, Pluto 1.0.1 is embeded within Apache Geronimo.
-        </p>
-      </subsection>
       <subsection name="Pluto 1.1">
         <p>
           Pluto 1.1 introduces a new container architecture. If you are
@@ -122,6 +115,13 @@
           started with, easier to understand, and easier to embed with your
           portal. Your feedback regarding how far we've come is always welcome
           on the user and developer mailing lists!
+        </p>
+      </subsection>
+      <subsection name="Pluto 1.0.1">
+        <p>
+          Pluto 1.0.1 is the first stable release of Pluto. This version of
+          Pluto is utilized as the portlet container for Jetspeed and other
+          portals. In addition, Pluto 1.0.1 is embeded within Apache Geronimo.
         </p>
       </subsection>
     </section>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml?view=diff&rev=520185&r1=520184&r2=520185
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml Mon Mar 19 16:54:30 2007
@@ -113,8 +113,8 @@
   <name>${pom.artifactId}</name>
   <!-- Dependency Version Properties ======================================= -->
   <properties>
-  	<!-- Change this for a new Pluto version -->
-    <pluto.version>1.1.0</pluto.version>
+    <!-- Change this for a new Pluto version -->
+    <pluto.version>1.1.1</pluto.version>
     <portlet-api.version>1.0</portlet-api.version>
     <servlet-api.version>2.4</servlet-api.version>
     <jsp-api.version>2.0</jsp-api.version>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml?view=diff&rev=520185&r1=520184&r2=520185
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml Mon Mar 19 16:54:30 2007
@@ -47,7 +47,7 @@
       </div>
       <ol>
         <li>Download the Pluto 1.1 binary distribution named <strong>pluto-current-bundle</strong> from 
-        a <a href="http://cvs.apache.org/dist/portals/pluto/">distribution site</a>.</li>
+        a <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">distribution site</a>.</li>
         <li>Unzip the binary distribution into a directory.</li>
         	<ol>
         		<li>&lt;PLUTO-1.1-HOME&gt; will be the top level directory.</li>
@@ -103,8 +103,8 @@
 		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/trunk/ pluto</pre>
 		</p>
 
-		<p>To check out Pluto 1.1.0 source to the 'pluto' directory use this command:
-		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.0 pluto</pre>
+		<p>To check out Pluto 1.1.1 source to the 'pluto' directory use this command:
+		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.1 pluto</pre>
 		</p>
 
         <p>
@@ -185,10 +185,10 @@
           <ul>
             <li>castor-1.0.jar</li>
             <li>portlet-api-1.0.jar</li>
-            <li>pluto-container-1.1.0.jar</li>
-            <li>pluto-descriptor-api-1.1.0.jar</li>
-            <li>pluto-descriptor-impl-1.1.0.jar</li>
-            <li>pluto-taglib-1.1.0.jar</li>
+            <li>pluto-container-1.1.1.jar</li>
+            <li>pluto-descriptor-api-1.1.1.jar</li>
+            <li>pluto-descriptor-impl-1.1.1.jar</li>
+            <li>pluto-taglib-1.1.1.jar</li>
           </ul>
         </p>
         <p>