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 dd...@apache.org on 2005/11/03 15:17:04 UTC

svn commit: r330553 - in /portals/pluto/trunk/pluto-site: ./ src/site/apt/ src/site/resources/images/ src/site/resources/images/v101/ src/site/xdoc/v101/developer/ src/site/xdoc/v101/userguide/

Author: ddewolf
Date: Thu Nov  3 06:16:51 2005
New Revision: 330553

URL: http://svn.apache.org/viewcvs?rev=330553&view=rev
Log:
very close to publishing new site.  adding images and fixing urls

Added:
    portals/pluto/trunk/pluto-site/src/site/resources/images/
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/Relations.jpg   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayout.gif   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayoutThumb.gif   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy-thumb.jpg   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy.jpg   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch-thumb.jpg   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch.jpg   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch-thumb.jpg   (with props)
    portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch.jpg   (with props)
Modified:
    portals/pluto/trunk/pluto-site/pom.xml
    portals/pluto/trunk/pluto-site/src/site/apt/app-servers.apt
    portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt
    portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/arch.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/integrate.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v101/userguide/portal.xml

Modified: portals/pluto/trunk/pluto-site/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/pom.xml?rev=330553&r1=330552&r2=330553&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/pom.xml (original)
+++ portals/pluto/trunk/pluto-site/pom.xml Thu Nov  3 06:16:51 2005
@@ -8,12 +8,12 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>pluto-site</artifactId>
   <name>Pluto</name>
-  <url>http://portals.apache.org/pluto/pluto-1.1</url>
+  <url>http://portals.apache.org/pluto/</url>
   <inceptionYear>2001</inceptionYear>
   <distributionManagement>
     <site>
       <id>website</id>
-	  <url>scp://minotaur.apache.org/www/portals.apache.org/pluto/1.1</url>
+	  <url>scp://minotaur.apache.org/www/portals.apache.org/pluto</url>
     </site>
   </distributionManagement>
   <reporting>
@@ -26,9 +26,9 @@
   </reporting>
  <!-- repeated here so that pluto-site is not appended -->
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1/</connection>
-	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1/</developerConnection>
-	<url>http://svn.apache.org/viewcvs.cgi/portals/pluto/branches/pluto-1.1/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/pluto/trunk/</connection>
+	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/pluto/trunk/</developerConnection>
+	<url>http://svn.apache.org/viewcvs.cgi/portals/pluto/trunk/</url>
   </scm>
 
 </project>

Modified: portals/pluto/trunk/pluto-site/src/site/apt/app-servers.apt
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/apt/app-servers.apt?rev=330553&r1=330552&r2=330553&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/apt/app-servers.apt (original)
+++ portals/pluto/trunk/pluto-site/src/site/apt/app-servers.apt Thu Nov  3 06:16:51 2005
@@ -14,9 +14,10 @@
 |    App Server   |  Version   |   Status   | Notes             |
 *--           --+--        --*--        --*--                 --*
 |    Tomcat       |   5.5.9    |   WORKING  |Use pluto-util module to install the the container and portal into tomcat.   |
+*--           --+--        --*--        --*--                 --*
 |    Tomcat       |   5.5.12    |  MANUAL   |Tomcat contains a bug and does not recognize the context configuration.  Manual Installation and renaming will work.   |
 *--           --+--        --*--        --*--                 --*
-|    Jetty        |            |  UNTESTED  |                   |
+|    Jetty        |   5.1.5rc2  |  BEING FIXED  | Deployment Descriptor Error.  See Issue Log  |
 *--           --+--        --*--        --*--                 --*
 |    WebLogic     |            |  UNTESTED  |                   |
 *--           --+--        --*--        --*--                 --*

Modified: portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt?rev=330553&r1=330552&r2=330553&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt (original)
+++ portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt Thu Nov  3 06:16:51 2005
@@ -97,7 +97,7 @@
 ---------------
 $> cd <PLUTO-1.1-HOME>
 $> cd pluto-util
-$> maven pluto:assemble -Dmaven.deploy.deployment=<path to war>
+$> maven pluto:assemble -DinstallDir=<path to war>
 ---------------
 
 * Portlet Deployment:
@@ -105,6 +105,6 @@
 ---------------
 $> cd <PLUTO-1.1-HOME>
 $> cd pluto-install
-$> maven pluto:deploy -Dmaven.deploy.deployment=<path to war>
+$> maven pluto:deploy -DinstallDir=<path to war>
 ---------------
 

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/Relations.jpg
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/Relations.jpg?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/Relations.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayout.gif
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayout.gif?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayout.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayoutThumb.gif
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayoutThumb.gif?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/defaultPortalLayoutThumb.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy-thumb.jpg
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy-thumb.jpg?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy-thumb.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy.jpg
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy.jpg?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-RI_deploy.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch-thumb.jpg
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch-thumb.jpg?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch-thumb.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch.jpg
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch.jpg?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-pluto_arch.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch-thumb.jpg
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch-thumb.jpg?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch-thumb.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch.jpg
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch.jpg?rev=330553&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/pluto/trunk/pluto-site/src/site/resources/images/v101/jw-0801-portal_arch.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/arch.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/arch.xml?rev=330553&r1=330552&r2=330553&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/arch.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/arch.xml Thu Nov  3 06:16:51 2005
@@ -61,7 +61,7 @@
 
    <blockquote>
    <div align="center">
