You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/12/04 06:47:06 UTC

svn commit: r1547715 [3/3] - in /archiva/site-content/redback: ./ development/ errors/ images/ integration/ rbac/

Modified: archiva/site-content/redback/rbac/role-management.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/rbac/role-management.html?rev=1547715&r1=1547714&r2=1547715&view=diff
==============================================================================
--- archiva/site-content/redback/rbac/role-management.html (original)
+++ archiva/site-content/redback/rbac/role-management.html Wed Dec  4 05:47:05 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Apr 29, 2013
+ | Generated by Apache Maven Doxia at 2013-12-04
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130429" />
+    <meta name="Date-Revision-yyyymmdd" content="20131204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Redback Role Management</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -166,7 +166,7 @@
           <div id="banner">
         <div class="pull-left">
                                                   <a href="../../redback" id="bannerLeft">
-                <h2>Redback</h2>
+                                                                                                <img src="../images/redback.jpg"  alt="Redback"/>
                 </a>
                       </div>
         <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
@@ -180,8 +180,8 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-04-29</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li>
+                  <li id="publishDate">Last Published: 2013-12-04</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li>
                           <li class="divider">|</li>             <li class="">
                     <a href="http://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
@@ -204,11 +204,26 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mini/guide
 -apt-format.html --><div class="section"><h2>Role Management<a name="Role_Management"></a></h2><p>Managing roles in an application with Redback is governed through an implementation of the Role Manager, an interface defined in the redback-rbac-role-manager artifact that encapsulates most of the most comment role related activities. User assignment of roles, creating and removing of roles based on templates (more on this later), and simple role existence activities. </p><div class="section"><h3>Role Specification<a name="Role_Specification"></a></h3><p>Roles are loaded by the Default implementation of the role manager from a series of resources that are discovered in your classpath. The root of these files is searched for as:</p><div class="source"><pre class="prettyprint">
+            <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mini/guide
 -apt-format.html --><div class="section">
+<h2>Role Management<a name="Role_Management"></a></h2>
+<p>Managing roles in an application with Redback is governed through an implementation of the Role Manager, an interface defined in the redback-rbac-role-manager artifact that encapsulates most of the most comment role related activities. User assignment of roles, creating and removing of roles based on templates (more on this later), and simple role existence activities. </p>
+<div class="section">
+<h3>Role Specification<a name="Role_Specification"></a></h3>
+<p>Roles are loaded by the Default implementation of the role manager from a series of resources that are discovered in your classpath. The root of these files is searched for as:</p>
+<div class="source">
+<pre>
   META-INF/redback/redback-core.xml
-</pre></div><p>This allows to you establish a basic set of resources, operations, roles and role templates that all other referencing applications can extend from. Other files that are loaded are located as:</p><div class="source"><pre class="prettyprint">
+</pre></div>
+<p>This allows to you establish a basic set of resources, operations, roles and role templates that all other referencing applications can extend from. Other files that are loaded are located as:</p>
+<div class="source">
+<pre>
   META-INF/redback/redback.xml
-</pre></div><p>Each of these files follows the same model, the one specified by <i>point to xsd generated by modello</i>.</p><div class="section"><h4>Basic Format<a name="Basic_Format"></a></h4><div class="source"><pre class="prettyprint">
+</pre></div>
+<p>Each of these files follows the same model, the one specified by <i>point to xsd generated by modello</i>.</p>
+<div class="section">
+<h4>Basic Format<a name="Basic_Format"></a></h4>
+<div class="source">
+<pre>
 &lt;redback-role-model&gt;
   &lt;resources&gt;
     &lt;resource&gt;
@@ -252,7 +267,27 @@
     &lt;/template&gt;
   &lt;/templates&gt;
 &lt;/redback-role-model&gt;
-</pre></div></div><div class="section"><h4>Resources<a name="Resources"></a></h4><p>Resources are the entities in role based access control that roles provide access to through the binding of the resource with an operation in the form of a permission. In the example above, 'cornflakes' are the resource that are in play.</p></div><div class="section"><h4>Operations<a name="Operations"></a></h4><p>Operations are conceptually actions that can be performed, somewhat akin to verbs in the english language. 'Eat' in the example above is and action that can be performed on any given resource.</p></div><div class="section"><h4>Roles<a name="Roles"></a></h4><p>Roles are assignable entities that grant permissions to their assignies. In this example, a user that has the can-eat-cornflakes role assigned can...eat cornflakes.</p></div><div class="section"><h4>Permissions<a name="Permissions"></a></h4><p>Permissions are the component of a role and role template that bind an operation and a resourc
 e together into a form that is useful for authorization. In this simple example we have the 'eat' operation being paired with the 'cornflake' resource which effectively allows assignees to eat thier cornflakes.</p></div><div class="section"><h4>Templates<a name="Templates"></a></h4><p>Templates address the fundamental issue in role based access control systems regarding resources that may not exist at the time of role specification. For example it would be virtually impossible to specific all manner of possible foods you might encounter in life at application creation. The 'eater-template' above addresses this. If you are exposed to 'tirimisu', that would be created as a resource at runtime and then the eater-template would be run with the tirimisu as its target resource (note the ${resource})</p></div></div><div class="section"><h3>Role Inheritance<a name="Role_Inheritance"></a></h3><p>Roles and Role templates would be woefully boring and tedious to work with if there was not some 
 concept of inheritence. Inhertiance is also added through the model above.</p><div class="source"><pre class="prettyprint">
