Author: taylor
Date: Mon May 9 22:08:01 2016
New Revision: 1743067
URL: http://svn.apache.org/viewvc?rev=1743067&view=rev
Log:
updating landing page and download page for 2.3.1 release
Modified:
portals/site-live/jetspeed-2/demo.html
portals/site-live/jetspeed-2/documentation.html
portals/site-live/jetspeed-2/faq.html
portals/site-live/jetspeed-2/getting-started-installer.html
portals/site-live/jetspeed-2/getting-started.html
portals/site-live/jetspeed-2/guide-etl-migration.html
portals/site-live/jetspeed-2/guide-migration.html
portals/site-live/jetspeed-2/how-to-help.html
portals/site-live/jetspeed-2/index.html
portals/site-live/jetspeed-2/j1-migration.html
portals/site-live/jetspeed-2/j1-users.html
portals/site-live/jetspeed-2/license.html
portals/site-live/jetspeed-2/portlets-community.html
portals/site-live/jetspeed-2/release-notes-2.1.2.html
portals/site-live/jetspeed-2/release-notes-2.1.3.html
portals/site-live/jetspeed-2/release-notes-2.1.html
portals/site-live/jetspeed-2/release-notes-2.2.0.html
portals/site-live/jetspeed-2/release-notes-2.2.1.html
portals/site-live/jetspeed-2/release-notes-2.2.2.html
portals/site-live/jetspeed-2/security-reports.html
portals/site-live/jetspeed-2/supporting-projects.html
portals/site-live/jetspeed-2/who-uses-j2.html
Modified: portals/site-live/jetspeed-2/demo.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/demo.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/demo.html (original)
+++ portals/site-live/jetspeed-2/demo.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/documentation.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/documentation.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/documentation.html (original)
+++ portals/site-live/jetspeed-2/documentation.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/faq.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/faq.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/faq.html (original)
+++ portals/site-live/jetspeed-2/faq.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/getting-started-installer.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/getting-started-installer.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/getting-started-installer.html (original)
+++ portals/site-live/jetspeed-2/getting-started-installer.html Mon May 9 22:08:01 2016
@@ -44,7 +44,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -271,14 +271,14 @@
<p>The installer contains both options, and can be downloaded here:</p>
<br />
<br />
-<a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-installer-2.3.0.jar"
class="externalLink">Jetspeed Installer</a><br />
+<a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-installer-2.3.1.jar"
class="externalLink">Jetspeed Installer</a><br />
<br />
</p>
<p>
To run the installer:
</p>
<div class="source"><pre>
-java -jar jetspeed-installer-2.3.0.jar
+java -jar jetspeed-installer-2.3.1.jar
</pre>
</div>
<p>
@@ -287,7 +287,7 @@ java -jar jetspeed-installer-2.3.0.jar
To force the installer in text mode manually, pass in the <b><i>text</i></b>
parameter:
</p>
<div class="source"><pre>
-java -jar jetspeed-installer-2.3.0.jar text
+java -jar jetspeed-installer-2.3.1.jar text
</pre>
</div>
<p>
@@ -353,7 +353,7 @@ java -jar jetspeed-installer-2.3.0.jar t
Note that the setting of CATALINA_OPTS is optional in the following examples. (See <a
href="#Note_on_Permanent_Generation_Size_of_Your_JVM">Note on Permanent Generation Size
of Your JVM</a> for detail.)
</p>
<div class="source"><pre>
-$ cd ~/jetspeed-2.3.0/bin
+$ cd ~/jetspeed-2.3.1/bin
$ export CATALINA_OPTS="-Xmx512m -XX:MaxPermSize=128m"
$ ./startup.sh
</pre>
@@ -362,7 +362,7 @@ $ ./startup.sh
On windows, here is an example where you have installed to the default location:
</p>
<div class="source"><pre>
-> cd C:\Apache\Jetspeed-2.3.0\bin
+> cd C:\Apache\Jetspeed-2.3.1\bin
> set CATALINA_OPTS="-Xmx512m -XX:MaxPermSize=128m"
> startup.bat
</pre>
Modified: portals/site-live/jetspeed-2/getting-started.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/getting-started.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/getting-started.html (original)
+++ portals/site-live/jetspeed-2/getting-started.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -255,14 +255,14 @@
<div id="contentBox">
<subtitle></subtitle><authors><person name="David Sean Taylor"
email="taylor@apache.org"></authors><div class="section"><h2><a name="Requirements"></a>Requirements</h2>
<p>
- System Requirements to Run Jetspeed 2.3.0:
+ System Requirements to Run Jetspeed 2.3.1:
<ul><li>Java 1.7 or higher installed</li>
<li>a database is optional, the Jetspeed installer comes with a built-in database (Derby).
For production system recommend providing your own maintained database
Supported Databases: (MySQL, Oracle, Postgres, DB2, Sybase, SQL Server, Derby, HSQL)</li>
<li>100 MB free disk space</li>
</ul>
</p>
-<p><a href="#cb1">System Requirements to Build and Develop with Jetspeed 2.3.0</a></p>
+<p><a href="#cb1">System Requirements to Build and Develop with Jetspeed 2.3.1</a></p>
</div>
<div class="section"><h2><a name="Where_do_I_start"></a>Where do
I start?</h2>
<p>Where you start depends on what you plan on doing with Jetspeed. Its always best
to start by reading the documentation guides. There are several guides provided:
@@ -319,7 +319,7 @@ Although Jetspeed can be customized onli
maintain the life-cycle of this source.
</p>
<p>
-Custom Jetspeed builds for version 2.3.0 are built with Maven-3 only. (The Maven-1 custom
build is no longer supported.)
+Custom Jetspeed builds for version 2.3.1 are built with Maven-3 only. (The Maven-1 custom
build is no longer supported.)
Building Jetspeed from source is not necessary for most projects.
</p>
<div class="section"><h3><a name="Maven_Custom_Build"></a>Maven Custom
Build</h3>
Modified: portals/site-live/jetspeed-2/guide-etl-migration.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/guide-etl-migration.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/guide-etl-migration.html (original)
+++ portals/site-live/jetspeed-2/guide-etl-migration.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -253,7 +253,7 @@
</div>
<div id="bodyColumn">
<div id="contentBox">
- <subtitle></subtitle><authors><person name="Randy Watler" email="rwatler@apache.org"></authors><div
class="section"><h2><a name="ETL_Migration_Using_Jetspeed_2.1.32.1.4_2.2.1_and_2.3.0_Installers"></a>ETL
Migration Using Jetspeed 2.1.3/2.1.4+, 2.2.1+ and 2.3.0 Installers</h2>
+ <subtitle></subtitle><authors><person name="Randy Watler" email="rwatler@apache.org"></authors><div
class="section"><h2><a name="ETL_Migration_Using_Jetspeed_2.1.32.1.4_2.2.1_and_2.3._Installers"></a>ETL
Migration Using Jetspeed 2.1.3/2.1.4+, 2.2.1+ and 2.3.+ Installers</h2>
<p>
To facilitate ETL based migration or data manipulation strategies, the Jetspeed installer
includes the ability to export, initialize, and import a Jetspeed database. In addition
to
Modified: portals/site-live/jetspeed-2/guide-migration.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/guide-migration.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/guide-migration.html (original)
+++ portals/site-live/jetspeed-2/guide-migration.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -253,9 +253,9 @@
</div>
<div id="bodyColumn">
<div id="contentBox">
- <subtitle></subtitle><authors><person name="David Sean Taylor"
email="taylor@apache.org"><person name="Ate Douma" email="ate@douma.nu"><person
name="Randy Watler" email="rwatler@apache.org"></authors><div class="section"><h2><a
name="Data_Migration_from_Jetspeed_2.2.2_to_2.3.0"></a>Data Migration from Jetspeed
2.2.2 to 2.3.0</h2>
+ <subtitle></subtitle><authors><person name="David Sean Taylor"
email="taylor@apache.org"><person name="Ate Douma" email="ate@douma.nu"><person
name="Randy Watler" email="rwatler@apache.org"></authors><div class="section"><h2><a
name="Data_Migration_from_Jetspeed_2.2.2_to_2.3.1"></a>Data Migration from Jetspeed
2.2.2 to 2.3.1</h2>
<p>
- No data migration is necessary from version 2.2.2 to 2.3.0.
+ No data migration is necessary from version 2.2.2 to 2.3.1.
</p>
</div>
<div class="section"><h2><a name="Data_Migration_from_Jetspeed_2.2.1_to_2.2.2"></a>Data
Migration from Jetspeed 2.2.1 to 2.2.2</h2>
Modified: portals/site-live/jetspeed-2/how-to-help.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/how-to-help.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/how-to-help.html (original)
+++ portals/site-live/jetspeed-2/how-to-help.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/index.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/index.html (original)
+++ portals/site-live/jetspeed-2/index.html Mon May 9 22:08:01 2016
@@ -282,9 +282,9 @@ Jetspeed acting as the central hub makin
</p>
<p>
Jetspeed has been fully conformant to the
-<a class="externalLink" href="http://www.jcp.org/en/jsr/detail?id=286">Java Portlet
2.0 Standard</a> since release 2.2.0 in May 2009.
+<a href="http://www.jcp.org/en/jsr/detail?id=286" class="externalLink">Java Portlet
2.0 Standard</a> since release 2.2.0 in May 2009.
All releases prior, such as the 2.1.x releases, are conformant to the first Java Portlet
Specification,
- <a class="externalLink" href="http://www.jcp.org/en/jsr/detail?id=168">the Java
Portlet 1.0 Standard</a>.
+ <a href="http://www.jcp.org/en/jsr/detail?id=168" class="externalLink">the Java
Portlet 1.0 Standard</a>.
</p>
<p>
A portal based on Jetspeed can make applications, database information and other data sources
available to end-users through a single web site.
@@ -295,7 +295,7 @@ Jetspeed provides a security infrastruct
The Jetspeed enterprise portal integrates dynamic information, people, and processes across
organization boundaries. This content is aggregated using portlets from diverse sources.
Portlets are just mini-web applications, or web-components. Jetspeed always provides secured
access to the portlets. A short overview of Jetspeed <a href="features.html">features</a>:
-<ul><li>2.3.1 - <a class="externalLink" href="https://portals.apache.org/jetspeed-2/security-reports.html">Apache
Security Fixes</a></li>
+<ul><li>2.3.1 - <a href="https://portals.apache.org/jetspeed-2/security-reports.html"
class="externalLink">Apache Security Fixes</a></li>
<li>2.3.1 - Search box and Search Results Portlets</li>
<li>2.3.0 - Responsive Layout and Designs</li>
<li>2.3.0 - Java7 Support</li>
Modified: portals/site-live/jetspeed-2/j1-migration.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/j1-migration.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/j1-migration.html (original)
+++ portals/site-live/jetspeed-2/j1-migration.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/j1-users.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/j1-users.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/j1-users.html (original)
+++ portals/site-live/jetspeed-2/j1-users.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/license.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/license.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/license.html (original)
+++ portals/site-live/jetspeed-2/license.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/portlets-community.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/portlets-community.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/portlets-community.html (original)
+++ portals/site-live/jetspeed-2/portlets-community.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/release-notes-2.1.2.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/release-notes-2.1.2.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/release-notes-2.1.2.html (original)
+++ portals/site-live/jetspeed-2/release-notes-2.1.2.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/release-notes-2.1.3.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/release-notes-2.1.3.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/release-notes-2.1.3.html (original)
+++ portals/site-live/jetspeed-2/release-notes-2.1.3.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/release-notes-2.1.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/release-notes-2.1.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/release-notes-2.1.html (original)
+++ portals/site-live/jetspeed-2/release-notes-2.1.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/release-notes-2.2.0.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/release-notes-2.2.0.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/release-notes-2.2.0.html (original)
+++ portals/site-live/jetspeed-2/release-notes-2.2.0.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/release-notes-2.2.1.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/release-notes-2.2.1.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/release-notes-2.2.1.html (original)
+++ portals/site-live/jetspeed-2/release-notes-2.2.1.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/release-notes-2.2.2.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/release-notes-2.2.2.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/release-notes-2.2.2.html (original)
+++ portals/site-live/jetspeed-2/release-notes-2.2.2.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/security-reports.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/security-reports.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/security-reports.html (original)
+++ portals/site-live/jetspeed-2/security-reports.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 28 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/supporting-projects.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/supporting-projects.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/supporting-projects.html (original)
+++ portals/site-live/jetspeed-2/supporting-projects.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
Modified: portals/site-live/jetspeed-2/who-uses-j2.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/who-uses-j2.html?rev=1743067&r1=1743066&r2=1743067&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/who-uses-j2.html (original)
+++ portals/site-live/jetspeed-2/who-uses-j2.html Mon May 9 22:08:01 2016
@@ -42,7 +42,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 9 May 2016
</div>
<div class="xright"> <a href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
|