Modified: archiva/site-content/jsui/i18n.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/i18n.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/jsui/i18n.html (original)
+++ archiva/site-content/jsui/i18n.html Mon Mar  2 10:35:37 2015
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - i18n</title>
+    <title>Archiva &#x2013; i18n</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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>i18n management<a name="i18n_management"></a></h2>
+<h2><a name="i18n_management"></a>i18n management</h2>
 <p>The js library <a class="externalLink" 
href="http://code.google.com/p/jquery-i18n-properties";>jquery-i18n-properties</a>
 is used for i18n.</p>
 <p>On application loading, i18n properties are loaded by calling a REST 
services with the browser lang or with the requested language specified by the 
request parameter : ?request_lang=en.</p>
 <p>This service will load properties in this order:</p>
@@ -223,7 +237,7 @@
 <li>redback properties in en then in specified language</li>
 <li>archiva properties (from org/apache/archiva/i18n/default.properties) in en 
then in specified language</li></ul>
 <div class="section">
-<h3>Javascript method<a name="Javascript_method"></a></h3>
+<h3><a name="Javascript_method"></a>Javascript method</h3>
 <p>Simple i18n value without any value</p>
 <div class="source">
 <pre>Javascript code :
@@ -235,7 +249,7 @@ $.i18n.prop(&quot;managedrepository.dele
 if  managedRepository.name() is &quot;foo&quot;
 response will be Managed Repository &quot; foo &quot; 
deleted.</pre></div></div>
 <div class="section">
-<h3>Missing properties<a name="Missing_properties"></a></h3>
+<h3><a name="Missing_properties"></a>Missing properties</h3>
 <p>In case of missing property, the key is returned.</p></div></div>
                   </div>
           </div>

Modified: archiva/site-content/jsui/index.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/index.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/jsui/index.html (original)
+++ archiva/site-content/jsui/index.html Mon Mar  2 10:35:37 2015
@@ -8,10 +8,9 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - 
-    Archiva Javascript application General design</title>
+    <title>Archiva &#x2013; Archiva Javascript application General 
design</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,12 +214,11 @@
         Archiva</a>
                     <span class="divider">/</span>
       </li>
-        <li class="active ">
-    Archiva Javascript application General design</li>
+        <li class="active ">Archiva Javascript application General design</li>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -253,10 +265,10 @@
 
     
 <div class="section">
-<h2>Archiva Javascript Web Application<a 
name="Archiva_Javascript_Web_Application"></a></h2>
+<h2><a name="Archiva_Javascript_Web_Application"></a>Archiva Javascript Web 
Application</h2>
       
 <div class="section">
-<h3>General design<a name="General_design"></a></h3>
+<h3><a name="General_design"></a>General design</h3>
         
 <p>
           The goal is to have a &quot;one page loading&quot; javascript 
application.
@@ -273,7 +285,7 @@
       </div>
       
 <div class="section">
-<h3>Runtime Properties<a name="Runtime_Properties"></a></h3>
+<h3><a name="Runtime_Properties"></a>Runtime Properties</h3>
         
 <p>The application is designed to use http cache mechanism for css, 
javascript. Except REST call to get datas which will never use cache as a query 
timestamp parameter is used.
           But as this can cause issue in developpement phase, two system 
properties (disabled by default) prevent can prevent caching and/or help 
debuging
@@ -290,7 +302,7 @@
       </div>
       
 <div class="section">
-<h3>Used Javascript frameworks<a name="Used_Javascript_frameworks"></a></h3>
+<h3><a name="Used_Javascript_frameworks"></a>Used Javascript frameworks</h3>
         
 <p>
         We use some well known javascript framework librairies :
@@ -321,7 +333,7 @@
       </div>
       
 <div class="section">
-<h3>Sources organisation<a name="Sources_organisation"></a></h3>
+<h3><a name="Sources_organisation"></a>Sources organisation</h3>
         
 <p>
           Sources are located in src/main/webapp of the archiva-webapp module :
@@ -337,7 +349,7 @@
         
         </div>
 <div class="section">
-<h3>js directory<a name="js_directory"></a></h3>
+<h3><a name="js_directory"></a>js directory</h3>
           
 <p>
             Root directory contains external libraries.
@@ -355,7 +367,7 @@
 
       
 <div class="section">
-<h3>Start page<a name="Start_page"></a></h3>
+<h3><a name="Start_page"></a>Start page</h3>
         
 <p>
           The main page will load javascript files, load <a 
href="./i18n.html">i18n</a>, <a href="./template-loading.html">load 
templates</a> and insert menu.
@@ -404,7 +416,7 @@ Support single value:
 
       
 <div class="section">
-<h3>Grid/edit model<a name="Gridedit_model"></a></h3>
+<h3><a name="Gridedit_model"></a>Grid/edit model</h3>
         
 <p>We use a tab/pill models to display grid of datas and edit/add form:
           </p>

Modified: archiva/site-content/jsui/knockout-binding.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/knockout-binding.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/jsui/knockout-binding.html (original)
+++ archiva/site-content/jsui/knockout-binding.html Mon Mar  2 10:35:37 2015
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Knockout binding</title>
+    <title>Archiva &#x2013; Knockout binding</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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>Knockout binding<a name="Knockout_binding"></a></h2>
+<h2><a name="Knockout_binding"></a>Knockout binding</h2>
 <p>Explanation on the managed repositories list/edit/add screen.</p>
 <ul>
 <li><a href="#Knockout_binding">Knockout binding</a>
@@ -231,7 +245,7 @@
 <li><a href="#Binding_definition">Binding definition</a></li>
 <li><a href="#Template_content">Template 
content</a></li></ul></li></ul></li></ul>
 <div class="section">
-<h3>Javascript Beans<a name="Javascript_Beans"></a></h3>
+<h3><a name="Javascript_Beans"></a>Javascript Beans</h3>
 <p>First you must map the json response on a Javascript bean (a bit borying 
task :-) )</p>
 <div class="source">
 <pre>Java class with fields