+</pre></div></div>
+<div class="section">
+<h4>Resources<a name="Resources"></a></h4>
+<p>Resources are the entities in role based access control that roles provide access to through the binding of the resource with an operation in the form of a permission. In the example above, 'cornflakes' are the resource that are in play.</p></div>
+<div class="section">
+<h4>Operations<a name="Operations"></a></h4>
+<p>Operations are conceptually actions that can be performed, somewhat akin to verbs in the english language. 'Eat' in the example above is and action that can be performed on any given resource.</p></div>
+<div class="section">
+<h4>Roles<a name="Roles"></a></h4>
+<p>Roles are assignable entities that grant permissions to their assignies. In this example, a user that has the can-eat-cornflakes role assigned can...eat cornflakes.</p></div>
+<div class="section">
+<h4>Permissions<a name="Permissions"></a></h4>
+<p>Permissions are the component of a role and role template that bind an operation and a resource together into a form that is useful for authorization. In this simple example we have the 'eat' operation being paired with the 'cornflake' resource which effectively allows assignees to eat thier cornflakes.</p></div>
+<div class="section">
+<h4>Templates<a name="Templates"></a></h4>
+<p>Templates address the fundamental issue in role based access control systems regarding resources that may not exist at the time of role specification. For example it would be virtually impossible to specific all manner of possible foods you might encounter in life at application creation. The 'eater-template' above addresses this. If you are exposed to 'tirimisu', that would be created as a resource at runtime and then the eater-template would be run with the tirimisu as its target resource (note the ${resource})</p></div></div>
+<div class="section">
+<h3>Role Inheritance<a name="Role_Inheritance"></a></h3>
+<p>Roles and Role templates would be woefully boring and tedious to work with if there was not some concept of inheritence. Inhertiance is also added through the model above.</p>
+<div class="source">
+<pre>
 META-INF/redback/redback-core.xml
 
 &lt;redback-role-model&gt;
@@ -331,14 +366,31 @@ META-INF/redback/redback-core.xml
     &lt;/template&gt;
   &lt;/templates&gt;
 &lt;/redback-role-model&gt;
-</pre></div><p>With this example we have added another resource and operation, which can be combined to allow a user to drink milk. We also added a new role called 'bowl-drinker' which has no additional permissions but illustrates the childRole concept, that someone with this role effectively has the two child roles, which when combined would all someone to eat their cornflakes in the morning, and then drink the milk.</p><p>Also added to this example is the can-drink-milk role to the eater-template, which would allow the user to automatically drink milk during any meal that might be created during runtime.</p><div class="section"><h4>Parent Roles<a name="Parent_Roles"></a></h4><p>Since roles can be loaded up from different redback.xml files, it is possible to reference roles in the redback-core.xml file and have them add a child relationship to your role, and example of this is in play with continuum and archiva both. Each of these applications define an extension of the System Admi
 nistrator role that is created in the redback-xwork-integration artifact (where is the redback-core.xml is). These extensions would simply add:</p><div class="source"><pre class="prettyprint">
+</pre></div>
+<p>With this example we have added another resource and operation, which can be combined to allow a user to drink milk. We also added a new role called 'bowl-drinker' which has no additional permissions but illustrates the childRole concept, that someone with this role effectively has the two child roles, which when combined would all someone to eat their cornflakes in the morning, and then drink the milk.</p>
+<p>Also added to this example is the can-drink-milk role to the eater-template, which would allow the user to automatically drink milk during any meal that might be created during runtime.</p>
+<div class="section">
+<h4>Parent Roles<a name="Parent_Roles"></a></h4>
+<p>Since roles can be loaded up from different redback.xml files, it is possible to reference roles in the redback-core.xml file and have them add a child relationship to your role, and example of this is in play with continuum and archiva both. Each of these applications define an extension of the System Administrator role that is created in the redback-xwork-integration artifact (where is the redback-core.xml is). These extensions would simply add:</p>
+<div class="source">
+<pre>
   &lt;role&gt;
   ....
     &lt;parentRoles&gt;
       &lt;parentRole&gt;system-administrator&lt;/parentRole&gt;
     &lt;/parentRoles&gt;
   &lt;/role&gt;
