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/07/09 01:04:16 UTC

svn commit: r554464 - in /portals/pluto/trunk: ./ maven-pluto-plugin/src/site/ pluto-ant-tasks/src/site/ pluto-container/ pluto-container/src/site/ pluto-descriptor-api/src/site/ pluto-descriptor-impl/src/site/ pluto-portal-driver/src/site/ pluto-porta...

Author: esm
Date: Sun Jul  8 16:04:15 2007
New Revision: 554464

URL: http://svn.apache.org/viewvc?view=rev&rev=554464
Log:
Updating Pluto website, syncronizing with what is in the 1.1.x branch.  See r539678 in the 1.1.x branch.  Moving website style elements (css, images) into pluto-site-skin module, and updating site descriptors.  Fixes website rendering problem - subproject webpages were slightly fooed.

Added:
    portals/pluto/trunk/pluto-portal-driver/src/site/site.xml
    portals/pluto/trunk/pluto-testsuite/src/site/
    portals/pluto/trunk/pluto-testsuite/src/site/site.xml
Modified:
    portals/pluto/trunk/maven-pluto-plugin/src/site/site.xml
    portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml
    portals/pluto/trunk/pluto-container/pom.xml
    portals/pluto/trunk/pluto-container/src/site/site.xml
    portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml
    portals/pluto/trunk/pluto-descriptor-impl/src/site/site.xml
    portals/pluto/trunk/pluto-portal/src/site/site.xml
    portals/pluto/trunk/pluto-site/src/site/site.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/subprojects.xml
    portals/pluto/trunk/pluto-taglib/src/site/site.xml
    portals/pluto/trunk/pom.xml

Modified: portals/pluto/trunk/maven-pluto-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/maven-pluto-plugin/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/maven-pluto-plugin/src/site/site.xml (original)
+++ portals/pluto/trunk/maven-pluto-plugin/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -24,6 +24,13 @@
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
   <body>
     <links>
       <item name="Pluto Home" href="http://portals.apache.org/pluto"/>
@@ -31,10 +38,7 @@
 	  <item name="Chinese Translation" href="http://heavyz.sourceforge.net/pluto_zh/pluto-container"/>
     </links>
 
-	<menu name="Pluto Maven Goals">
-      <item name="Getting Started" href="/getting-started.html"/>
-	</menu>
-
     ${reports}
+
   </body>
 </project>

Modified: portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -24,6 +24,13 @@
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
   <body>
     <links>
       <item name="Pluto Home" href="http://portals.apache.org/pluto"/>

Modified: portals/pluto/trunk/pluto-container/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/pom.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-container/pom.xml (original)
+++ portals/pluto/trunk/pluto-container/pom.xml Sun Jul  8 16:04:15 2007
@@ -109,7 +109,7 @@
                     </excludes>
                 </configuration>
             </plugin>
-            <plugin>
+            <!--plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
                     <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
@@ -118,7 +118,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-remote-resources-plugin</artifactId>
-            </plugin>
+            </plugin-->
         </plugins>
     </build>
 

Modified: portals/pluto/trunk/pluto-container/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-container/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-container/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -28,6 +28,12 @@
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
   
   <body>
     

Modified: portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -24,6 +24,13 @@
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
   <body>
     <links>
       <item name="Pluto Home" href="http://portals.apache.org/pluto"/>
@@ -31,10 +38,7 @@
 	  <item name="Chinese Translation" href="http://heavyz.sourceforge.net/pluto_zh/pluto-container"/>
     </links>
 
-	<menu name="Portlet Container">
-      <item name="Getting Started" href="/getting-started.html"/>
-	</menu>
-
     ${reports}
+
   </body>
 </project>

Modified: portals/pluto/trunk/pluto-descriptor-impl/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-impl/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-descriptor-impl/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-descriptor-impl/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -1,50 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed  under the  License is distributed on an "AS IS" BASIS,
-WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
-implied.
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
 
-See the License for the specific language governing permissions and
-limitations under the License.
--->
+      http://www.apache.org/licenses/LICENSE-2.0
 
-<project name="Pluto Descriptor Implementation">
-  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project name="Maven">
   <bannerLeft>
     <name>Pluto</name>
-    <src>http://portals.apache.org/pluto/images/pluto.png</src>
+    <src>http://portals.apache.org/pluto/images/pluto11.png</src>
     <href>http://portals.apache.org/pluto</href>
   </bannerLeft>
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
-  
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
   <body>
-    
     <links>