-        <p><a href="../images/jw-0801-portal_arch.jpg"><img src="../images/jw-0801-portal_arch-thumb.jpg" alt="Portal Architecture" height="160" width="250" border="0"/></a></p>
+		   <p><a href="../../images/v101/jw-0801-portal_arch.jpg"><img src="../../images/v101/jw-0801-portal_arch-thumb.jpg" alt="Portal Architecture" height="160" width="250" border="0"/></a></p>
         <p><b><i><font size="-1">Figure 1. The simple portal included with Pluto. Click on the picture to enlarge it</font></i></b></p>
    </div>
    </blockquote>
@@ -127,7 +127,7 @@
 
    <blockquote>
    <div align="center">
-        <p><a href="../images/jw-0801-pluto_arch.jpg"><img src="../images/jw-0801-pluto_arch-thumb.jpg" alt="Pluto Architecture" height="144" width="250" border="0"/></a></p>
+        <p><a href="../../images/v101/jw-0801-pluto_arch.jpg"><img src="../../images/v101/jw-0801-pluto_arch-thumb.jpg" alt="Pluto Architecture" height="144" width="250" border="0"/></a></p>
         <p><b><i><font size="-1">Figure 2. The portlet container's architecture. Click on the picture to enlarge it</font></i></b></p>
    </div>
    </blockquote>	   
@@ -148,7 +148,7 @@
 
    <blockquote>
    <div align="center">
-       <p><a href="../images/jw-0801-RI_deploy.jpg"><img src="../images/jw-0801-RI_deploy-thumb.jpg" alt="Deployment" height="170" width="250" border="0"/></a></p>
+       <p><a href="../../images/v101/jw-0801-RI_deploy.jpg"><img src="../../images/v101/jw-0801-RI_deploy-thumb.jpg" alt="Deployment" height="170" width="250" border="0"/></a></p>
        <p><b><i><font size="-1">Figure 3. Portlet deployment in the RI. Click on thumbnail to view full-size image.</font></i></b></p>
    </div>
    </blockquote>	   

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/integrate.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/integrate.xml?rev=330553&r1=330552&r2=330553&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/integrate.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v101/developer/integrate.xml Thu Nov  3 06:16:51 2005
@@ -31,8 +31,8 @@
 </p>
 				<div align="center">
 					<p>
-						<a href="../images/jw-0801-portal_arch.jpg">
-							<img src="../images/jw-0801-portal_arch-thumb.jpg" alt="Portal Architecture" border="0"/>
+							<a href="../../images/v101/jw-0801-portal_arch.jpg">
+								<img src="../../images/v101/jw-0801-portal_arch-thumb.jpg" alt="Portal Architecture" border="0"/>
 						</a>
 					</p>
 					<p>
@@ -51,8 +51,8 @@
 				<p>The portlet container provides the runtime environment for the portlets. It is a core component of each portal, requires knowledge about the portal itself and has a need to reuse common code of the portal. Due to these requirements the pluto portlet container is built in a manner that completely separates the container from every other portal component. Said that, the portlet container is a standalone component that can be embedded in any portal by complying with the requirements of the portlet container, such as implementing all SPIs. The interfaces of the portlet container and its internal components are described in more detail in the next paragraphs.</p>
 				<div align="center">
 					<p>
-						<a href="../images/jw-0801-pluto_arch.jpg">
-							<img src="../images/jw-0801-pluto_arch-thumb.jpg" alt="Pluto Architecture" height="144" width="250" border="0"/>
+							<a href="../../images/v101/jw-0801-pluto_arch.jpg">
+									<img src="../../images/v101/jw-0801-pluto_arch-thumb.jpg" alt="Pluto Architecture" height="144" width="250" border="0"/>
 						</a>
 					</p>
 					<p>
@@ -179,8 +179,8 @@
 						<p>Figure 3 depicts the relation between the different definitions and their hierarchical structure. The servlet definitions are embedded in the web application definition. From a web application definition several portlet application definitions can be created that may consist of portlet definitions based on the servlet definitions defined in the web application definition. Using the portlet application definition several portlet application entities can be created that include portlet entities that are based on the corresponding portlet definitions. Finally the portlet windows of a portlet entity are linked to their corresponding portlet entity.</p>
 						<div align="center">
 							<p>
-								<a href="../images/Relations.jpg">
-									<img src="../images/Relations.jpg" alt="Portal Architecture" height="144" width="250" border="0"/>
+									<a href="../../images/v101/Relations.jpg">
+										<img src="../../images/v101/Relations.jpg" alt="Portal Architecture" height="144" width="250" border="0"/>
 								</a>
 							</p>
 							<p>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v101/userguide/portal.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/xdoc/v101/userguide/portal.xml?rev=330553&r1=330552&r2=330553&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v101/userguide/portal.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v101/userguide/portal.xml Thu Nov  3 06:16:51 2005
@@ -289,7 +289,7 @@
 
 				<div align="center">
 					<p>
-						<a href="images/defaultPortalLayout.gif"><img src="images/defaultPortalLayoutThumb.gif" alt="Default Portal Layout" border="0"/></a>
+							<a href="../../images/v101/defaultPortalLayout.gif"><img src="../../images/v101/defaultPortalLayoutThumb.gif" alt="Default Portal Layout" border="0"/></a>
 					</p>
 					<p>
 						<i><b><font size="-1">Figure 1. Default Portal Layout. Click on the picture to enlarge it</font></b></i>