You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by wo...@apache.org on 2013/03/06 21:03:20 UTC

svn commit: r1453520 - in /portals/site-live: ./ applications/ applications/css/ applications/dbbrowser/ applications/demo/ applications/logging/ applications/portals-gems/ applications/rss-main/ applications/webcontent/ css/ development/ images/ status/

Author: woonsan
Date: Wed Mar  6 20:03:19 2013
New Revision: 1453520

URL: http://svn.apache.org/r1453520
Log:
APA-52: updating live site - updating apa-webcontent download links and adding news items (copying locally-generated site docs into live site docs)

Added:
    portals/site-live/images/apacheconUS2009Speaker.gif   (with props)
    portals/site-live/images/apacheconUS2009Trainer.gif   (with props)
Modified:
    portals/site-live/   (props changed)
    portals/site-live/applications/css/maven-theme.css
    portals/site-live/applications/dbbrowser/index.html
    portals/site-live/applications/demo/index.html
    portals/site-live/applications/download.html
    portals/site-live/applications/getting-started.html
    portals/site-live/applications/index.html
    portals/site-live/applications/license.html
    portals/site-live/applications/logging/index.html
    portals/site-live/applications/news.html
    portals/site-live/applications/portals-gems/index.html
    portals/site-live/applications/rss-main/index.html
    portals/site-live/applications/webcontent/index.html
    portals/site-live/applications/webcontent/rproxy.html
    portals/site-live/communication.html
    portals/site-live/css/maven-theme.css
    portals/site-live/css/site.css
    portals/site-live/decisions.html
    portals/site-live/development/code-standards.html
    portals/site-live/development/developer-links.html
    portals/site-live/development/documentation.html
    portals/site-live/development/further-reading.html
    portals/site-live/download.html
    portals/site-live/getting-started.html
    portals/site-live/guidelines.html
    portals/site-live/index.html
    portals/site-live/issue-tracking.html
    portals/site-live/javadocs.html
    portals/site-live/license.html
    portals/site-live/mail-lists.html
    portals/site-live/management.html
    portals/site-live/mission.html
    portals/site-live/newproject.html
    portals/site-live/news.html
    portals/site-live/powered.html
    portals/site-live/roles.html
    portals/site-live/status/2004-03.html
    portals/site-live/supporting.html
    portals/site-live/whoweare.html
    portals/site-live/wiki.html

Propchange: portals/site-live/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Mar  6 20:03:19 2013
@@ -0,0 +1 @@
+.project

Modified: portals/site-live/applications/css/maven-theme.css
URL: http://svn.apache.org/viewvc/portals/site-live/applications/css/maven-theme.css?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/css/maven-theme.css (original)
+++ portals/site-live/applications/css/maven-theme.css Wed Mar  6 20:03:19 2013
@@ -1,141 +1,161 @@
-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);
-}
-
+/*
+ * 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.
+ */
+
+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: medium;
+}
+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;
+  padding-bottom: 3px; /* IE-9 scrollbar-fix */
+}
+#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/site-live/applications/dbbrowser/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/dbbrowser/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/dbbrowser/index.html (original)
+++ portals/site-live/applications/dbbrowser/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache Portals Database Browser Application</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -266,7 +266,7 @@ Portlet Preferences configure the databa
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/demo/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/demo/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/demo/index.html (original)
+++ portals/site-live/applications/demo/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache Portals Demo Application</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -185,7 +185,7 @@ as well different portal technologies li
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/download.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/download.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/download.html (original)
+++ portals/site-live/applications/download.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - How to Download Apache Portals Applications</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 5 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -191,10 +191,10 @@
 <td><a href="http://www.apache.org/dist/portals/applications/binaries/apa-rss-war-1.2.war.md5" class="externalLink">here</a></td>
 <td><a href="http://www.apache.org/dist/portals/applications/binaries/apa-rss-war-1.2.war.asc" class="externalLink">here</a></td>
 </tr>
-<tr class="a"><td>Web Content 1.2 Portlet Application</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/portals/applications/binaries/apa-webcontent-war-1.2.war" class="externalLink">apa-webcontent-war-1.2.war</a></td>
-<td><a href="http://www.apache.org/dist/portals/applications/binaries/apa-webcontent-war-1.2.war.md5" class="externalLink">here</a></td>
-<td><a href="http://www.apache.org/dist/portals/applications/binaries/apa-webcontent-war-1.2.war.asc" class="externalLink">here</a></td>
+<tr class="a"><td>Web Content 1.3 Portlet Application</td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/portals/applications/binaries/apa-webcontent-war-1.3.war" class="externalLink">apa-webcontent-war-1.3.war</a></td>
+<td><a href="http://www.apache.org/dist/portals/applications/binaries/apa-webcontent-war-1.3.war.md5" class="externalLink">here</a></td>
+<td><a href="http://www.apache.org/dist/portals/applications/binaries/apa-webcontent-war-1.3.war.asc" class="externalLink">here</a></td>
 </tr>
 </table>
 </div>