@@ -268,14 +282,14 @@ mapping function (to map the json result
 </pre></div>
 <p><tt>NOTE to have access to field values you must now 
managedRepository.name() </tt></p></div>
 <div class="section">
-<h3>View Model<a name="View_Model"></a></h3>
+<h3><a name="View_Model"></a>View Model</h3>
 <div class="section">
-<h4>First you must insert your template in the #main-content div<a 
name="First_you_must_insert_your_template_in_the_main-content_div"></a></h4>
+<h4><a 
name="First_you_must_insert_your_template_in_the_main-content_div"></a>First 
you must insert your template in the #main-content div</h4>
 <div class="source">
 <pre>// it's a jquery template as we do some i18n transformations
 
$(&quot;#main-content&quot;).html($(&quot;#repositoriesMain&quot;).tmpl());</pre></div></div>
 <div class="section">
-<h4>You can now create your view model.<a 
name="You_can_now_create_your_view_model."></a></h4>
+<h4><a name="You_can_now_create_your_view_model."></a>You can now create your 
view model.</h4>
 <div class="source">
 <pre>ManagedRepositoriesViewModel=function(){
   //field which will receive values
@@ -293,7 +307,7 @@ $(&quot;#main-content&quot;).html($(&quo
   }
 }</pre></div></div>
 <div class="section">
-<h4>Grid binding<a name="Grid_binding"></a></h4>
+<h4><a name="Grid_binding"></a>Grid binding</h4>
 <p>The ManagedRepositoriesViewModel is used as it with a custom grid binding 
(knockout has a feature to create own binding so we use one called 
<tt>simpleGrid</tt> which will display grids.</p>
 <p>Grid view initialisation code (some details omitted) :</p>
 <div class="source">
@@ -337,9 +351,9 @@ $(&quot;#main-content&quot;).html($(&quo
       }
     );</pre></div></div></div>
 <div class="section">
-<h3>View definition<a name="View_definition"></a></h3>
+<h3><a name="View_definition"></a>View definition</h3>
 <div class="section">
-<h4>Binding definition<a name="Binding_definition"></a></h4>
+<h4><a name="Binding_definition"></a>Binding definition</h4>
 <p>We have applyed binding on the node with id 
&quot;#managed-repositories-table&quot;. The binding definition is:</p>
 <div class="source">
 <pre>  &lt;table class=&quot;bordered-table zebra-striped&quot; 
id=&quot;managed-repositories-table&quot;
@@ -351,7 +365,7 @@ $(&quot;#main-content&quot;).html($(&quo
 <li>pageLinksId:'managed-repositoriesPagination' = name of the template to use 
for pagination.</li>
 <li>data:'managedRepositories' = fields which contains data to pass to pass to 
the template</li></ul></div>
 <div class="section">
-<h4>Template content<a name="Template_content"></a></h4>
+<h4><a name="Template_content"></a>Template content</h4>
 <p>Template used for grid display (some details omitted).</p>
 <div class="source">
 <pre>&lt;script id='ko_managed-repositoriesGrid' type='text/x-jquery-tmpl'&gt;

Modified: archiva/site-content/jsui/rest.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/rest.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/jsui/rest.html (original)
+++ archiva/site-content/jsui/rest.html Mon Mar  2 10:35:37 2015
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - REST Services</title>
+    <title>Archiva &#x2013; REST Services</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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>Expose Rest Services<a name="Expose_Rest_Services"></a></h2>
+<h2><a name="Expose_Rest_Services"></a>Expose Rest Services</h2>
 <p>The <a class="externalLink" href="http://cxf.apache.org";>Apache CXF</a> is 
used to expose some classes/methods as REST Services.</p>
 <p>Services use the standard interface/implementation pattern:</p>
 <ul>
@@ -233,16 +247,16 @@
 <li><a href="#CXFSpring_configuration">CXF/Spring configuration</a></li>
 <li><a href="#Redback_security_annotation">Redback security 
annotation</a></li></ul></li></ul></li></ul>
 <div class="section">
-<h3>Steps to expose your class as a REST Service.<a 
name="Steps_to_expose_your_class_as_a_REST_Service."></a></h3>
+<h3><a name="Steps_to_expose_your_class_as_a_REST_Service."></a>Steps to 
expose your class as a REST Service.</h3>
 <p>Here all the steps to expose a new class as a REST service.</p>
 <div class="section">
-<h4>Interface and data beans<a name="Interface_and_data_beans"></a></h4>
+<h4><a name="Interface_and_data_beans"></a>Interface and data beans</h4>
 <p>All interfaces and data beans are added in the module archiva-rest-api:</p>
 <ul>
 <li>interface in the package: org.apache.archiva.rest.api.services .</li>
 <li>data beans in the package: org.apache.archiva.rest.api.model .</li></ul>
 <div class="section">
-<h5>Beans<a name="Beans"></a></h5>
+<h5><a name="Beans"></a>Beans</h5>
 <p>As we want to be able to expose result as json or xml type, all beans use 
javax.xml.bind.annotation root element :</p>
 <div class="source">
 <pre>@XmlRootElement( name = &quot;artifact&quot; )
@@ -252,7 +266,7 @@ public class Artifact
 All services will be able to return json or xml
 @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML } 
)</pre></div></div>
 <div class="section">
-<h5>JAXRS annotations<a name="JAXRS_annotations"></a></h5>
+<h5><a name="JAXRS_annotations"></a>JAXRS annotations</h5>
 <p>As we use interfaces/implementations pattern jaxrs annotations are only in 
interfaces level.</p>
 <div class="source">
 <pre>@Path( &quot;/managedRepositoriesService/&quot; )
@@ -282,7 +296,7 @@ public interface ManagedRepositoriesServ
     ManagedRepository addManagedRepository( ManagedRepository 
managedRepository )
         throws ArchivaRestServiceException;</pre></div></div></div>
 <div class="section">
-<h4>CXF/Spring configuration<a name="CXFSpring_configuration"></a></h4>
+<h4><a name="CXFSpring_configuration"></a>CXF/Spring configuration</h4>
 <p>REST services implementations are marked with the Spring annotation 
@Service</p>
 <div class="source">
 <pre>package org.apache.archiva.rest.services;
@@ -329,7 +343,7 @@ public class DefaultManagedRepositoriesS
   &lt;/servlet-mapping&gt;</pre></div>
 <p>So as it, REST services are availble in the following url 
<b>restServices/archivaServices/</b>.</p></div>
 <div class="section">
-<h4>Redback security annotation<a name="Redback_security_annotation"></a></h4>
+<h4><a name="Redback_security_annotation"></a>Redback security annotation</h4>
 <p>Some REST methods need some karma, so to prevent anonymous access methods 
can be marked as it:</p>
 <div class="source">
 <pre>

Modified: archiva/site-content/jsui/template-loading.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/template-loading.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/jsui/template-loading.html (original)
+++ archiva/site-content/jsui/template-loading.html Mon Mar  2 10:35:37 2015
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120914" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Javascript template loading</title>
+    <title>Archiva &#x2013; Javascript template loading</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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>Html/Javascript templates loading<a 
name="HtmlJavascript_templates_loading"></a></h2>
+<h2><a name="HtmlJavascript_templates_loading"></a>Html/Javascript templates 
loading</h2>
 <p>Templates are loaded on application loaded and added in the hidden div 
<b>#html-fragments</b>.</p>
 <p>They are loaded using requirejs and the text plugin.</p>
 <p>archiva templates are loaded as it <tt>NOTE: the no cache is activated only 
on dev mode</tt></p>
@@ -242,9 +256,9 @@
   }
 );</pre></div>
 <div class="section">
