Apache Archiva Main site deployment

git-svn-id: http://svn.apache.org/repos/asf/archiva/site-content@1828600 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/developers/building.html b/developers/building.html
index c8ed36b..30b6017 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -7,7 +7,7 @@
   <head>
     <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-Creation-yyyymmdd" content="20170801" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Building Archiva</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.6.min.css" />
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Building Archiva</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -129,9 +134,14 @@
 <p>After the build completes, you can find the Archiva distribution in <tt>archiva-jetty/target</tt> and the Archiva webapp in <tt>archiva-modules/archiva-web/archiva-webapp/target</tt></p>
 <p>Usually, it's that simple. :) Occasionally, Archiva may depend on a snapshot of another project such as <a class="externalLink" href="http://archiva.apache.org/redback">Redback</a>, and you may need to build that first, or configure a snapshot repository. If you're having trouble building Archiva, ask on the <a href="../mail-lists.html">Development mailing list</a> and we'll point you in the right direction.</p></div>
 <div class="section">
+<h2><a name="Merging_Github_Pull_requests"></a>Merging Github Pull requests</h2>
+<p>When somebody creates a pull request for archiva on github an email is sent to the developer list.</p>
+<p>First review the changes and check for style and impact of the changes. And check the build on the jenkins server for this pull request (archiva-master-build-pr-builder).</p>
+<p>We have moved to gitbox, so merging the PR should be done on the github web site by using the PR merge features.</p></div>
+<div class="section">
 <h2><a name="Documentation"></a>Documentation</h2>
 <p>The version-specific documentation for the latest version of Archiva can be found in <tt>archiva/archiva-docs</tt>, and the top-level Archiva website --including the page you're reading now -- is in the <tt>site</tt> directory.</p>
-<p>To work on the documentation, execute <tt>mvn site:run</tt> in one of these directories, and then visit http://localhost:8080 to view pages as you edit them. When you're done, submit a patch in the <a href="../issue-tracking.html">issue tracker</a>.</p></div>
+<p>To work on the documentation, execute <tt>mvn site:run</tt> in one of these directories, and then visit <a class="externalLink" href="http://localhost:8080">http://localhost:8080</a> to view pages as you edit them. When you're done, submit a patch in the <a href="../issue-tracking.html">issue tracker</a>.</p></div>
 <div class="section">
 <h2><a name="git_clone"></a>git clone</h2>
 <div class="source"><pre class="prettyprint">git clone git://github.com/apache/archiva.git
@@ -140,10 +150,16 @@
 <div class="section">
 <h2><a name="Running_Javascript_webapp_with_jetty-maven-plugin"></a>Running Javascript webapp with jetty-maven-plugin</h2>
 <p>You can use <a class="externalLink" href="https://www.eclipse.org/jetty/documentation/current/maven-and-jetty.html">jetty-maven-plugin</a> to run the webapp without installing the war in a container. With maven3 in the top directory :</p>
-<div class="source"><pre class="prettyprint">mvn jetty:run -pl :archiva-webapp -am (use mvnDebug if you want to attach a debugger)
+<div class="source"><pre class="prettyprint">mvn jetty:run -pl :archiva-webapp -am # use mvnDebug if you want to attach a debugger
 or
-sh ./jetty.sh (use sh ./jetty-debug.sh if you want to attach a debugger)</pre></div>
-<p>Hit your browser : http://localhost:9091/archiva/index.html</p></div>
+sh ./jetty.sh # use sh ./jetty-debug.sh if you want to attach a debugger</pre></div>
+<p>Hit your browser: <a class="externalLink" href="http://localhost:9091/archiva/index.html">http://localhost:9091/archiva/index.html</a></p></div>
+<div class="section">
+<h2><a name="Running_the_selenium_tests_Web_UI_tests_locally"></a>Running the selenium tests (Web UI tests) locally</h2>
+<p>The selenium tests use docker containers for the selenium and browser installation. To run the tests locally you should have docker installed on your developer machine. The docker container can be built locally or pulled from the apachearchiva Dockerhub repository. To start the docker container, run the following script:</p>
+<div class="source"><pre class="prettyprint">  ./src/ci/scripts/container_webtest.sh start</pre></div>
+<p>The UI tests can be run with:</p>
+<div class="source"><pre class="prettyprint">mvn clean install -DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl :archiva-webapp-test</pre></div></div>
         </div>
     </div>
     <hr/>
