Author: esm
Date: Fri May 18 19:50:24 2007
New Revision: 539678
URL: http://svn.apache.org/viewvc?view=rev&rev=539678
Log:
Updating Pluto website for 1.1.3 release. 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/branches/pluto-1.1.x/pluto-descriptor-impl/src/site/
portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pluto-site-skin/
portals/pluto/branches/pluto-1.1.x/pluto-site-skin/pom.xml
portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/
portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/
portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/
- copied from r539035, portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/resources/
portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-base.css
portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-theme.css
portals/pluto/branches/pluto-1.1.x/pluto-testsuite/src/site/
portals/pluto/branches/pluto-1.1.x/pluto-testsuite/src/site/site.xml
Removed:
portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/apt/
portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/resources/
Modified:
portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml
portals/pluto/branches/pluto-1.1.x/pluto-container/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/site.xml (contents, props changed)
portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/news.xml
portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/deploying.xml
portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/getting-started.xml
portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/release-notes.xml
portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/subprojects.xml
portals/pluto/branches/pluto-1.1.x/pluto-taglib/src/site/site.xml
portals/pluto/branches/pluto-1.1.x/pom.xml
Modified: portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/src/site/site.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/src/site/site.xml Fri May 18 19:50:24
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.1.4-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/branches/pluto-1.1.x/pluto-ant-tasks/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/src/site/site.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/src/site/site.xml Fri May 18 19:50:24
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.1.4-SNAPSHOT</version>
+ </skin>
+
<body>
<links>
<item name="Pluto Home" href="http://portals.apache.org/pluto"/>
Modified: portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml Fri May 18 19:50:24 2007
@@ -111,7 +111,7 @@
</excludes>
</configuration>
</plugin>
- <plugin>
+ <!--plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
@@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
- </plugin>
+ </plugin-->
</plugins>
</build>
Modified: portals/pluto/branches/pluto-1.1.x/pluto-container/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-container/src/site/site.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-container/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-container/src/site/site.xml Fri May 18 19:50:24
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.1.4-SNAPSHOT</version>
+ </skin>
<body>
Modified: portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/src/site/site.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/src/site/site.xml Fri May 18 19:50:24
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.1.4-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>
Added: portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/src/site/site.xml?view=auto&rev=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/src/site/site.xml (added)
+++ portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/src/site/site.xml Fri May 18
19:50:24 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="Maven">
+ <bannerLeft>
+ <name>Pluto</name>
+ <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.1.4-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>
Added: portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/src/site/site.xml?view=auto&rev=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/src/site/site.xml (added)
+++ portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/src/site/site.xml Fri May 18 19:50:24
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.1.4-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/branches/pluto-1.1.x/pluto-portal/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/site.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/site.xml Fri May 18 19:50:24
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.1.4-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/branches/pluto-1.1.x/pluto-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site-skin/pom.xml?view=auto&rev=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site-skin/pom.xml (added)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site-skin/pom.xml Fri May 18 19:50:24 2007
@@ -0,0 +1,42 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <artifactId>pluto</artifactId>
+ <groupId>org.apache.pluto</groupId>
+ <version>1.1.4-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>pluto-site-skin</artifactId>
+ <name>Pluto Website Skin</name>
+ <packaging>jar</packaging>
+ <description>Pluto Website Resources (CSS, images)</description>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <descriptors>
+ <descriptor>${basedir}/src/assembly/bin.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Added: portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-base.css
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-base.css?view=auto&rev=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-base.css
(added)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-base.css
Fri May 18 19:50:24 2007
@@ -0,0 +1,148 @@
+body {
+ margin: 0px;
+ padding: 0px;
+}
+img {
+ border:none;
+}
+table {
+ padding:0px;
+ width: 100%;
+ margin-left: -2px;
+ margin-right: -2px;
+}
+acronym {
+ cursor: help;
+ border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+ padding: 2px 4px 2px 4px;
+ vertical-align: top;
+}
+div.clear{
+ clear:both;
+ visibility: hidden;
+}
+div.clear hr{
+ display: none;
+}
+#bannerLeft, #bannerRight {
+ font-size: xx-large;
+ font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+ margin: 0px;
+}
+.xleft, #bannerLeft img {
+ float:left;
+ text-shadow: #7CFC00;
+}
+.xright, #bannerRight img {
+ float:right;
+ text-shadow: #7CFC00;
+}
+#banner {
+ padding: 0px;
+}
+#banner img {
+ border: none;
+}
+#breadcrumbs {
+ padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+ margin-right: 1.5em;
+ margin-left: 197px;
+}
+#legend {
+ padding: 8px 0 8px 0;
+}
+#navcolumn {
+ padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+ margin: 0;
+ padding: 0;
+ font-size: small;
+}
+#navcolumn ul {
+ margin: 0;
+ padding: 0;
+ font-size: small;
+}
+#navcolumn li {
+ list-style-type: none;
+ background-image: none;
+ background-repeat: no-repeat;
+ background-position: 0 0.4em;
+ padding-left: 16px;
+ list-style-position: outside;
+ line-height: 1.2em;
+ font-size: smaller;
+}
+#navcolumn li.expanded {
+ background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+ background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+ text-align: center;
+}
+#navcolumn img {
+ margin-top: 10px;
+ margin-bottom: 3px;
+}
+#poweredBy img {
+ display:block;
+ margin: 20px 0 20px 17px;
+ border: 1px solid black;
+ width: 90px;
+ height: 30px;
+}
+#search img {
+ margin: 0px;
+ display: block;
+}
+#search #q, #search #btnG {
+ border: 1px solid #999;
+ margin-bottom:10px;
+}
+#search form {
+ margin: 0px;
+}
+#lastPublished {
+ font-size: x-small;
+}
+.navSection {
+ margin-bottom: 2px;
+ padding: 8px;
+}
+.navSectionHead {
+ font-weight: bold;
+ font-size: x-small;
+}
+.section {
+ padding: 4px;
+}
+#footer {
+ padding: 3px 10px 3px 10px;
+ font-size: x-small;
+}
+#breadcrumbs {
+ font-size: x-small;
+ margin: 0pt;
+}
+.source {
+ padding: 12px;
+ margin: 1em 7px 1em 7px;
+}
+.source pre {
+ margin: 0px;
+ padding: 0px;
+}
Added: portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-theme.css?view=auto&rev=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-theme.css
(added)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site-skin/src/main/resources/css/maven-theme.css
Fri May 18 19:50:24 2007
@@ -0,0 +1,140 @@
+body {
+ padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 13px;
+}
+code{
+ font-family: Courier, monospace;
+ font-size: 13px;
+}
+a {
+ text-decoration: none;
+}
+a:link {
+ color:#36a;
+}
+a:visited {
+ color:#47a;
+}
+a:active, a:hover {
+ color:#69c;
+}
+#legend li.externalLink {
+ background: url(../images/external.png) left top no-repeat;
+ padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover
{
+ background: url(../images/external.png) right center no-repeat;
+ padding-right: 18px;
+}
+#legend li.newWindow {
+ background: url(../images/newwindow.png) left top no-repeat;
+ padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover
{
+ background: url(../images/newwindow.png) right center no-repeat;
+ padding-right: 18px;
+}
+h2 {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #999;
+ color: #900;
+ background-color: #ddd;
+ font-weight:900;
+ font-size: x-large;
+}
+h3 {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #aaa;
+ color: #900;
+ background-color: #eee;
+ font-weight: normal;
+ font-size: large;
+}
+h4 {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #bbb;
+ color: #900;
+ background-color: #fff;
+ font-weight: normal;
+ font-size: large;
+}
+h5 {
+ padding: 4px 4px 4px 6px;
+ color: #900;
+ font-size: normal;
+}
+p {
+ line-height: 1.3em;
+ font-size: small;
+}
+#breadcrumbs {
+ border-top: 1px solid #aaa;
+ border-bottom: 1px solid #aaa;
+ background-color: #ccc;
+}
+#leftColumn {
+ margin: 10px 0 0 5px;
+ border: 1px solid #999;
+ background-color: #eee;
+}
+#navcolumn h5 {
+ font-size: smaller;
+ border-bottom: 1px solid #aaaaaa;
+ padding-top: 2px;
+ color: #000;
+}
+
+table.bodyTable th {
+ color: white;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+ font-size: 1em;
+}
+
+table.bodyTable tr.a {
+ background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+ background-color: #eee;
+}
+
+.source {
+ border: 1px solid #999;
+}
+dl {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #aaa;
+ background-color: #ffc;
+}
+dt {
+ color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+ margin: 8px;
+}
+#banner {
+ border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+ background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+ background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+ background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+ background-image: url(../images/icon_info_sml.gif);
+}
Modified: portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/site.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/site.xml Fri May 18 19:50:24 2007
@@ -1,77 +1,83 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-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">
-
- <bannerLeft>
- <name>Pluto</name>
- <src>http://portals.apache.org/pluto/images/apache-portals.gif</src>
- <href>http://portals.apache.org/pluto/</href>
- </bannerLeft>
- <bannerRight>
- <src>http://portals.apache.org/pluto/images/banner.png</src>
- </bannerRight>
-
- <body>
-
- <links>
- <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/"/>
- </links>
-
- <menu name="The Pluto Project">
- <item name="About Pluto" href="/index.html"/>
- <item name="Mission" href="/mission.html"/>
- <item name="Download" href="/download.html"/>
- <item name="News" href="/news.html"/>
- <item name="FAQ" href="/faq.html"/>
- <item name="Wiki" href="http://wiki.apache.org/portals/Pluto"/>
- <item name="Powered By Pluto" href="/powered.html"/>
- <item name="Get Involved" href="/helping.html"/>
- </menu>
-
- <menu name="Pluto 1.1">
- <item name="Getting Started" href="/v11/getting-started.html"/>
- <item name="Release Notes" href="/v11/release-notes.html"/>
- <item name="Deploying" href="/v11/deploying.html"/>
- <item name="App Servers" href="/v11/app-servers.html"/>
- <item name="Architecture" href="/v11/architecture.html"/>
- <item name="Resources" href="/v11/resources.html"/>
- <item name="Subprojects" href="/v11/subprojects.html" collapsed="true">
- <item name="Portlet Container" href="/pluto-container/index.html"/>
- <item name="Portlet Tags" href="/pluto-taglib/index.html"/>
- <item name="Portal Driver" href="/pluto-portal-driver/index.html"/>
- <item name="Portal" href="/pluto-portal/index.html"/>
- <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="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"/>
- </item>
- </menu>
-
- ${reports}
-
- </body>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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">
+
+ <bannerLeft>
+ <name>Pluto</name>
+ <src>http://portals.apache.org/pluto/images/apache-portals.gif</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.1.4-SNAPSHOT</version>
+ </skin>
+
+ <body>
+
+ <links>
+ <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/"/>
+ </links>
+
+ <menu name="The Pluto Project">
+ <item name="About Pluto" href="/index.html"/>
+ <item name="Mission" href="/mission.html"/>
+ <item name="Download" href="/download.html"/>
+ <item name="News" href="/news.html"/>
+ <item name="FAQ" href="/faq.html"/>
+ <item name="Wiki" href="http://wiki.apache.org/portals/Pluto"/>
+ <item name="Powered By Pluto" href="/powered.html"/>
+ <item name="Get Involved" href="/helping.html"/>
+ </menu>
+
+ <menu name="Pluto 1.1">
+ <item name="Getting Started" href="/v11/getting-started.html"/>
+ <item name="Release Notes" href="/v11/release-notes.html"/>
+ <item name="Deploying" href="/v11/deploying.html"/>
+ <item name="App Servers" href="/v11/app-servers.html"/>
+ <item name="Architecture" href="/v11/architecture.html"/>
+ <item name="Resources" href="/v11/resources.html"/>
+ <item name="Subprojects" href="/v11/subprojects.html" collapsed="true">
+ <item name="Portlet Container" href="/pluto-container/index.html"/>
+ <item name="Portlet Tags" href="/pluto-taglib/index.html"/>
+ <item name="Portal Driver" href="/pluto-portal-driver/index.html"/>
+ <item name="Portal" href="/pluto-portal/index.html"/>
+ <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="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"/>
+ </item>
+ </menu>
+
+ ${reports}
+
+ </body>
+
+</project>
Propchange: portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/news.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/news.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/news.xml Fri May 18 19:50:24
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/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/deploying.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/deploying.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/deploying.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/deploying.xml Fri May
18 19:50:24 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/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/getting-started.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/getting-started.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/getting-started.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/getting-started.xml Fri
May 18 19:50:24 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/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/release-notes.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/release-notes.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/release-notes.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/release-notes.xml Fri
May 18 19:50:24 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/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/subprojects.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/subprojects.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/subprojects.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/xdoc/v11/subprojects.xml Fri May
18 19:50:24 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/branches/pluto-1.1.x/pluto-taglib/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-taglib/src/site/site.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-taglib/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-taglib/src/site/site.xml Fri May 18 19:50:24
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.1.4-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/branches/pluto-1.1.x/pluto-testsuite/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-testsuite/src/site/site.xml?view=auto&rev=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-testsuite/src/site/site.xml (added)
+++ portals/pluto/branches/pluto-1.1.x/pluto-testsuite/src/site/site.xml Fri May 18 19:50:24
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.1.4-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/branches/pluto-1.1.x/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pom.xml?view=diff&rev=539678&r1=539677&r2=539678
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pom.xml Fri May 18 19:50:24 2007
@@ -273,6 +273,7 @@
<!-- Pluto Documentations -->
<module>pluto-site</module>
+ <module>pluto-site-skin</module>
</modules>
<distributionManagement>
|