-<h3>i18n in templates<a name="i18n_in_templates"></a></h3>
+<h3><a name="i18n_in_templates"></a>i18n in templates</h3>
 <div class="section">
-<h4>static templates<a name="static_templates"></a></h4>
+<h4><a name="static_templates"></a>static templates</h4>
 <p>Some templates which are only simple html which only need i18n are executed 
immediatly.</p>
 <p>Simply use:</p>
 <div class="source">
@@ -255,7 +269,7 @@
   Note if you use the simple form ${register} and the property is not 
available, the template system will try to use if exists the function register
 </pre></div></div>
 <div class="section">
-<h4>dynamic templates<a name="dynamic_templates"></a></h4>
+<h4><a name="dynamic_templates"></a>dynamic templates</h4>
 <p>The others are only inserted in #html-fragments.</p></div></div></div>
                   </div>
           </div>

Modified: archiva/site-content/known-issues.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/known-issues.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/known-issues.html (original)
+++ archiva/site-content/known-issues.html Mon Mar  2 10:35:37 2015
@@ -8,9 +8,9 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Known Issues and Errata</title>
+    <title>Archiva &#x2013; Known Issues and Errata</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,7 +228,7 @@
         <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>Known Issues and Errata<a name="Known_Issues_and_Errata"></a></h2>