-      <item name="Pluto Home" href="http://portals.apache.org/pluto/"/>
+      <item name="Pluto Home" href="http://portals.apache.org/pluto"/>
       <item name="JSR 168" href="http://jcp.org/en/jsr/detail?id=168"/>
-      <item name="JSR 286" href="http://jcp.org/en/jsr/detail?id=286"/>
-      <item name="Chinese Translation" href="http://people.apache.org/~zheng/pluto/chinese/"/>
+	  <item name="Chinese Translation" href="http://heavyz.sourceforge.net/pluto_zh/pluto-container"/>
     </links>
-    
-    <menu name="Descriptor Services Implementation">
-      <item name="Getting Started" href="/index.html"/>
-    </menu>
-    
+
     ${reports}
-    
+
   </body>
-  
 </project>
-

Added: portals/pluto/trunk/pluto-portal-driver/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/src/site/site.xml?view=auto&rev=554464
==============================================================================
--- portals/pluto/trunk/pluto-portal-driver/src/site/site.xml (added)
+++ portals/pluto/trunk/pluto-portal-driver/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project name="Pluto Taglib">
+  <bannerLeft>
+    <name>Pluto Taglib</name>
+    <src>http://portals.apache.org/pluto/images/pluto.png</src>
+    <href>http://portals.apache.org/pluto</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://portals.apache.org/pluto/images/banner.png</src>
+  </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
+  <body>
+    <links>
+      <item name="Pluto Home" href="http://portals.apache.org/pluto"/>
+      <item name="JSR 168" href="http://jcp.org/en/jsr/detail?id=168"/>
+	  <item name="Chinese Translation" href="http://heavyz.sourceforge.net/pluto_zh/pluto-container"/>
+    </links>
+
+    ${reports}
+
+  </body>
+</project>

Modified: portals/pluto/trunk/pluto-portal/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-portal/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -24,6 +24,13 @@
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
   <body>
     <links>
       <item name="Pluto Home" href="http://portals.apache.org/pluto"/>
@@ -31,10 +38,7 @@
 	  <item name="Chinese Translation" href="http://heavyz.sourceforge.net/pluto_zh/pluto-container"/>
     </links>
 
-	<menu name="Pluto Portal">
-      <item name="Getting Started" href="/getting-started.html"/>
-	</menu>
-
     ${reports}
+
   </body>
 </project>

Modified: portals/pluto/trunk/pluto-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -28,6 +28,12 @@
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
   
   <body>
     
@@ -63,7 +69,7 @@
         <item name="Testsuite" href="/pluto-testsuite/index.html"/>
         <item name="Descriptor API" href="/pluto-descriptor-api/index.html"/>
         <item name="Descriptor Impl" href="/pluto-descriptor-impl/index.html"/>
-        <item name="Optional Services" href="/pluto-optional-services/index.html"/>
+        <!--item name="Optional Services" href="/pluto-optional-services/index.html"/-->
         <item name="Maven Plugin" href="/maven-pluto-plugin/index.html"/>
         <item name="Ant Tasks" href="/pluto-ant-tasks/index.html"/>
         <item name="Util" href="/pluto-util/index.html"/>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml Sun Jul  8 16:04:15 2007
@@ -28,6 +28,23 @@
     
     <section name="News and Status">
 
+        <h4>17 May 2007 - Portals Pluto 1.1.3</h4>
+        <p>
+            The Apache Pluto project is proud to announce the General Availability release of Pluto 1.1.3. 
+            This is the fourth GA release of the 1.1 line of Pluto, which is a major refactoring of 
+            Pluto 1.0.1 to allow for easier integration of Pluto's portlet container into a portal.
+        </p>
+        <p>
+            The 1.1.3 GA release includes a simple filter enabling JSP's to include portlets, and an updated
+            portal url generator. Release notes for the 1.1.3 release can be found at 
+            http://portals.apache.org/pluto/v11/release-notes.html. 
+        </p>
+        <p>
+            Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
+            Pluto 1.1 is the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification now 
+            under development by the JSR-286 Expert Group.
+        </p>
+
         <h4>21 March 2007 - Portals Pluto 1.1.2</h4>
         <p>
             The Apache Pluto project is proud to announce the General Availability release of Pluto 1.1.2. 
@@ -47,57 +64,57 @@
 
 
 
