Author: taylor
Date: Fri May 1 20:19:39 2015
New Revision: 1677221
URL: http://svn.apache.org/r1677221
Log:
JS2-1321: updating site with release news
Modified:
portals/site/applications/src/site/xdoc/news.xml
portals/site/bridges/src/site/xdoc/bridges-common/index.xml
portals/site/bridges/src/site/xdoc/bridges-jsf/index.xml
portals/site/bridges/src/site/xdoc/bridges-velocity/index.xml
portals/site/bridges/src/site/xdoc/news.xml
portals/site/src/site/xdoc/news.xml
Modified: portals/site/applications/src/site/xdoc/news.xml
URL:
http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/news.xml?rev=1677221&r1=1677220&r2=1677221&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/news.xml (original)
+++ portals/site/applications/src/site/xdoc/news.xml Fri May 1 20:19:39 2015
@@ -9,6 +9,12 @@
<section name="News">
+ <h4>12 April 2015 - Apache Portals Applications POM 1.3 released</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of several Portals Applications Bridges POM 1.3.
+ This release sets the foundation for upgrading all Portals builds
to latest Apache Master POM 16
+ </p>
+
<h4>6 March 2013 - Apache Portals Applications WebContent version
1.3</h4>
<p>
The Apache Portals team is pleased to announce the General
Availability of Portals Applications WebContent version 1.3.<br/>
Modified: portals/site/bridges/src/site/xdoc/bridges-common/index.xml
URL:
http://svn.apache.org/viewvc/portals/site/bridges/src/site/xdoc/bridges-common/index.xml?rev=1677221&r1=1677220&r2=1677221&view=diff
==============================================================================
--- portals/site/bridges/src/site/xdoc/bridges-common/index.xml (original)
+++ portals/site/bridges/src/site/xdoc/bridges-common/index.xml Fri May 1
20:19:39 2015
@@ -23,7 +23,7 @@ limitations under the License.
<section name="About Apache Portals Bridges Common">
<p>
The Portals Bridges Common library provides a common area for utilities
and support code for developing bridges.
- The latest release of Portals Bridges Common is <a
href='http://www.apache.org/dyn/closer.cgi/portals/bridges/portals-bridges-common-2.0-source-release.zip'>version
2.0</a>
+ The latest release of Portals Bridges Common is <a
href='http://www.apache.org/dyn/closer.cgi/portals/bridges/sources/portals-bridges-common-2.1-source-release.zip'>version
2.1</a>
Some of the functionality provided includes:
</p>
<table>
@@ -33,7 +33,7 @@ limitations under the License.
</tr>
<tr>
<td>org.apache.portals.bridges.common.GenericServletPortlet</td>
- <td>A generic servlet dispatching portlet calls a servlet or JSP page,
as defined by a xxxPage preference, for the Action, Custom, Edit, Help, and
View operations.
+ <td>A generic servlet dispatching portlet calls a servlet or JSP page,
as defined by a Page preference, for the Action, Custom, Edit, Help, and View
operations.
This allow the use of existing servlets or JSPs in the portlet. Since
this is a very thin class, it is up to the servlet, or JSP, to return properly
formated content.
</td>
</tr>
Modified: portals/site/bridges/src/site/xdoc/bridges-jsf/index.xml
URL:
http://svn.apache.org/viewvc/portals/site/bridges/src/site/xdoc/bridges-jsf/index.xml?rev=1677221&r1=1677220&r2=1677221&view=diff
==============================================================================
--- portals/site/bridges/src/site/xdoc/bridges-jsf/index.xml (original)
+++ portals/site/bridges/src/site/xdoc/bridges-jsf/index.xml Fri May 1
20:19:39 2015
@@ -33,6 +33,9 @@ limitations under the License.
Existing or new JSF Applications can be transparently deployed as
Portlet Application or
Web Application.<br/>
</p>
+ <p>
+ The latest release of Portals JSF Bridge is <a
href='http://www.apache.org/dyn/closer.cgi/portals/bridges/sources/portals-bridges-jsf-1.1-source-release.zip'>version
1.1</a>
+ </p>
<p>
For examples of how to use the JSF bridge, please go to the
<a href="../jsf-demo/index.html">JSF Portlet Demo</a> application
which J2's JSF Portlet Bridge.
Modified: portals/site/bridges/src/site/xdoc/bridges-velocity/index.xml
URL:
http://svn.apache.org/viewvc/portals/site/bridges/src/site/xdoc/bridges-velocity/index.xml?rev=1677221&r1=1677220&r2=1677221&view=diff
==============================================================================
--- portals/site/bridges/src/site/xdoc/bridges-velocity/index.xml (original)
+++ portals/site/bridges/src/site/xdoc/bridges-velocity/index.xml Fri May 1
20:19:39 2015
@@ -30,6 +30,9 @@
This guide provides a tutorial for creating a
very
simple Velocity portlet with one template in
the portlet view mode.
</p>
+ <p>
+ The latest release of Portals Velocity Bridge is <a
href='http://www.apache.org/dyn/closer.cgi/portals/bridges/sources/portals-bridges-velocity-2.1-source-release.zip'>version
2.1</a>
+ </p>
<subsection name="1. The Portlet Class">
<p>
Create the file VelocitySimplest.java in a
directory called
Modified: portals/site/bridges/src/site/xdoc/news.xml
URL:
http://svn.apache.org/viewvc/portals/site/bridges/src/site/xdoc/news.xml?rev=1677221&r1=1677220&r2=1677221&view=diff
==============================================================================
--- portals/site/bridges/src/site/xdoc/news.xml (original)
+++ portals/site/bridges/src/site/xdoc/news.xml Fri May 1 20:19:39 2015
@@ -9,6 +9,30 @@
<section name="News">
+ <h4>24 April 2015 - Apache Portals Velocity Bridge 2.1</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of Portals Velocity Bridge version 2.1<br/>
+ All the changes concern upgrading dependencies and minor bugfixes and
maintenance.
+ </p>
+
+ <h4>24 April 2015 - Apache Portals JSF Bridge 1.1</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of Portals JSF Bridge version 1.1<br/>
+ All the changes concern upgrading dependencies and minor bugfixes and
maintenance.
+ </p>
+
+ <h4>19 April 2015 - Apache Portals Commons Bridge 2.1</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of Portals Commons Bridge version 2.1<br/>
+ All the changes concern upgrading dependencies and minor bugfixes and
maintenance.
+ </p>
+
+ <h4>12 April 2015 - Apache Portals Bridges POM 1.1</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of several Portals Applications Bridges POM 1.1.
+ This release sets the foundation for upgrading all Portals builds to
latest Apache Master POM 16
+ </p>
+
<h4>22 September 2011 - Portals Bridges Script 2.0</h4>
<p>
The Apache Portals Bridges team is pleased to announce version 2.0
release of Portals Bridges Script.
Modified: portals/site/src/site/xdoc/news.xml
URL:
http://svn.apache.org/viewvc/portals/site/src/site/xdoc/news.xml?rev=1677221&r1=1677220&r2=1677221&view=diff
==============================================================================
--- portals/site/src/site/xdoc/news.xml (original)
+++ portals/site/src/site/xdoc/news.xml Fri May 1 20:19:39 2015
@@ -10,6 +10,35 @@
<section name="News">
+ <h4>24 April 2015 - Apache Portals Velocity Bridge 2.1</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of Portals Velocity Bridge version 2.1<br/>
+ All the changes concern upgrading dependencies and minor bugfixes and
maintenance.
+ </p>
+
+ <h4>24 April 2015 - Apache Portals JSF Bridge 1.1</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of Portals JSF Bridge version 1.1<br/>
+ All the changes concern upgrading dependencies and minor bugfixes and
maintenance.
+ </p>
+
+ <h4>19 April 2015 - Apache Portals Commons Bridge 2.1</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of Portals Commons Bridge version 2.1<br/>
+ All the changes concern upgrading dependencies and minor bugfixes
and maintenance.
+ </p>
+
+ <h4>12 April 2015 - Apache Portals POMS released</h4>
+ <p>
+ The Apache Portals team is pleased to announce the General
Availability of several Portals Applications Master POMs:<br/>
+ <ul>
+ <li>April 4 - Portals Master POM version 1.4</li>
+ <li>April 12 - Portals Applications Master POM version 1.3</li>
+ <li>April 12 - Portals Bridges Master POM version 1.1</li>
+ </ul>
+ This release sets the foundation for upgrading all Portals builds
to latest Apache Master POM 16
+ </p>
+
<h4>6 March 2013 - Apache Portals Applications WebContent version
1.3</h4>
<p>
The Apache Portals team is pleased to announce the General
Availability of Portals Applications WebContent version 1.3.<br/>