+<h2><a name="Known_Issues_and_Errata"></a>Known Issues and Errata</h2>
 <p>For a list of all JIRA issues reported against released versions of 
Archiva, see <a class="externalLink" 
href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+MRM+AND+resolution+%3D+Unresolved+and+affectedVersion+in+releasedVersions()">
 JIRA</a>.</p></div>
                   </div>
           </div>

Modified: archiva/site-content/license.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/license.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/license.html (original)
+++ archiva/site-content/license.html Mon Mar  2 10:35:37 2015
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Project License</title>
+    <title>Archiva &#x2013; Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -212,12 +226,12 @@
                 
         <div id="bodyColumn" >
                       <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>Typically the licenses listed for the project are that of the project 
itself, and not of dependencies.</p></div>
 <div class="section">
-<h2>Project License<a name="Project_License"></a></h2><a 
name="Project_License"></a>
+<h2><a name="Project_License"></a>Project License</h2><a 
name="Project_License"></a>
 <div class="section">
-<h3>The Apache Software License, Version 2.0<a 
name="The_Apache_Software_License_Version_2.0"></a></h3><a 
name="The_Apache_Software_License_Version_2.0"></a>
+<h3><a name="The_Apache_Software_License_Version_2.0"></a>The Apache Software 
License, Version 2.0</h3><a name="The_Apache_Software_License_Version_2.0"></a>
 <div class="source">
 <pre>
                                  Apache License

Modified: archiva/site-content/mail-lists.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/mail-lists.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/mail-lists.html (original)
+++ archiva/site-content/mail-lists.html Mon Mar  2 10:35:37 2015
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Project Mailing Lists</title>
+    <title>Archiva &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,7 +227,7 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a 
name="Project_Mailing_Lists"></a>
+<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a 
name="Project_Mailing_Lists"></a>
 <p>These are the mailing lists that have been established for this project. 
For each list, there is a subscribe, unsubscribe, and an archive link.</p>
 <table border="0" class="table table-striped">
 <tr class="a">