@@ -223,11 +223,11 @@
 <td><a href="http://www.apache.org/dist/portals/applications/sources/apa-rss-1.2-source-release.zip.asc" class="externalLink">here</a></td>
 <td><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310870&amp;version=12314955" class="externalLink">here</a></td>
 </tr>
-<tr class="b"><td>Web Content 1.2 Portlet Application</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/portals/applications/sources/apa-webcontent-1.2-source-release.zip" class="externalLink">apa-webcontent-1.2-source-release.zip</a></td>
-<td><a href="http://www.apache.org/dist/portals/applications/sources/apa-webcontent-1.2-source-release.zip.md5" class="externalLink">here</a></td>
-<td><a href="http://www.apache.org/dist/portals/applications/sources/apa-webcontent-1.2-source-release.zip.asc" class="externalLink">here</a></td>
-<td><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310870&amp;version=12314952" class="externalLink">here</a></td>
+<tr class="b"><td>Web Content 1.3 Portlet Application</td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/portals/applications/sources/apa-webcontent-1.3-source-release.zip" class="externalLink">apa-webcontent-1.3-source-release.zip</a></td>
+<td><a href="http://www.apache.org/dist/portals/applications/sources/apa-webcontent-1.3-source-release.zip.md5" class="externalLink">here</a></td>
+<td><a href="http://www.apache.org/dist/portals/applications/sources/apa-webcontent-1.3-source-release.zip.asc" class="externalLink">here</a></td>
+<td><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310870&amp;version=12319483" class="externalLink">here</a></td>
 </tr>
 <tr class="a"><td>Gems 1.1 Portlets</td>
 <td><a href="http://www.apache.org/dyn/closer.cgi/portals/applications/sources/apa-gems-1.1-source-release.zip" class="externalLink">apa-gems-1.1-source-release.zip</a></td>
@@ -286,7 +286,7 @@ or
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/getting-started.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/getting-started.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/getting-started.html (original)
+++ portals/site-live/applications/getting-started.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Getting Started with Apache Portals Applications</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -181,7 +181,7 @@ also deploy portlets using a portal such
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/index.html (original)
+++ portals/site-live/applications/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache Portals Applications Home Page</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 5 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -166,7 +166,7 @@
 <p><a href="download.html"><img src="images/folder-open.gif" alt="" />
 						Download
 					</a>
-					Portals Applications 1.2 Downloads
+					Portals Applications (most recent) Downloads
 				</p>
 <ul><li><a href="getting-started.html">
 							System Requirements
@@ -292,7 +292,7 @@ It is made up of portlet applications, a
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/license.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/license.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/license.html (original)
+++ portals/site-live/applications/license.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache License, version 2.0</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -361,7 +361,7 @@ Copyright 2004 The Apache Software Found
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/logging/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/logging/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/logging/index.html (original)
+++ portals/site-live/applications/logging/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache Portals Applications Logging</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -281,7 +281,7 @@ log4j.appender.pa.append = false
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/news.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/news.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/news.html (original)
+++ portals/site-live/applications/news.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - News and Status</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 5 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -162,6 +162,12 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2><a name="News"></a>News</h2>
+<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 />
+
+            All the changes concern primarily minor bugfixes and maintenance.
+            </p>
 <h4>29 September 2011 - Apache Portals Applications WebContent, RSS, Demo and DB Browser version 1.2</h4>
 <p>
             The Apache Portals team is pleased to announce the General Availability of Portals Applications WebContent, RSS, Demo and DB Browser version 1.2.<br />
@@ -206,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/portals-gems/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/portals-gems/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/portals-gems/index.html (original)
+++ portals/site-live/applications/portals-gems/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache Portals Gems</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -366,7 +366,7 @@ Gems is a subproject of the Apache Porta
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/rss-main/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/rss-main/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/rss-main/index.html (original)
+++ portals/site-live/applications/rss-main/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache Portals RSS Application</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -174,7 +174,7 @@
 </ul>
 </div><p>
 A portlet application dedicated to RSS-based portlet development. RSS (most commonly translated as &quot;Really Simple Syndication&quot;)
- is a family of web feed formats used to publish frequently updated works?such as blog entries, news headlines, audio, and video?in a standardized format
+ is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format
 			</p>
 <p>The RSS portet application consists of two portlets that both have the same functionality. The first RSS portlet is implemented using XSLT, the second
 			RSS portlet is configured with <a class="externalLink" href="https://rome.dev.java.net/">Rome RSS</a>, a programmatic API for displaying RSS. Here are the portlet classes