-</pre></div><p>Then at role creation the role manager would know to have the System Administrator role create a child role relationship with the corresponding child role.</p></div><div class="section"><h4>Child and Parent Templates<a name="Child_and_Parent_Templates"></a></h4><p>Templates can also have child and parent relationships that are all established during runtime. </p><p>NOTE: Roles can not declare childTemplate or parentTemplate relationships since roles are created at startup time. One way around this restriction is to add an aggregator role.</p></div><div class="section"><h4>Aggregator Roles<a name="Aggregator_Roles"></a></h4><p>One very useful role pattern to keep track off is an aggregator role. In this case you would have the following example:</p><div class="source"><pre class="prettyprint">
+</pre></div>
+<p>Then at role creation the role manager would know to have the System Administrator role create a child role relationship with the corresponding child role.</p></div>
+<div class="section">
+<h4>Child and Parent Templates<a name="Child_and_Parent_Templates"></a></h4>
+<p>Templates can also have child and parent relationships that are all established during runtime. </p>
+<p>NOTE: Roles can not declare childTemplate or parentTemplate relationships since roles are created at startup time. One way around this restriction is to add an aggregator role.</p></div>
+<div class="section">
+<h4>Aggregator Roles<a name="Aggregator_Roles"></a></h4>
+<p>One very useful role pattern to keep track off is an aggregator role. In this case you would have the following example:</p>
+<div class="source">
+<pre>
 META-INF/redback/redback-core.xml
 
 &lt;redback-role-model&gt;
@@ -367,7 +419,8 @@ META-INF/redback/redback-core.xml
     &lt;/template&gt;
   &lt;/templates&gt;
 &lt;/redback-role-model&gt;
-</pre></div><p>In this example you can see that there is a role that is created at startup time called the eater-aggregator. Initially this role has nothing in it, no permissions, no child roles, nothing, its is totally empty. You can assign this role to someone and they get no added permissions. However, as new roles are created using the eater-template, anyone that has that eater-aggregator role assigned will automatically pick up permissions for each of these new roles. </p></div></div></div>
+</pre></div>
+<p>In this example you can see that there is a role that is created at startup time called the eater-aggregator. Initially this role has nothing in it, no permissions, no child roles, nothing, its is totally empty. You can assign this role to someone and they get no added permissions. However, as new roles are created using the eater-template, anyone that has that eater-aggregator role assigned will automatically pick up permissions for each of these new roles. </p></div></div></div>
                   </div>
           </div>
 

Modified: archiva/site-content/redback/source-repository.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/source-repository.html?rev=1547715&r1=1547714&r2=1547715&view=diff
==============================================================================
--- archiva/site-content/redback/source-repository.html (original)
+++ archiva/site-content/redback/source-repository.html Wed Dec  4 05:47:05 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Apr 29, 2013
+ | Generated by Apache Maven Doxia at 2013-12-04
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130429" />
+    <meta name="Date-Revision-yyyymmdd" content="20131204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -166,7 +166,7 @@
           <div id="banner">
         <div class="pull-left">
                                                   <a href="../redback" id="bannerLeft">
-                <h2>Redback</h2>
+                                                                                                <img src="images/redback.jpg"  alt="Redback"/>
                 </a>
                       </div>
         <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
@@ -180,8 +180,8 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-04-29</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li>
+                  <li id="publishDate">Last Published: 2013-12-04</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li>
                           <li class="divider">|</li>             <li class="">
                     <a href="http://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
@@ -204,7 +204,39 @@
                 
         <div id="bodyColumn" >
                                   
-            <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a><p>The following is a link to the online source repository.</p><div class="source"><pre class="prettyprint"><a class="externalLink" href="http://svn.apache.org/viewvc/archiva/redback">http://svn.apache.org/viewvc/archiva/redback</a></pre></div></div><div class="section"><h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre class="prettyprint">$ svn checkout http://svn.apache.org/repos/asf/archiva/red
 back/ redback-all</pre></div></div><div class="section"><h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a><p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre class="prettyprint">$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/ redback-all</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre class="prettyprint">$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a><p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p><div c
 lass="source"><pre class="prettyprint">$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/ redback-all</pre></div></div><div class="section"><h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre class="pr
 ettyprint">[global]
+            <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
+<div class="section">
+<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
+<p>The following is a link to the online source repository.</p>
+<div class="source">
+<pre><a class="externalLink" href="http://svn.apache.org/viewvc/archiva/redback">http://svn.apache.org/viewvc/archiva/redback</a></pre></div></div>
+<div class="section">
+<h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a>
+<p>The source can be checked out anonymously from SVN with this command:</p>
+<div class="source">
+<pre>$ svn checkout http://svn.apache.org/repos/asf/archiva/redback/ redback-all</pre></div></div>
+<div class="section">
+<h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a>
+<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
+<div class="source">
+<pre>$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/ redback-all</pre></div>
+<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
+<div class="source">
+<pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
+<div class="section">
+<h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a>
+<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
+<div class="source">
+<pre>$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/ redback-all</pre></div></div>
+<div class="section">
+<h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a>
+<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
+<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
+<p>Example: Edit the 'servers' file and add something like:</p>
+<div class="source">
+<pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
 </pre></div></div>

Modified: archiva/site-content/redback/team-list.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/team-list.html?rev=1547715&r1=1547714&r2=1547715&view=diff
==============================================================================
--- archiva/site-content/redback/team-list.html (original)
+++ archiva/site-content/redback/team-list.html Wed Dec  4 05:47:05 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Apr 29, 2013
+ | Generated by Apache Maven Doxia at 2013-12-04
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130429" />
+    <meta name="Date-Revision-yyyymmdd" content="20131204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -166,7 +166,7 @@
           <div id="banner">
         <div class="pull-left">
                                                   <a href="../redback" id="bannerLeft">