Modified: archiva/site-content/privacy-policy.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/privacy-policy.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/privacy-policy.html (original)
+++ archiva/site-content/privacy-policy.html Mon Mar  2 10:35:37 2015
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20081203" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Privacy Policy</title>
+    <title>Archiva &#x2013; Privacy Policy</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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. --><div class="section">
-<h2>Privacy Policy<a name="Privacy_Policy"></a></h2>
+<h2><a name="Privacy_Policy"></a>Privacy Policy</h2>
 <p>Information about your use of this website is collected using server access 
logs and a tracking cookie. The collected information consists of the 
following:</p>
 <ol style="list-style-type: decimal">
 <li>The IP address from which you access the website;</li>

Modified: archiva/site-content/project-info.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/project-info.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/project-info.html (original)
+++ archiva/site-content/project-info.html Mon Mar  2 10:35:37 2015
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Project Information</title>
+    <title>Archiva &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,10 +227,10 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Project Information<a name="Project_Information"></a></h2>
+<h2><a name="Project_Information"></a>Project Information</h2>
 <p>This document provides an overview of the various documents and links that 
are part of this project's general information. All of this content is 
automatically generated by <a class="externalLink" 
href="http://maven.apache.org";>Maven</a> on behalf of the project.</p>
 <div class="section">
-<h3>Overview<a name="Overview"></a></h3>
+<h3><a name="Overview"></a>Overview</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Document</th>

Modified: archiva/site-content/security.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/security.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/security.html (original)
+++ archiva/site-content/security.html Mon Mar  2 10:35:37 2015
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Security Vulnerabilities</title>
+    <title>Archiva &#x2013; Security Vulnerabilities</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,11 +227,11 @@
         <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>Security Vulnerabilities<a name="Security_Vulnerabilities"></a></h2>
+<h2><a name="Security_Vulnerabilities"></a>Security Vulnerabilities</h2>
 <p>Please note that binary patches are not produced for individual 
vulnerabilities. To obtain the binary fix for a particular vulnerability you 
should upgrade to an Apache Archiva version where that vulnerability has been 
fixed.</p>
 <p>For more information about reporting vulnerabilities, see the <a 
class="externalLink" href="http://www.apache.org/security/";> Apache Security 
Team</a> page.</p>
 <div class="section">
-<h3>CVE-2013-2251: Apache Archiva Remote Command Execution<a 
name="CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution"></a></h3>
+<h3><a 
name="CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution"></a>CVE-2013-2251:
 Apache Archiva Remote Command Execution</h3>
 <p>Apache Archiva is affected by a vulnerability in the version of the Struts 
library being used, which allows a malicious user to run code on the server 
remotely. More details about the vulnerability can be found at <a 
class="externalLink" 
href="http://struts.apache.org/release/2.3.x/docs/s2-016.html";>http://struts.apache.org/release/2.3.x/docs/s2-016.html</a>.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -227,7 +241,7 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 
2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
 <p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3>CVE-2013-2187: Apache Archiva Cross-Site Scripting vulnerability<a 
name="CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability"></a></h3>
+<h3><a 
name="CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability"></a>CVE-2013-2187:
 Apache Archiva Cross-Site Scripting vulnerability</h3>
 <p>A request that included a specially crafted request parameter could be used 
to inject arbitrary HTML or Javascript into the Archiva home page.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -237,7 +251,7 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 
2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
 <p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3>CVE-2010-1870: Struts2 remote commands execution<a 
name="CVE-2010-1870:_Struts2_remote_commands_execution"></a></h3>
+<h3><a 
name="CVE-2010-1870:_Struts2_remote_commands_execution"></a>CVE-2010-1870: 
Struts2 remote commands execution</h3>
 <p>Apache Archiva is affected by a vulnerability in the version of the Struts 
library being used, which allows a malicious user to run code on the server 
remotely. More details about the vulnerability can be found at <a 
class="externalLink" 
href="http://struts.apache.org/2.2.1/docs/s2-005.html";>http://struts.apache.org/2.2.1/docs/s2-005.html</a>.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -247,28 +261,28 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 
1.3.6</a>, which configures Struts in such a way that it is not affected by 
this issue.</p>
 <p>Archiva 1.4-M3 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3>CVE-2011-1077: Multiple XSS issues<a 
name="CVE-2011-1077:_Multiple_XSS_issues"></a></h3>
+<h3><a name="CVE-2011-1077:_Multiple_XSS_issues"></a>CVE-2011-1077: Multiple 
XSS issues</h3>
 <p>Apache Archiva is vulnerable to multiple XSS issues, both stored 