@@ -287,7 +287,7 @@ actually used for View and Edit Mode. Th
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/webcontent/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/webcontent/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/webcontent/index.html (original)
+++ portals/site-live/applications/webcontent/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Apache Portals Web Content Application</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 5 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -166,7 +166,7 @@
 <p><a href="../download.html"><img src="../images/folder-open.gif" alt="" />
             Download
           </a>
-          Portals Applications WebContent 1.2
+          Portals Applications WebContent 1.3
         </p>
 <ul><li><a href="../getting-started.html">System Requirements</a></li>
 </ul>
@@ -457,7 +457,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/applications/webcontent/rproxy.html
URL: http://svn.apache.org/viewvc/portals/site-live/applications/webcontent/rproxy.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/applications/webcontent/rproxy.html (original)
+++ portals/site-live/applications/webcontent/rproxy.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache Portals Applications - Introduction to Reverse Proxy Service</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://portals.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 4 March 2013
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/" class="externalLink">Portals</a>
             |
@@ -990,7 +990,7 @@ proxy.http.route.apache.proxy.proxyserve
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/communication.html
URL: http://svn.apache.org/viewvc/portals/site-live/communication.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/communication.html (original)
+++ portals/site-live/communication.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Communication</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Apache Portals Project" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -257,7 +257,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/css/maven-theme.css
URL: http://svn.apache.org/viewvc/portals/site-live/css/maven-theme.css?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/css/maven-theme.css (original)
+++ portals/site-live/css/maven-theme.css Wed Mar  6 20:03:19 2013
@@ -1,141 +1,161 @@
-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);
-}
-
+/*
+ * 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.
+ */
+
+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: medium;
+}
+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;
+  padding-bottom: 3px; /* IE-9 scrollbar-fix */
+}
+#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/site-live/css/site.css
URL: http://svn.apache.org/viewvc/portals/site-live/css/site.css?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/css/site.css (original)
+++ portals/site-live/css/site.css Wed Mar  6 20:03:19 2013
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

Modified: portals/site-live/decisions.html
URL: http://svn.apache.org/viewvc/portals/site-live/decisions.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/decisions.html (original)
+++ portals/site-live/decisions.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - The Portals Project</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Apache Portals Project" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -316,7 +316,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/development/code-standards.html
URL: http://svn.apache.org/viewvc/portals/site-live/development/code-standards.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/development/code-standards.html (original)
+++ portals/site-live/development/code-standards.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Coding Standards</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="../jetspeed-2/">Jetspeed-2</a>
             |
@@ -433,7 +433,7 @@ Thanks for your cooperation.
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/development/developer-links.html
URL: http://svn.apache.org/viewvc/portals/site-live/development/developer-links.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/development/developer-links.html (original)
+++ portals/site-live/development/developer-links.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Developer Links</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="../jetspeed-2/">Jetspeed-2</a>
             |
@@ -240,7 +240,7 @@ Be free to add your own links.
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/development/documentation.html
URL: http://svn.apache.org/viewvc/portals/site-live/development/documentation.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/development/documentation.html (original)
+++ portals/site-live/development/documentation.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - The Apache Portals Documentation Effort</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="../jetspeed-2/">Jetspeed-2</a>
             |
@@ -338,7 +338,7 @@ Total time:  20 seconds</pre>
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/development/further-reading.html
URL: http://svn.apache.org/viewvc/portals/site-live/development/further-reading.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/development/further-reading.html (original)
+++ portals/site-live/development/further-reading.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Further Reading</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="../jetspeed-2/">Jetspeed-2</a>
             |