-	<h4>26 February 2007 - Portals Pluto 1.1.0 released</h4>
-	<p>
-		The Apache Pluto project is proud to announce the General Availability release of Pluto 1.1.0. 
-		This is the first GA release of the 1.1 line of Pluto, which is a major refactoring of Pluto 1.0.1 
-		to allow for easier integration of Pluto's portlet container into a portal and easier 
-		configuration of the Pluto portal driver, a bare-bones portal included with Pluto.
-	</p>
-	<p>
-		This release fixes a number of outstanding bugs in Pluto 1.1. The bundled binary release, which
-		has been updated to use Tomcat 5.5.20, now contains an administrative portlet for registering
-		custom portlets in Pluto, which is linked to Tomcat's native war deployer. 
-	</p>
-	<p>
-		Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
-		Pluto 1.1 is the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification 
-		now under development by the JSR-286 Expert Group.
-	</p>
-	      
+        <h4>26 February 2007 - Portals Pluto 1.1.0 released</h4>
+        <p>
+            The Apache Pluto project is proud to announce the General Availability release of Pluto 1.1.0. 
+            This is the first GA release of the 1.1 line of Pluto, which is a major refactoring of Pluto 1.0.1 
+            to allow for easier integration of Pluto's portlet container into a portal and easier 
+            configuration of the Pluto portal driver, a bare-bones portal included with Pluto.
+        </p>
+        <p>
+            This release fixes a number of outstanding bugs in Pluto 1.1. The bundled binary release, which
+            has been updated to use Tomcat 5.5.20, now contains an administrative portlet for registering
+            custom portlets in Pluto, which is linked to Tomcat's native war deployer. 
+        </p>
+        <p>
+            Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
+            Pluto 1.1 is the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification 
+            now under development by the JSR-286 Expert Group.
+        </p>
+              
 
 
-	<h4>12 October 2006 - Portals Pluto 1.1.0 beta2 released</h4>
-	<p>
-		The Apache Pluto project is proud to announce the release of Pluto 1.1.0 beta2. 
-		This is the second release of the 1.1 version of Pluto, which is a major refactoring of Pluto 1.0.1 
-		to allow for easier integration of Pluto's portlet container into a portal and easier 
-		configuration of the Pluto portal driver, a bare-bones portal included with Pluto.
-	</p>
-	<p>
-		This release fixes a number of bugs in Pluto 1.1 including ones that prevented standard portlet modes and
-		window states from functioning properly. We've also updated the binary release to deploy Pluto into 
-		Tomcat 5.5.17.
-	</p>
-	<p>
-		Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
-		Pluto 1.1 is the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification 
-		now under development by the JSR-286 Expert Group.
-	</p>
+        <h4>12 October 2006 - Portals Pluto 1.1.0 beta2 released</h4>
+        <p>
+            The Apache Pluto project is proud to announce the release of Pluto 1.1.0 beta2. 
+            This is the second release of the 1.1 version of Pluto, which is a major refactoring of Pluto 1.0.1 
+            to allow for easier integration of Pluto's portlet container into a portal and easier 
+            configuration of the Pluto portal driver, a bare-bones portal included with Pluto.
+        </p>
+        <p>
+            This release fixes a number of bugs in Pluto 1.1 including ones that prevented standard portlet modes and
+            window states from functioning properly. We've also updated the binary release to deploy Pluto into 
+            Tomcat 5.5.17.
+        </p>
+        <p>
+            Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
+            Pluto 1.1 is the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification 
+            now under development by the JSR-286 Expert Group.
+        </p>
 	      
 
-	<h4>1 June 2006 - Portals Pluto 1.1.0 beta1 released</h4>
-	<p>
-		The Apache Pluto project is proud to announce the release of Pluto 1.1.0 beta1. 
-		This is the first release of the 1.1 version of Pluto, which is a major refactoring of Pluto 1.0.1. 
-		This refactoring allows for easier integration of Pluto's portlet container into a portal and easier 
-		configuration of the Pluto portal driver, a bare-bones portal included with Pluto.
-	</p>
-	<p>
-		Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
-		Pluto 1.1 will be the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification 
-		now under development by the JSR-286 Expert Group.
-	</p>
+        <h4>1 June 2006 - Portals Pluto 1.1.0 beta1 released</h4>
+        <p>
+            The Apache Pluto project is proud to announce the release of Pluto 1.1.0 beta1. 
+            This is the first release of the 1.1 version of Pluto, which is a major refactoring of Pluto 1.0.1. 
+            This refactoring allows for easier integration of Pluto's portlet container into a portal and easier 
+            configuration of the Pluto portal driver, a bare-bones portal included with Pluto.
+        </p>
+        <p>
+            Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
+            Pluto 1.1 will be the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification 
+            now under development by the JSR-286 Expert Group.
+        </p>
 	      
       <h4>18 September 2005 - Portals Pluto 1.0.1 General Availability Released</h4>
       <p>

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=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml Sun Jul  8 16:04:15 2007
@@ -114,7 +114,7 @@
   <!-- Dependency Version Properties ======================================= -->
   <properties>
     <!-- Change this for a new Pluto version -->
