Author: martin_s
Date: Sat Apr 7 16:51:18 2018
New Revision: 1828600
URL: http://svn.apache.org/viewvc?rev=1828600&view=rev
Log:
Apache Archiva Main site deployment
Modified:
archiva/site-content/developers/building.html
archiva/site-content/developers/how-we-do-things.html
archiva/site-content/developers/publishing-site.html
archiva/site-content/developers/releasing.html
archiva/site-content/download.html
archiva/site-content/errors/404.html
archiva/site-content/get-involved.html
archiva/site-content/index.html
archiva/site-content/integration.html
archiva/site-content/issue-tracking.html
archiva/site-content/jsui/generics-js.html
archiva/site-content/jsui/i18n.html
archiva/site-content/jsui/index.html
archiva/site-content/jsui/knockout-binding.html
archiva/site-content/jsui/rest.html
archiva/site-content/jsui/template-loading.html
archiva/site-content/known-issues.html
archiva/site-content/license.html
archiva/site-content/mail-lists.html
archiva/site-content/privacy-policy.html
archiva/site-content/project-info.html
archiva/site-content/security.html
archiva/site-content/source-repository.html
archiva/site-content/team-list.html
archiva/site-content/versions.html
Modified: archiva/site-content/developers/building.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/developers/building.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/developers/building.html (original)
+++ archiva/site-content/developers/building.html Sat Apr 7 16:51:18 2018
@@ -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 – 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 @@ git clone https://github.com/apache/arch
<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 @@ sh ./jetty.sh (use sh ./jetty-debug.sh i
<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">
+
+ </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>
Modified: archiva/site-content/developers/how-we-do-things.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/developers/how-we-do-things.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/developers/how-we-do-things.html (original)
+++ archiva/site-content/developers/how-we-do-things.html Sat Apr 7 16:51:18
2018
@@ -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 – 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">
+
+ </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>
Modified: archiva/site-content/developers/publishing-site.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/developers/publishing-site.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/developers/publishing-site.html (original)
+++ archiva/site-content/developers/publishing-site.html Sat Apr 7 16:51:18
2018
@@ -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 @@ sh ./deploySite.sh</pre></div></div></di
<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">
+
+ </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>
Modified: archiva/site-content/developers/releasing.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/developers/releasing.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/developers/releasing.html (original)
+++ archiva/site-content/developers/releasing.html Sat Apr 7 16:51:18 2018
@@ -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 @@ sh ./release-script-redback-svn.sh $REDB
<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">
+
+ </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>
Modified: archiva/site-content/download.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/download.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/download.html (original)
+++ archiva/site-content/download.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/errors/404.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/errors/404.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/errors/404.html (original)
+++ archiva/site-content/errors/404.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/get-involved.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/get-involved.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/get-involved.html (original)
+++ archiva/site-content/get-involved.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/index.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/index.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/index.html (original)
+++ archiva/site-content/index.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/integration.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/integration.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/integration.html (original)
+++ archiva/site-content/integration.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/issue-tracking.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/issue-tracking.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/issue-tracking.html (original)
+++ archiva/site-content/issue-tracking.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/jsui/generics-js.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/jsui/generics-js.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/jsui/generics-js.html (original)
+++ archiva/site-content/jsui/generics-js.html Sat Apr 7 16:51:18 2018
@@ -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 @@ displayErrorMessage=function(text,idToAp
<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">
+
+ </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>
Modified: archiva/site-content/jsui/i18n.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/jsui/i18n.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/jsui/i18n.html (original)
+++ archiva/site-content/jsui/i18n.html Sat Apr 7 16:51:18 2018
@@ -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 @@ response will be Managed Repository &quo
<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">
+
+ </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>
Modified: archiva/site-content/jsui/index.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/jsui/index.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/jsui/index.html (original)
+++ archiva/site-content/jsui/index.html Sat Apr 7 16:51:18 2018
@@ -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 @@ Support single value:
<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">
+
+ </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>
Modified: archiva/site-content/jsui/knockout-binding.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/jsui/knockout-binding.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/jsui/knockout-binding.html (original)
+++ archiva/site-content/jsui/knockout-binding.html Sat Apr 7 16:51:18 2018
@@ -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 @@ $("#main-content").html($(&quo
<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">
+
+ </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>
Modified: archiva/site-content/jsui/rest.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/jsui/rest.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/jsui/rest.html (original)
+++ archiva/site-content/jsui/rest.html Sat Apr 7 16:51:18 2018
@@ -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 @@ public class DefaultManagedRepositoriesS
<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">
+
+ </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>
Modified: archiva/site-content/jsui/template-loading.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/jsui/template-loading.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/jsui/template-loading.html (original)
+++ archiva/site-content/jsui/template-loading.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/known-issues.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/known-issues.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/known-issues.html (original)
+++ archiva/site-content/known-issues.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/license.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/license.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/license.html (original)
+++ archiva/site-content/license.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/mail-lists.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/mail-lists.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/mail-lists.html (original)
+++ archiva/site-content/mail-lists.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/privacy-policy.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/privacy-policy.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/privacy-policy.html (original)
+++ archiva/site-content/privacy-policy.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/project-info.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/project-info.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/project-info.html (original)
+++ archiva/site-content/project-info.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/security.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/security.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/security.html (original)
+++ archiva/site-content/security.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/source-repository.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/source-repository.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/source-repository.html (original)
+++ archiva/site-content/source-repository.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/team-list.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/team-list.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/team-list.html (original)
+++ archiva/site-content/team-list.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>
Modified: archiva/site-content/versions.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/versions.html?rev=1828600&r1=1828599&r2=1828600&view=diff
==============================================================================
--- archiva/site-content/versions.html (original)
+++ archiva/site-content/versions.html Sat Apr 7 16:51:18 2018
@@ -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">
+
+ </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>