(persistent) and reflected (non-persistent). Javascript which might contain 
malicious code can be appended in a request parameter or stored as a value in a 
submitted form, and get executed.</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.4</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also 
affected.</li></ul></div>
 <div class="section">
-<h3>CVE-2011-1026: Multiple CSRF issues<a 
name="CVE-2011-1026:_Multiple_CSRF_issues"></a></h3>
+<h3><a name="CVE-2011-1026:_Multiple_CSRF_issues"></a>CVE-2011-1026: Multiple 
CSRF issues</h3>
 <p>An attacker can build a simple html page containing a hidden Image tag (eg: 
<tt>&lt;img src=vulnurl width=0 height=0 /</tt>&gt;) and entice the 
administrator to access the page.</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.4</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also 
affected.</li></ul></div>
 <div class="section">
-<h3>CVE-2011-0533: Apache Archiva cross-site scripting vulnerability<a 
name="CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability"></a></h3>
+<h3><a 
name="CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability"></a>CVE-2011-0533:
 Apache Archiva cross-site scripting vulnerability</h3>
 <p>A request that included a specially crafted request parameter could be used 
to inject arbitrary HTML or Javascript into the Archiva user management page. 
This fix is available in version <a href="./download.html"> 1.3.4</a> of Apache 
Archiva. All users must upgrade to this version (or higher).</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.3</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also 
affected.</li></ul></div>
 <div class="section">
-<h3>CVE-2010-3449: Apache Archiva CSRF Vulnerability<a 
name="CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability"></a></h3>
+<h3><a 
name="CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability"></a>CVE-2010-3449: 
Apache Archiva CSRF Vulnerability</h3>
 <p>Apache Archiva doesn't check which form sends credentials. An attacker can 
create a specially crafted page and force archiva administrators to view it and 
change their credentials. To fix this, a referrer check was added to the 
security interceptor for all secured actions. A prompt for the administrator's 
password when changing a user account was also set in place. This fix is 
available in version <a href="./download.html"> 1.3.2</a> of Apache Archiva. 
All users must upgrade to this version (or higher).</p>
 <p>Versions Affected:</p>
 <ul>

Modified: archiva/site-content/source-repository.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/source-repository.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/source-repository.html (original)
+++ archiva/site-content/source-repository.html Mon Mar  2 10:35:37 2015
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Source Repository</title>
+    <title>Archiva &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,25 +227,25 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" 
href="http://git-scm.com/";>GIT</a> to manage its source code. Instructions on 
GIT use can be found at <a class="externalLink" 
href="http://git-scm.com/documentation";>http://git-scm.com/documentation</a>.</p></div>
 <div class="section">
-<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
+<h2><a name="Web_Access"></a>Web Access</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="https://github.com/apache/archiva";>https://github.com/apache/archiva</a></pre></div></div>
 <div class="section">