-    <pluto.version>1.1.2</pluto.version>
+    <pluto.version>1.1.3</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=554464&r1=554463&r2=554464
==============================================================================
--- 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 Sun Jul  8 16:04:15 2007
@@ -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.2 source to the 'pluto' directory use this command:
-		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.2 pluto</pre>
+		<p>To check out Pluto 1.1.3 source to the 'pluto' directory use this command:
+		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.3 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.2.jar</li>
-            <li>pluto-descriptor-api-1.1.2.jar</li>
-            <li>pluto-descriptor-impl-1.1.2.jar</li>
-            <li>pluto-taglib-1.1.2.jar</li>
+            <li>pluto-container-1.1.3.jar</li>
+            <li>pluto-descriptor-api-1.1.3.jar</li>
+            <li>pluto-descriptor-impl-1.1.3.jar</li>
+            <li>pluto-taglib-1.1.3.jar</li>
           </ul>
         </p>
         <p>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml Sun Jul  8 16:04:15 2007
@@ -37,7 +37,8 @@
         <ul>
           <li><a href='https://issues.apache.org/jira/browse/PLUTO-350'>PLUTO-350</a> - Remove absolute url dependency</li>
         </ul>
-    
+      </subsection>
+   
       <subsection name="New Feature">
         <ul>
           <li><a href='https://issues.apache.org/jira/browse/PLUTO-352'>PLUTO-352</a> - Implement "Simple" Portlet Page Support</li>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v11/subprojects.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/v11/subprojects.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/subprojects.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/subprojects.xml Sun Jul  8 16:04:15 2007
@@ -94,12 +94,6 @@
               The default implementation utilzes castor for reading and writing
               portlet and web application descriptors.
             </li>
-            <li>
-              <b>Pluto Optional Services:</b>
-              Provides optional implementations of the Pluto Container Services.
-              Includes database implementations of the PortletPreferencesService
-              and the UserAttributeService.
-            </li>
           </ul>
         </p>
       </subsection>

Modified: portals/pluto/trunk/pluto-taglib/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-taglib/src/site/site.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pluto-taglib/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-taglib/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -24,6 +24,13 @@
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
   <body>
     <links>
       <item name="Pluto Home" href="http://portals.apache.org/pluto"/>
@@ -31,10 +38,7 @@
 	  <item name="Chinese Translation" href="http://heavyz.sourceforge.net/pluto_zh/pluto-container"/>
     </links>
 
-	<menu name="Pluto Portal">
-      <item name="Getting Started" href="/getting-started.html"/>
-	</menu>
-
     ${reports}
+
   </body>
 </project>

Added: portals/pluto/trunk/pluto-testsuite/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-testsuite/src/site/site.xml?view=auto&rev=554464
==============================================================================
--- portals/pluto/trunk/pluto-testsuite/src/site/site.xml (added)
+++ portals/pluto/trunk/pluto-testsuite/src/site/site.xml Sun Jul  8 16:04:15 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project name="Pluto Taglib">
+  <bannerLeft>
+    <name>Pluto Taglib</name>
+    <src>http://portals.apache.org/pluto/images/pluto.png</src>
+    <href>http://portals.apache.org/pluto</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://portals.apache.org/pluto/images/banner.png</src>
+  </bannerRight>
+
+  <skin>  
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-site-skin</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+  </skin> 
+
+  <body>
+    <links>
+      <item name="Pluto Home" href="http://portals.apache.org/pluto"/>
+      <item name="JSR 168" href="http://jcp.org/en/jsr/detail?id=168"/>
+	  <item name="Chinese Translation" href="http://heavyz.sourceforge.net/pluto_zh/pluto-container"/>
+    </links>
+
+    ${reports}
+
+  </body>
+</project>

Modified: portals/pluto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?view=diff&rev=554464&r1=554463&r2=554464
==============================================================================
--- portals/pluto/trunk/pom.xml (original)
+++ portals/pluto/trunk/pom.xml Sun Jul  8 16:04:15 2007
@@ -268,6 +268,7 @@
 
         <!-- Pluto Documentations -->
         <module>pluto-site</module>
+        <module>pluto-site-skin</module>
     </modules>
 
     <distributionManagement>