-                <h2>Redback</h2>
+                                                                                                <img src="images/redback.jpg"  alt="Redback"/>
                 </a>
                       </div>
         <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
@@ -180,8 +180,8 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-04-29</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li>
+                  <li id="publishDate">Last Published: 2013-12-04</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li>
                           <li class="divider">|</li>             <li class="">
                     <a href="http://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
@@ -204,7 +204,361 @@
                 
         <div id="bodyColumn" >
                                   
-            <div class="section"><h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members<a name="Members"></a></h3><a name="Members"></a><p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p><table border="0" class="table table-striped"><tr class="a"><th>Image</th><th>Id</th><th>Name</th><th>Email</th><th>Organizat
 ion</th><th>Roles</th><th>Time Zone</th><th>Actual Time (GMT)</th></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/a49e2c09c4c36374c40e6cb819157eda?d=mm&amp;s=60" alt="" /></td><td><a name="oching"></a>oching</td><td>Maria Odea B. Ching</td><td><a class="externalLink" href="mailto:oching@apache.org">oching@apache.org</a></td><td>-</td><td>PMC Chair</td><td>+8</td><td><span id="developer-0">+8</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&amp;s=60" alt="" /></td><td><a name="brett"></a>brett</td><td>Brett Porter</td><td><a class="externalLink" href="mailto:brett@apache.org">brett@apache.org</a></td><td>ASF</td><td>PMC Member</td><td>+10</td><td><span id="developer-1">+10</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&amp;s=60" alt="" /></td><td><a name="carlos"></a>carlos</td><td>Carlos Sanchez</td><td><a class="externalLink" href="mailto
 :carlos@apache.org">carlos@apache.org</a></td><td>ASF</td><td>PMC Member</td><td>+1</td><td><span id="developer-2">+1</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&amp;s=60" alt="" /></td><td><a name="epunzalan"></a>epunzalan</td><td>Edwin Punzalan</td><td><a class="externalLink" href="mailto:epunzalan@apache.org">epunzalan@apache.org</a></td><td>-</td><td>PMC Member</td><td>-8</td><td><span id="developer-3">-8</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/3fe23ff82e7920b5941e18515adf9bba?d=mm&amp;s=60" alt="" /></td><td><a name="nicolas"></a>nicolas</td><td>Nicolas De Loof</td><td><a class="externalLink" href="mailto:nicolas@apache.org">nicolas@apache.org</a></td><td>-</td><td>PMC Member</td><td>+1</td><td><span id="developer-4">+1</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&amp;s=60" alt="" /></td><td><a name="olamy"><
 /a>olamy</td><td>Olivier Lamy</td><td><a class="externalLink" href="mailto:olamy@apache.org">olamy@apache.org</a></td><td>Talend</td><td>PMC Member</td><td>Australia/Melbourne</td><td><span id="developer-5">Australia/Melbourne</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&amp;s=60" alt="" /></td><td><a name="dennisl"></a>dennisl</td><td>Dennis Lundberg</td><td><a class="externalLink" href="mailto:dennisl@apache.org">dennisl@apache.org</a></td><td>ASF</td><td>Committer</td><td>+1</td><td><span id="developer-6">+1</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/76f1823568e5f31931bd32415a4cffa7?d=mm&amp;s=60" alt="" /></td><td><a name="martinc"></a>martinc</td><td>Martin Cooper</td><td><a class="externalLink" href="mailto:martinc@apache.org">martinc@apache.org</a></td><td>ASF</td><td>Committer</td><td>-</td><td><span id="developer-7">-</span></td></tr><tr class="b"><td><img src="http://www.gra
 vatar.com/avatar/07a0055c4259569aff19ee558ee3999d?d=mm&amp;s=60" alt="" /></td><td><a name="mbaclay"></a>mbaclay</td><td>Marecor M. Baclay</td><td><a class="externalLink" href="mailto:mbaclay@apache.org">mbaclay@apache.org</a></td><td>-</td><td>Committer</td><td>+8</td><td><span id="developer-8">+8</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/026acc6fb60c44ed137de35517837065?d=mm&amp;s=60" alt="" /></td><td><a name="jzurbano"></a>jzurbano</td><td>Jevica Arianne B. Zurbano</td><td><a class="externalLink" href="mailto:jzurbano@apache.org">jzurbano@apache.org</a></td><td>-</td><td>Committer</td><td>+8</td><td><span id="developer-9">+8</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/27790393b874159fe05609ca7ed812f9?d=mm&amp;s=60" alt="" /></td><td><a name="jbonofre"></a>jbonofre</td><td>Jean-Baptiste Onofr&#xe9;</td><td><a class="externalLink" href="mailto:jbonofre@apache.org">jbonofre@apache.org</a></td><td>Talend</td><td>Committ
 er</td><td>+1</td><td><span id="developer-10">+1</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/030e414fc478d45703ba0cbf6fa431f9?d=mm&amp;s=60" alt="" /></td><td><a name="skygo"></a>skygo</td><td>Eric Barboni</td><td><a class="externalLink" href="mailto:skygo@apache.org">skygo@apache.org</a></td><td>ASF</td><td>Committer</td><td>+1</td><td><span id="developer-11">+1</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/aeb4e8e65a6c91233e1a9128d8989093?d=mm&amp;s=60" alt="" /></td><td><a name="alecharp"></a>alecharp</td><td>Adrien Lecharpentier</td><td><a class="externalLink" href="mailto:alecharp@apache.org">alecharp@apache.org</a></td><td>Zenika</td><td>Committer</td><td>+1</td><td><span id="developer-12">+1</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&amp;s=60" alt="" /></td><td><a name="joakime"></a>joakime</td><td>Joakim Erdfelt</td><td><a class="externalLink" hre
 f="mailto:joakime@apache.org">joakime@apache.org</a></td><td>ASF</td><td>Emeritus</td><td>-5</td><td><span id="developer-13">-5</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td><td><a name="jvanzyl"></a>jvanzyl</td><td>Jason van Zyl</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-14">-</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td><td><a name="bayard"></a>bayard</td><td>Henri Yandell</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-15">-</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td><td><a name="kenney"></a>kenney</td><td>Kenney Westerhof</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-16">-</span></td></tr
 ><tr class="a"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td><td><a name="aheritier"></a>aheritier</td><td>Arnaud Heritier</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-17">-</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td><td><a name="bellingard"></a>bellingard</td><td>Fabrice Bellingard</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-18">-</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td><td><a name="jdumay"></a>jdumay</td><td>James William Dumay</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-19">-</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" al
 t="" /></td><td><a name="jmcconnell"></a>jmcconnell</td><td>Jesse McConnell</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-20">-</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&amp;s=60" alt="" /></td><td><a name="evenisse"></a>evenisse</td><td>Emmanuel Venisse</td><td><a class="externalLink" href="mailto:evenisse@apache.org">evenisse@apache.org</a></td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-21">-</span></td></tr><tr class="b"><td><img src="http://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&amp;s=60" alt="" /></td><td><a name="jtolentino"></a>jtolentino</td><td>Ernesto Tolentino Jr.</td><td><a class="externalLink" href="mailto:jtolentino@apache.org">jtolentino@apache.org</a></td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-22">-</span></td></tr><tr class="a"><td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d
 =blank&amp;f=y&amp;s=60" alt="" /></td><td><a name="wsmoak"></a>wsmoak</td><td>Wendy Smoak</td><td>-</td><td>-</td><td>Emeritus</td><td>-</td><td><span id="developer-23">-</span></td></tr></table></div><div class="section"><h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a><p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p><table border="0" class="table table-striped"><tr class="a"><th>Name</th></tr><tr class="b"><td>Steffen Grunwald</td></tr><tr class="a"><td>Stefan Prange</td></tr><tr class="b"><td>John Michael Luy</td></tr><tr class="a"><td>Martin H&#xf6;ller</td></tr><tr class="b"><td>Stephen Gargan</td></tr><tr class="a"><td>Dario Oliveros</td></tr><tr class="b"><td>james ahlborn</td></tr><tr class="a"><td>Jim Jackson</td></tr><tr class="b"><td>Daniel Harvey</td></tr><tr class="a"><td>Aleksandr Tarutin</td></tr><tr class="b"><td>Teodoro Cue Jr.</td></tr><tr class="a"><td>Jan An
 cajas</td></tr><tr class="b"><td>Jens M&#xfc;hlenhoff</td></tr><tr class="a"><td>Dawn Angelito</td></tr><tr class="b"><td>Henry Isidro</td></tr><tr class="a"><td>Antoine Veret</td></tr><tr class="b"><td>Christian Gruber</td></tr><tr class="a"><td>Allan Ramirez</td></tr><tr class="b"><td>Pete Marvin King</td></tr><tr class="a"><td>Joel Sudiacal</td></tr><tr class="b"><td>Milos Kleint</td></tr><tr class="a"><td>Nick Gonzalez</td></tr><tr class="b"><td>Maria Catherine Tan</td></tr><tr class="a"><td>Dan Tran</td></tr><tr class="b"><td>Gwen Harold Autencio</td></tr><tr class="a"><td>Mark Jeffery</td></tr><tr class="b"><td>Fabrice Daugan</td></tr><tr class="a"><td>Doron Solomon</td></tr><tr class="b"><td>Michal Stochmialek</td></tr><tr class="a"><td>Julien Henry</td></tr><tr class="b"><td>Andreas Baumann</td></tr><tr class="a"><td>Adelita L. Padilla</td></tr><tr class="b"><td>Daniel Triphaus</td></tr><tr class="a"><td>Patti Arachchige Eshan Sudharaka</td></tr><tr class="b"><td>Shinsuke Su
 gaya</td></tr><tr class="a"><td>Marcus Dimand</td></tr><tr class="b"><td>Catalino Pineda Jr.</td></tr><tr class="a"><td>Warner Pinero</td></tr><tr class="b"><td>Dave Brosius</td></tr><tr class="a"><td>Jim Sellers</td></tr><tr class="b"><td>Igor Galic</td></tr><tr class="a"><td>Mark Struberg</td></tr><tr class="b"><td>Marc Jansen Tan Chua</td></tr><tr class="a"><td>Lucien Weller</td></tr><tr class="b"><td>Greg Michael Meneses</td></tr><tr class="a"><td>Chris Graham</td></tr><tr class="b"><td>Fredrik Jonson</td></tr><tr class="a"><td>Lester Ecarma</td></tr><tr class="b"><td>Eirik Bj&#xf8;rsn&#xf8;s</td></tr><tr class="a"><td>Jan Ancajas</td></tr><tr class="b"><td>Damien Blugeon</td></tr><tr class="a"><td>John Michael Luy</td></tr><tr class="b"><td>Wolfgang Strunk</td></tr><tr class="a"><td>Jevica Arianne B. Zurbano</td></tr><tr class="b"><td>Stefan Prange</td></tr><tr class="a"><td>Napoleon Esmundo C. Ramirez</td></tr><tr class="b"><td>Brent Atkinson</td></tr><tr class="a"><td>Antoine
  ROUAZE</td></tr></table><script type="text/javascript">