@@ -151,14 +167,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/developers/how-we-do-things.html b/developers/how-we-do-things.html
index 8e597ad..5cb2992 100644
--- a/developers/how-we-do-things.html
+++ b/developers/how-we-do-things.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Creation-yyyymmdd" content="20121008" />
+    <meta name="Date-Creation-yyyymmdd" content="20170801" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; How We Do Things</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.6.min.css" />
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">How We Do Things</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -161,14 +166,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/developers/publishing-site.html b/developers/publishing-site.html
index 46c8baf..f5e38b0 100644
--- a/developers/publishing-site.html
+++ b/developers/publishing-site.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Archiva Sites Publishing</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -126,7 +131,7 @@
 <p>Each site checks out the production site data into the <tt>site-publish</tt> directory of the current project, to avoid being cleaned as part of the build. It is ignored by <tt>svn</tt> operations, but you should ensure that the checkout is clean if you ever cancel or have a failure during a publish operation. You can check it is clean by ensuring there is no data from <tt>git status</tt> in that directory, or by removing it and having it get checked out again.</p>
 <div class="section">
 <h3><a name="Editing_and_Publishing_the_Main_Site"></a>Editing and Publishing the Main Site</h3>
-<p>The site displayed at the root of <a class="externalLink" href="http://archiva.apache.org">http://archiva.apache.org</a> (where you are reading this) has its source code in Git at <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/archiva-site.git">https://git-wip-us.apache.org/repos/asf/archiva-site.git</a>.</p>
+<p>The site displayed at the root of <a class="externalLink" href="http://archiva.apache.org">http://archiva.apache.org</a> (where you are reading this) has its source code in Git at <a class="externalLink" href="https://gitbox.apache.org/repos/asf/archiva-site.git">https://gitbox.apache.org/repos/asf/archiva-site.git</a>.</p>
 <p>To edit and publish the site, do the following:</p>
 <ol style="list-style-type: decimal">
 <li>Checkout the source code from Git (if you follow the instructions in <a href="./building.html"> Building Archiva</a>, you know how to have it.</li>
@@ -139,7 +144,7 @@
 <p>Note that since the main site also contains the (large!) <tt>docs</tt> and <tt>ref</tt> directories in the <tt>site-publish</tt> directory, there is a special <tt>setup-checkout</tt> profile in place to get the initial checkout without those directories. This will normally be activated whenever the <tt>site-publish</tt> directory is missing - if you happen to have active profiles from your <tt>settings.xml</tt> you may need to enable it explicitly whenever you do a deployment and that checkout is missing: <tt>mvn site-deploy -Psetup-checkout</tt> </p></div>
 <div class="section">
 <h3><a name="Editing_and_Publishing_the_Archiva_Documentation"></a>Editing and Publishing the Archiva Documentation</h3>
-<p>The documentation displayed under the subdirectories of <a class="externalLink" href="http://archiva.apache.org/docs/">http://archiva.apache.org/docs/</a> has its source code in Git at <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/archiva.git">https://git-wip-us.apache.org/repos/asf/archiva.git</a> directory archiva-docs, which is part of the main project checkout.</p>
+<p>The documentation displayed under the subdirectories of <a class="externalLink" href="http://archiva.apache.org/docs/">http://archiva.apache.org/docs/</a> has its source code in Git at <a class="externalLink" href="https://gitbox.apache.org/repos/asf/archiva.git">https://gitbox.apache.org/repos/asf/archiva.git</a> directory archiva-docs, which is part of the main project checkout.</p>
 <p>The instructions for managing the documentation is the same as for the main site, being published from the directory using:</p>
 <div>
 <pre>mvn site-deploy</pre></div>
@@ -188,14 +193,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/developers/releasing.html b/developers/releasing.html
index 50d9e40..731f0fa 100644
--- a/developers/releasing.html
+++ b/developers/releasing.html
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Archiva release process</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -197,14 +202,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/download.html b/download.html
index 28c57a4..fd76273 100644
--- a/download.html
+++ b/download.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Download Apache Archiva</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -231,12 +236,14 @@
                 
 <th>Archiva 2.2.3 </th>
                 
-<th>Mirrors</th>
+<th>File-Type</th>
                 
 <th>MD5 Checksum</th>
                 
 <th>SHA1 Checksum</th>
                 
+<th>SHA256 Checksum</th>
+                
 <th>Signature</th>
               </tr>
             </thead>
@@ -252,6 +259,8 @@
                 
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.tar.gz.sha1">sha1</a></td>
                 
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.tar.gz.sha256">sha256</a></td>
+                
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.tar.gz.asc">asc</a></td>
               </tr>
               
@@ -265,6 +274,8 @@
                 
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.sha1">sha1</a></td>
                 
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.sha256">sha256</a></td>
+                
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.asc">asc</a></td>
               </tr>
               
@@ -278,6 +289,8 @@
                 
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.sha1">sha1</a></td>
                 
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.sha256">sha256</a></td>
+                
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.asc">asc</a></td>
               </tr>
               
@@ -291,6 +304,8 @@
                 
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/src/apache-archiva-2.2.3-src.zip.sha1">sha1</a></td>
                 
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/src/apache-archiva-2.2.3-src.zip.sha256">sha256</a></td>
+                
 <td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/src/apache-archiva-2.2.3-src.zip.asc">asc</a></td>
               </tr>
             </tbody>
@@ -314,7 +329,7 @@
 <h3><a name="Verify_the_integrity_of_the_files"></a>Verify the integrity of the files</h3>
         
 <p>
-          We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.
+          We recommend that you verify the integrity of the downloaded files using the PGP signatures and SHA, MD5 checksums.
 
           The PGP signatures can be verified using PGP or GPG. First download the <a class="externalLink" href="http://www.apache.org/dist/archiva/KEYS">KEYS</a>
           as well as the asc signature file for the particular distribution. Make sure you get these files from
@@ -336,10 +351,10 @@
           </pre></div>
         
 <p>
-          You can also verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many
+          Please use the SHA checksum for verification if available, use MD5 only for the older versions, that have no SHA checksum available.
+          To verify the SHA signature on the files, you can use utilities for your platform. A Unix program called sha1sum or sha256sum (md5sum) is included in many
           Unix distributions. It is also available as part of <a class="externalLink" href="http://www.gnu.org/software/coreutils/">GNU Coreutils</a>.
-          Windows users can get binary md5 programs from <a class="externalLink" href="http://www.fourmilab.ch/md5/">Fourmilab</a>,
-          <a class="externalLink" href="http://www.pc-tools.net/win32/md5sums">PC-Tools</a> or <a class="externalLink" href="http://www.slavasoft.com/fsum/">SlavaSoft</a>
+          Windows users can get binary checksum utility e.g. from <a class="externalLink" href="http://www.slavasoft.com/hashcalc/">SlavaSoft</a>.
         </p>
       </div>
     </div>
@@ -352,14 +367,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/errors/404.html b/errors/404.html
index a6fea56..9c2cdca 100644
--- a/errors/404.html
+++ b/errors/404.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Page Not found</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -133,14 +138,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/get-involved.html b/get-involved.html
index 6175eac..5392668 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Archiva Community - Get Involved</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -162,14 +167,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/index.html b/index.html
index 8e3195f..93f85a3 100644
--- a/index.html
+++ b/index.html
@@ -25,6 +25,11 @@
         </script>
 <link rel="stylesheet" href="css/jquery.fancybox.2.1.5.css" type="text/css" media="screen" /><script src="js/index.js" type="text/javascript"></script><script src="js/fancybox.js" type="text/javascript"></script><script src="js/jquery.fancybox.pack.2.1.5.js" type="text/javascript"></script><script src="js/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>      </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">The Build Artifact Repository Manager</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -517,7 +522,7 @@
               
 <th> </th>
               
-<th>Mirrors</th>
+<th>File-Type</th>
               
 <th>Checksum</th>
               
@@ -571,14 +576,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/integration.html b/integration.html
index 18e0b4d..7c4202d 100644
--- a/integration.html
+++ b/integration.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">CI Management</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -135,14 +140,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/issue-tracking.html b/issue-tracking.html
index b636e23..f5f527b 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Issue Management</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -132,14 +137,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/jsui/generics-js.html b/jsui/generics-js.html
index ea930db..dc69f86 100644
--- a/jsui/generics-js.html
+++ b/jsui/generics-js.html
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Generics Javascript</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -218,14 +223,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/jsui/i18n.html b/jsui/i18n.html
index 17a1705..1bb6a5c 100644
--- a/jsui/i18n.html
+++ b/jsui/i18n.html
@@ -26,6 +26,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -116,7 +121,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">i18n</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -148,14 +153,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/jsui/index.html b/jsui/index.html
index 29639f3..a346738 100644
--- a/jsui/index.html
+++ b/jsui/index.html
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Archiva Javascript application General design</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -328,14 +333,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/jsui/knockout-binding.html b/jsui/knockout-binding.html
index 7d6283a..e796309 100644
--- a/jsui/knockout-binding.html
+++ b/jsui/knockout-binding.html
@@ -26,6 +26,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -116,7 +121,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Knockout binding</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -303,14 +308,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/jsui/rest.html b/jsui/rest.html
index e553cf0..76d58c6 100644
--- a/jsui/rest.html
+++ b/jsui/rest.html
@@ -26,6 +26,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -116,7 +121,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">REST Services</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -245,14 +250,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/jsui/template-loading.html b/jsui/template-loading.html
index 4886e5c..c6d8e21 100644
--- a/jsui/template-loading.html
+++ b/jsui/template-loading.html
@@ -26,6 +26,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -116,7 +121,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Javascript template loading</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -168,14 +173,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/known-issues.html b/known-issues.html
index 1b09b6c..bbca696 100644
--- a/known-issues.html
+++ b/known-issues.html
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Known Issues and Errata</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -129,14 +134,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/license.html b/license.html
index 42c5b7c..eb3ee4f 100644
--- a/license.html
+++ b/license.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Project Licenses</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -335,14 +340,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/mail-lists.html b/mail-lists.html
index d94f173..5200a88 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Project Mailing Lists</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -220,14 +225,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/privacy-policy.html b/privacy-policy.html
index 3a49b6b..c12b238 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -26,6 +26,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -116,7 +121,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Privacy Policy</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -139,14 +144,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/project-info.html b/project-info.html
index f9cabec..1b842c9 100644
--- a/project-info.html
+++ b/project-info.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Project Information</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -152,14 +157,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/security.html b/security.html
index be249d5..26031f0 100644
--- a/security.html
+++ b/security.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Security Vulnerabilities</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -208,14 +213,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/source-repository.html b/source-repository.html
index bc93028..1e0dea5 100644
--- a/source-repository.html
+++ b/source-repository.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Source Code Management</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -128,11 +133,11 @@
 <div class="section">
 <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 class="prettyprint">$ git clone https://git-wip-us.apache.org/repos/asf/archiva.git</pre></div></div>
+<div class="source"><pre class="prettyprint">$ git clone https://github.com/apache/archiva.git</pre></div></div>
 <div class="section">
 <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 class="prettyprint">$ git clone https://git-wip-us.apache.org/repos/asf/archiva.git</pre></div></div>
+<div class="source"><pre class="prettyprint">$ git clone https://gitbox.apache.org/repos/asf/archiva.git</pre></div></div>
 <div class="section">
 <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>
@@ -143,14 +148,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/team-list.html b/team-list.html
index 4b0eb18..dc40b52 100644
--- a/team-list.html
+++ b/team-list.html
@@ -24,6 +24,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -114,7 +119,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Project Team</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -475,14 +480,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>
diff --git a/versions.html b/versions.html
index b583c58..ad41895 100644
--- a/versions.html
+++ b/versions.html
@@ -25,6 +25,11 @@
         </script>
       </head>
     <body class="topBarEnabled">
+                      <a href="https://github.com/apache/archiva">
+      <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
+        src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+        alt="Fork me on GitHub">
+    </a>
       <div id="topbar" class="navbar navbar-fixed-top ">
       <div class="navbar-inner">
             <div class="container"><div class="nav-collapse">
@@ -115,7 +120,7 @@
         <li class=""><a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Archiva">Archiva</a><span class="divider">/</span></li>
     <li class="active ">Documentation - All Versions</li>
-        <li id="publishDate" class="pull-right">Last Published: 17 Jun 2017</li>
+        <li id="publishDate" class="pull-right">Last Published: 07 Apr 2018</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -140,14 +145,19 @@
       <div class="container">
         <div class="row">
 <div class="row pull-left">Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation.</div>
-      <div class="row pull-left">
+      <div class="row">
+        &nbsp;
+      </div>
+      <div class="row">
+      <p>
         <a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a>
+        </p>
       </div>
         </div>
         <p id="poweredBy" class="pull-right">  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
   </p>
                           <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/6670/widgets/project_thin_badge.js"></script>
     </div>
         </div>
     </footer>