@@ -252,7 +252,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/download.html
URL: http://svn.apache.org/viewvc/portals/site-live/download.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/download.html (original)
+++ portals/site-live/download.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Downloading Apache Portal Projects</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -239,7 +239,7 @@ See the <b>Binary and Source Distributio
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/getting-started.html
URL: http://svn.apache.org/viewvc/portals/site-live/getting-started.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/getting-started.html (original)
+++ portals/site-live/getting-started.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Getting Involved</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -228,7 +228,7 @@ This section is under construction.
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/guidelines.html
URL: http://svn.apache.org/viewvc/portals/site-live/guidelines.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/guidelines.html (original)
+++ portals/site-live/guidelines.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Project Guidelines</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Apache Portals Project" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -241,7 +241,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Added: portals/site-live/images/apacheconUS2009Speaker.gif
URL: http://svn.apache.org/viewvc/portals/site-live/images/apacheconUS2009Speaker.gif?rev=1453520&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/site-live/images/apacheconUS2009Speaker.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/site-live/images/apacheconUS2009Trainer.gif
URL: http://svn.apache.org/viewvc/portals/site-live/images/apacheconUS2009Trainer.gif?rev=1453520&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/site-live/images/apacheconUS2009Trainer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: portals/site-live/index.html
URL: http://svn.apache.org/viewvc/portals/site-live/index.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/index.html (original)
+++ portals/site-live/index.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Apache Portals</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -286,7 +286,7 @@ for the use of common web frameworks via
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/issue-tracking.html
URL: http://svn.apache.org/viewvc/portals/site-live/issue-tracking.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/issue-tracking.html (original)
+++ portals/site-live/issue-tracking.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Issue Tracking</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -228,7 +228,7 @@ Here is the link for issues regarding th
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/javadocs.html
URL: http://svn.apache.org/viewvc/portals/site-live/javadocs.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/javadocs.html (original)
+++ portals/site-live/javadocs.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Javadocs</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -225,7 +225,7 @@ This section is under construction.
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/license.html
URL: http://svn.apache.org/viewvc/portals/site-live/license.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/license.html (original)
+++ portals/site-live/license.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Apache Software License</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -408,7 +408,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/mail-lists.html
URL: http://svn.apache.org/viewvc/portals/site-live/mail-lists.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/mail-lists.html (original)
+++ portals/site-live/mail-lists.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -19,8 +20,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -225,7 +225,7 @@ See the links below to find the mailing 
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/management.html
URL: http://svn.apache.org/viewvc/portals/site-live/management.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/management.html (original)
+++ portals/site-live/management.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Project Management Committee Bylaws</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Apache Portals Project" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -261,7 +261,7 @@ to be a need for incubation.
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/mission.html
URL: http://svn.apache.org/viewvc/portals/site-live/mission.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/mission.html (original)
+++ portals/site-live/mission.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Apache Portals Mission</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -245,7 +245,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/newproject.html
URL: http://svn.apache.org/viewvc/portals/site-live/newproject.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/newproject.html (original)
+++ portals/site-live/newproject.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - New Project Proposals</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Apache Portals Project" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -403,7 +403,7 @@ the General list, including the final vo
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/news.html
URL: http://svn.apache.org/viewvc/portals/site-live/news.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/news.html (original)
+++ portals/site-live/news.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - News and Status</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 10 October 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -198,6 +198,12 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2><a name="News"></a>News</h2>
+<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 />
+
+            All the changes concern primarily minor bugfixes and maintenance.
+            </p>
 <h4>10 October 2011 - Apache Portals Jetspeed-2 version 2.2.2</h4>
 <p>
             The Apache Portals Jetspeed Team is pleased to announce version 2.2.2 of the Jetspeed-2 Open Source Enterprise Portal.
@@ -832,7 +838,7 @@ The Apache Portals project is officially
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/powered.html
URL: http://svn.apache.org/viewvc/portals/site-live/powered.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/powered.html (original)
+++ portals/site-live/powered.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Apache Portals powered web sites</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -240,7 +240,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/roles.html
URL: http://svn.apache.org/viewvc/portals/site-live/roles.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/roles.html (original)
+++ portals/site-live/roles.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Roles and Responsibilities</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Apache Portals Project" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -415,7 +415,7 @@ The Portals Project Management Committee
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/status/2004-03.html
URL: http://svn.apache.org/viewvc/portals/site-live/status/2004-03.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/status/2004-03.html (original)
+++ portals/site-live/status/2004-03.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Apache Portals</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="../jetspeed-2/">Jetspeed-2</a>
             |
@@ -232,7 +232,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/supporting.html
URL: http://svn.apache.org/viewvc/portals/site-live/supporting.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/supporting.html (original)
+++ portals/site-live/supporting.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Apache Portals owered web sites</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -222,7 +222,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/whoweare.html
URL: http://svn.apache.org/viewvc/portals/site-live/whoweare.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/whoweare.html (original)
+++ portals/site-live/whoweare.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Who We Are</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Apache Portals Project" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -328,7 +328,7 @@ A complete list of all the Apache Commit
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation
           

Modified: portals/site-live/wiki.html
URL: http://svn.apache.org/viewvc/portals/site-live/wiki.html?rev=1453520&r1=1453519&r2=1453520&view=diff
==============================================================================
--- portals/site-live/wiki.html (original)
+++ portals/site-live/wiki.html Wed Mar  6 20:03:19 2013
@@ -12,6 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>The Apache Portals Site - Wiki</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -20,8 +21,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="David Sean Taylor" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://www.apache.org/" id="bannerLeft">
@@ -48,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 29 September 2011
+        Last Published: 6 March 2013
                       </div>
             <div class="xright">            <a href="jetspeed-2/">Jetspeed-2</a>
             |
@@ -221,7 +221,7 @@ See the links below to find the Wiki for
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2011
+          2004-2013
     
           Apache Software Foundation