+            <div class="section">
+<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a>
+<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
+<p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
+<div class="section">
+<h3>Members<a name="Members"></a></h3><a name="Members"></a>
+<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Image</th>
+<th>Id</th>
+<th>Name</th>
+<th>Email</th>
+<th>Organization</th>
+<th>Roles</th>
+<th>Time Zone</th>
+<th>Actual Time (GMT)</th></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/a49e2c09c4c36374c40e6cb819157eda?d=mm&amp;s=60" alt="" /></td>
+<td><a name="oching"></a>oching</td>
+<td>Maria Odea B. Ching</td>
+<td><a class="externalLink" href="mailto:oching@apache.org">oching@apache.org</a></td>
+<td>-</td>
+<td>PMC Chair</td>
+<td>+8</td>
+<td><span id="developer-0">+8</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&amp;s=60" alt="" /></td>
+<td><a name="brett"></a>brett</td>
+<td>Brett Porter</td>
+<td><a class="externalLink" href="mailto:brett@apache.org">brett@apache.org</a></td>
+<td>ASF</td>
+<td>PMC Member</td>
+<td>+10</td>
+<td><span id="developer-1">+10</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&amp;s=60" alt="" /></td>
+<td><a name="carlos"></a>carlos</td>
+<td>Carlos Sanchez</td>
+<td><a class="externalLink" href="mailto:carlos@apache.org">carlos@apache.org</a></td>
+<td>ASF</td>
+<td>PMC Member</td>
+<td>+1</td>
+<td><span id="developer-2">+1</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&amp;s=60" alt="" /></td>
+<td><a name="epunzalan"></a>epunzalan</td>
+<td>Edwin Punzalan</td>
+<td><a class="externalLink" href="mailto:epunzalan@apache.org">epunzalan@apache.org</a></td>
+<td>-</td>
+<td>PMC Member</td>
+<td>-8</td>
+<td><span id="developer-3">-8</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/3fe23ff82e7920b5941e18515adf9bba?d=mm&amp;s=60" alt="" /></td>
+<td><a name="nicolas"></a>nicolas</td>
+<td>Nicolas De Loof</td>
+<td><a class="externalLink" href="mailto:nicolas@apache.org">nicolas@apache.org</a></td>
+<td>-</td>
+<td>PMC Member</td>
+<td>+1</td>
+<td><span id="developer-4">+1</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&amp;s=60" alt="" /></td>
+<td><a name="olamy"></a>olamy</td>
+<td>Olivier Lamy</td>
+<td><a class="externalLink" href="mailto:olamy@apache.org">olamy@apache.org</a></td>
+<td>Ecetera.com.au</td>
+<td>PMC Member</td>
+<td>Australia/Melbourne</td>
+<td><span id="developer-5">Australia/Melbourne</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&amp;s=60" alt="" /></td>
+<td><a name="dennisl"></a>dennisl</td>
+<td>Dennis Lundberg</td>
+<td><a class="externalLink" href="mailto:dennisl@apache.org">dennisl@apache.org</a></td>
+<td>ASF</td>
+<td>Committer</td>
+<td>+1</td>
+<td><span id="developer-6">+1</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/76f1823568e5f31931bd32415a4cffa7?d=mm&amp;s=60" alt="" /></td>
+<td><a name="martinc"></a>martinc</td>
+<td>Martin Cooper</td>
+<td><a class="externalLink" href="mailto:martinc@apache.org">martinc@apache.org</a></td>
+<td>ASF</td>
+<td>Committer</td>
+<td>-</td>
+<td><span id="developer-7">-</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/07a0055c4259569aff19ee558ee3999d?d=mm&amp;s=60" alt="" /></td>
+<td><a name="mbaclay"></a>mbaclay</td>
+<td>Marecor M. Baclay</td>
+<td><a class="externalLink" href="mailto:mbaclay@apache.org">mbaclay@apache.org</a></td>
+<td>-</td>
+<td>Committer</td>
+<td>+8</td>
+<td><span id="developer-8">+8</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/026acc6fb60c44ed137de35517837065?d=mm&amp;s=60" alt="" /></td>
+<td><a name="jzurbano"></a>jzurbano</td>
+<td>Jevica Arianne B. Zurbano</td>
+<td><a class="externalLink" href="mailto:jzurbano@apache.org">jzurbano@apache.org</a></td>
+<td>-</td>
+<td>Committer</td>
+<td>+8</td>
+<td><span id="developer-9">+8</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/27790393b874159fe05609ca7ed812f9?d=mm&amp;s=60" alt="" /></td>
+<td><a name="jbonofre"></a>jbonofre</td>
+<td>Jean-Baptiste Onofr&#xe9;</td>
+<td><a class="externalLink" href="mailto:jbonofre@apache.org">jbonofre@apache.org</a></td>
+<td>Talend</td>
+<td>Committer</td>
+<td>+1</td>
+<td><span id="developer-10">+1</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/030e414fc478d45703ba0cbf6fa431f9?d=mm&amp;s=60" alt="" /></td>
+<td><a name="skygo"></a>skygo</td>
+<td>Eric Barboni</td>
+<td><a class="externalLink" href="mailto:skygo@apache.org">skygo@apache.org</a></td>
+<td>ASF</td>
+<td>Committer</td>
+<td>+1</td>
+<td><span id="developer-11">+1</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/aeb4e8e65a6c91233e1a9128d8989093?d=mm&amp;s=60" alt="" /></td>
+<td><a name="alecharp"></a>alecharp</td>
+<td>Adrien Lecharpentier</td>
+<td><a class="externalLink" href="mailto:alecharp@apache.org">alecharp@apache.org</a></td>
+<td>Zenika</td>
+<td>Committer</td>
+<td>+1</td>
+<td><span id="developer-12">+1</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&amp;s=60" alt="" /></td>
+<td><a name="joakime"></a>joakime</td>
+<td>Joakim Erdfelt</td>
+<td><a class="externalLink" href="mailto:joakime@apache.org">joakime@apache.org</a></td>
+<td>ASF</td>
+<td>Emeritus</td>
+<td>-5</td>
+<td><span id="developer-13">-5</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="jvanzyl"></a>jvanzyl</td>
+<td>Jason van Zyl</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-14">-</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="bayard"></a>bayard</td>
+<td>Henri Yandell</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-15">-</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="kenney"></a>kenney</td>
+<td>Kenney Westerhof</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-16">-</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="aheritier"></a>aheritier</td>
+<td>Arnaud Heritier</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-17">-</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="bellingard"></a>bellingard</td>
+<td>Fabrice Bellingard</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-18">-</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="jdumay"></a>jdumay</td>
+<td>James William Dumay</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-19">-</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="jmcconnell"></a>jmcconnell</td>
+<td>Jesse McConnell</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-20">-</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&amp;s=60" alt="" /></td>
+<td><a name="evenisse"></a>evenisse</td>
+<td>Emmanuel Venisse</td>
+<td><a class="externalLink" href="mailto:evenisse@apache.org">evenisse@apache.org</a></td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-21">-</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&amp;s=60" alt="" /></td>
+<td><a name="jtolentino"></a>jtolentino</td>
+<td>Ernesto Tolentino Jr.</td>
+<td><a class="externalLink" href="mailto:jtolentino@apache.org">jtolentino@apache.org</a></td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-22">-</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><a name="wsmoak"></a>wsmoak</td>
+<td>Wendy Smoak</td>
+<td>-</td>
+<td>-</td>
+<td>Emeritus</td>
+<td>-</td>
+<td><span id="developer-23">-</span></td></tr></table></div>
+<div class="section">
+<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
+<p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Name</th></tr>
+<tr class="b">
+<td>Steffen Grunwald</td></tr>
+<tr class="a">
+<td>Stefan Prange</td></tr>
+<tr class="b">
+<td>John Michael Luy</td></tr>
+<tr class="a">
+<td>Martin H&#xf6;ller</td></tr>
+<tr class="b">
+<td>Stephen Gargan</td></tr>
+<tr class="a">
+<td>Dario Oliveros</td></tr>
+<tr class="b">
+<td>james ahlborn</td></tr>
+<tr class="a">
+<td>Jim Jackson</td></tr>
+<tr class="b">
+<td>Daniel Harvey</td></tr>
+<tr class="a">
+<td>Aleksandr Tarutin</td></tr>
+<tr class="b">
+<td>Teodoro Cue Jr.</td></tr>
+<tr class="a">
+<td>Jan Ancajas</td></tr>
+<tr class="b">
+<td>Jens M&#xfc;hlenhoff</td></tr>
+<tr class="a">
+<td>Dawn Angelito</td></tr>
+<tr class="b">
+<td>Henry Isidro</td></tr>
+<tr class="a">
+<td>Antoine Veret</td></tr>
+<tr class="b">
+<td>Christian Gruber</td></tr>
+<tr class="a">
+<td>Allan Ramirez</td></tr>
+<tr class="b">
+<td>Pete Marvin King</td></tr>
+<tr class="a">
+<td>Joel Sudiacal</td></tr>
+<tr class="b">
+<td>Milos Kleint</td></tr>
+<tr class="a">
+<td>Nick Gonzalez</td></tr>
+<tr class="b">
+<td>Maria Catherine Tan</td></tr>
+<tr class="a">
+<td>Dan Tran</td></tr>
+<tr class="b">
+<td>Gwen Harold Autencio</td></tr>
+<tr class="a">
+<td>Mark Jeffery</td></tr>
+<tr class="b">
+<td>Fabrice Daugan</td></tr>
+<tr class="a">
+<td>Doron Solomon</td></tr>
+<tr class="b">
+<td>Michal Stochmialek</td></tr>
+<tr class="a">
+<td>Julien Henry</td></tr>
+<tr class="b">
+<td>Andreas Baumann</td></tr>
+<tr class="a">
+<td>Adelita L. Padilla</td></tr>
+<tr class="b">
+<td>Daniel Triphaus</td></tr>
+<tr class="a">
+<td>Patti Arachchige Eshan Sudharaka</td></tr>
+<tr class="b">
+<td>Shinsuke Sugaya</td></tr>
+<tr class="a">
+<td>Marcus Dimand</td></tr>
+<tr class="b">
+<td>Catalino Pineda Jr.</td></tr>
+<tr class="a">
+<td>Warner Pinero</td></tr>
+<tr class="b">
+<td>Dave Brosius</td></tr>
+<tr class="a">
+<td>Jim Sellers</td></tr>
+<tr class="b">
+<td>Igor Galic</td></tr>
+<tr class="a">
+<td>Mark Struberg</td></tr>
+<tr class="b">
+<td>Marc Jansen Tan Chua</td></tr>
+<tr class="a">
+<td>Lucien Weller</td></tr>
+<tr class="b">
+<td>Greg Michael Meneses</td></tr>
+<tr class="a">
+<td>Chris Graham</td></tr>
+<tr class="b">
+<td>Fredrik Jonson</td></tr>
+<tr class="a">
+<td>Lester Ecarma</td></tr>
+<tr class="b">
+<td>Eirik Bj&#xf8;rsn&#xf8;s</td></tr>
+<tr class="a">
+<td>Jan Ancajas</td></tr>
+<tr class="b">
+<td>Damien Blugeon</td></tr>
+<tr class="a">
+<td>John Michael Luy</td></tr>
+<tr class="b">
+<td>Wolfgang Strunk</td></tr>
+<tr class="a">
+<td>Jevica Arianne B. Zurbano</td></tr>
+<tr class="b">
+<td>Stefan Prange</td></tr>
+<tr class="a">
+<td>Napoleon Esmundo C. Ramirez</td></tr>
+<tr class="b">
+<td>Brent Atkinson</td></tr>
+<tr class="a">
+<td>Antoine ROUAZE</td></tr></table><script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();
     var nowTime = now.getTime();