-<h2>Anonymous access<a name="Anonymous_access"></a></h2><a 
name="Anonymous_access"></a>
+<h2><a name="Anonymous_access"></a>Anonymous access</h2><a 
name="Anonymous_access"></a>
 <p>The source can be checked out anonymously from GIT with this command (See 
<a class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
 <pre>$ git clone 
https://git-wip-us.apache.org/repos/asf/archiva.git</pre></div></div>
 <div class="section">
-<h2>Developer access<a name="Developer_access"></a></h2><a 
name="Developer_access"></a>
+<h2><a name="Developer_access"></a>Developer access</h2><a 
name="Developer_access"></a>
 <p>Only project developers can access the GIT tree via this method (See <a 
class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
 <pre>$ git clone 
https://git-wip-us.apache.org/repos/asf/archiva.git</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>
+<h2><a name="Access_from_behind_a_firewall"></a>Access from behind a 
firewall</h2><a name="Access_from_behind_a_firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></div>
                   </div>
           </div>

Modified: archiva/site-content/team-list.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/team-list.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/team-list.html (original)
+++ archiva/site-content/team-list.html Mon Mar  2 10:35:37 2015
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Team list</title>
+    <title>Archiva &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,11 +227,11 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a>
+<h2><a name="The_Team"></a>The Team</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>
+<h3><a name="Members"></a>Members</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">
@@ -234,7 +248,7 @@
 <td><a name="olamy"></a>olamy</td>
 <td>Olivier Lamy</td>
 <td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
-<td>Ecetera.com.au</td>
+<td>ASF</td>
 <td>PMC Chair</td>
 <td>Australia/Melbourne</td>
 <td><span id="developer-0">Australia/Melbourne</span></td></tr>
@@ -455,7 +469,7 @@
 <td>-</td>
 <td><span id="developer-24">-</span></td></tr></table></div>
 <div class="section">
-<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
+<h3><a name="Contributors"></a>Contributors</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">
@@ -577,7 +591,9 @@
 <tr class="a">
 <td>Antoine ROUAZE</td></tr>
 <tr class="b">
-<td>markus innerebner</td></tr></table><script type="text/javascript">
+<td>markus innerebner</td></tr>
+<tr class="a">
+<td>Jonathan Sharp</td></tr></table><script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();
     var nowTime = now.getTime();

Modified: archiva/site-content/versions.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/versions.html?rev=1663243&r1=1663242&r2=1663243&view=diff
==============================================================================
--- archiva/site-content/versions.html (original)
+++ archiva/site-content/versions.html Mon Mar  2 10:35:37 2015
@@ -8,9 +8,9 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Brett Porter" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Documentation - All Versions</title>
+    <title>Archiva &#x2013; Documentation - All Versions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  
title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  
title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  
title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  
title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  
title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  
title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 
Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 
Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,23 +228,23 @@
         <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>Archiva Documentation<a name="Archiva_Documentation"></a></h2>
+<h2><a name="Archiva_Documentation"></a>Archiva Documentation</h2>
 <div class="section">
-<h3>Current Release: Archiva 2.1.1<a 
name="Current_Release:_Archiva_2.1.1"></a></h3>
-<p>The current stable release of Archiva is <i>2.1.1</i>.</p>
+<h3><a name="Current_Release:_Archiva_2.2.0"></a>Current Release: Archiva 
2.2.0</h3>
+<p>The current stable release of Archiva is <i>2.2.0</i>.</p>
 <ul>
-<li><a href="./docs/2.1.1/release-notes.html"> Release Notes</a></li>
-<li><a href="./docs/2.1.1/index.html"> Documentation</a></li>
-<li><a href="./ref/2.1.1/index.html"> Developer Reference</a></li></ul><!-- 
TODO: have more specific links than Documentation, and find a better link for 
developer reference --></div>
+<li><a href="./docs/2.2.0/release-notes.html"> Release Notes</a></li>
+<li><a href="./docs/2.2.0/index.html"> Documentation</a></li>
+<li><a href="./ref/2.2.0/index.html"> Developer Reference</a></li></ul><!-- 
TODO: have more specific links than Documentation, and find a better link for 
developer reference --></div>
 <div class="section">
-<h3>Last serie 1.3.x Release: Archiva 1.3.9<a 
name="Last_serie_1.3.x_Release:_Archiva_1.3.9"></a></h3>
+<h3><a name="Last_serie_1.3.x_Release:_Archiva_1.3.9"></a>Last serie 1.3.x 
Release: Archiva 1.3.9</h3>
 <p>The current stable release of Archiva 1.3.x is <i>1.3.9</i>.</p>
 <ul>
 <li><a href="./docs/1.3.9/release-notes.html"> Release Notes</a></li>
 <li><a href="./docs/1.3.9/index.html"> Documentation</a></li>
 <li><a href="./ref/1.3.9/index.html"> Developer Reference</a></li></ul><!-- 
TODO: have more specific links than Documentation, and find a better link for 
developer reference --></div>
 <div class="section">
-<h3>Unsupported Releases<a name="Unsupported_Releases"></a></h3><!-- rough 
list of unsupported version because materials (RNotes,Docs,Refs are not yet 
available) -->
+<h3><a name="Unsupported_Releases"></a>Unsupported Releases</h3><!-- rough 
list of unsupported version because materials (RNotes,Docs,Refs are not yet 
available) -->
 
<p>1.3.6,1.3.5,1.3.4,1.3.3,1.3.2,1.3.1,1.3,1.2.2,1.2.1,1.2,1.1.3,1.1.2,1.1.1,1.1,1.0.2,1.0.1,1.0</p></div></div>
                   </div>
           </div>


Reply via email to