Modified: archiva/site-content/redback/user-management.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/user-management.html?rev=1547715&r1=1547714&r2=1547715&view=diff
==============================================================================
--- archiva/site-content/redback/user-management.html (original)
+++ archiva/site-content/redback/user-management.html Wed Dec  4 05:47:05 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Apr 29, 2013
+ | Generated by Apache Maven Doxia at 2013-12-04
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130429" />
+    <meta name="Date-Revision-yyyymmdd" content="20131204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - User Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -166,7 +166,7 @@
           <div id="banner">
         <div class="pull-left">
                                                   <a href="../redback" id="bannerLeft">
-                <h2>Redback</h2>
+                                                                                                <img src="images/redback.jpg"  alt="Redback"/>
                 </a>
                       </div>
         <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
@@ -180,8 +180,8 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-04-29</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li>
+                  <li id="publishDate">Last Published: 2013-12-04</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li>
                           <li class="divider">|</li>             <li class="">
                     <a href="http://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
@@ -204,7 +204,14 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mini/guide
 -apt-format.html --><div class="section"><h2>Redback User Management<a name="Redback_User_Management"></a></h2><p>Redback has a user management system built in for managing user registration and a host of other user related activies. There is also a user based authenticator for authenticating against this same user management system. </p><p>The included war overlay contains a series of pages for interacting with this user management system.</p><p>Redback currently has support for the following stores for user information:</p><ul><li>jpox support for multiple databases</li><li>ldap (read only support)</li></ul></div>
+            <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mini/guide
 -apt-format.html --><div class="section">
+<h2>Redback User Management<a name="Redback_User_Management"></a></h2>
+<p>Redback has a user management system built in for managing user registration and a host of other user related activies. There is also a user based authenticator for authenticating against this same user management system. </p>
+<p>The included war overlay contains a series of pages for interacting with this user management system.</p>
+<p>Redback currently has support for the following stores for user information:</p>
+<ul>
+<li>jpox support for multiple databases</li>
+<li>ldap (read only support)</li></ul></div>
                   </div>
           </div>