Author: buildbot Date: Tue May 13 22:04:45 2014 New Revision: 908736 Log: Staging update by buildbot for accumulo
Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/downloads/index.html Propchange: websites/staging/accumulo/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue May 13 22:04:45 2014 @@ -1 +1 @@ -1594350 +1594400 Modified: websites/staging/accumulo/trunk/content/downloads/index.html ============================================================================== --- websites/staging/accumulo/trunk/content/downloads/index.html (original) +++ websites/staging/accumulo/trunk/content/downloads/index.html Tue May 13 22:04:45 2014 @@ -187,45 +187,63 @@ Latest 1.5 release: <strong>1.5.1</stron <h1 class="title">Apache Accumulo Downloads</h1> <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-50934829-1', 'apache.org'); + ga('send', 'pageview'); + +</script> + +<script> /** * Function that tracks a click on an outbound link in Google Analytics. * This function takes a valid URL string as an argument, and uses that URL string * as the event label. */ var trackOutboundLink = function(url) { - ga('send', 'event', 'outbound', 'click', url, {'hitCallback': - function () { - document.location = getAttribute('href'); - } - }); -} + var hrefUrl = event.target.getAttribute('href') + if (event.ctrlKey || event.shiftKey || event.metaKey || event.which == 2) { + var newWin = true;} + + if (newWin) { + ga('send', 'event', 'outbound', 'click', url, {'nonInteraction': 1}); + return true; + } else { + ga('send', 'event', 'outbound', 'click', url, {'hitCallback': + function () {window.location.href = hrefUrl;}}, {'nonInteraction': 1}); + return false; + } +}; </script> <p>Be sure to verify your downloads by these <a href="https://www.apache.org/info/verification.html" title="Verify">procedures</a> using these <a href="https://www.apache.org/dist/accumulo/KEYS" title="KEYS">KEYS</a>.</p> <h2 id="current-release">Current Release</h2> -<h3 id="160-wzxhzdk3latestwzxhzdk4">1.6.0 <span class="label label-primary">latest</span></h3> +<h3 id="160-wzxhzdk4latestwzxhzdk5">1.6.0 <span class="label label-primary">latest</span></h3> <p>The most recent Apache Accumulo™ release is version 1.6.0. See the <a href="/release_notes/1.6.0.html" title="1.6.0 Release Notes">release notes</a> and <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=CHANGES;hb=06162580e885f11863d1a6d22f952bce35b78b68" title="1.6.0 CHANGES">CHANGES</a>.</p> <p>For convenience, <a href="https://www.apache.org/dist/accumulo/1.6.0/MD5SUM" title="1.6.0 MD5 file hashes">MD5</a> and <a href="https://www.apache.org/dist/accumulo/1.6.0/SHA1SUM" title="1.6.0 SHA1 file hashes">SHA1</a> hashes are also available.</p> <table class="table"> <tr> <th>Generic Binaries</th> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.6.0/accumulo-1.6.0-bin.tar.gz" onClick="trackOutboundLink(â/downloads/accumulo-1.6.0-bin.tar.gzâ); return false;">accumulo-1.6.0-bin.tar.gz</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.6.0/accumulo-1.6.0-bin.tar.gz" onClick="return trackOutboundLink('/downloads/accumulo-1.6.0-bin.tar.gz');">accumulo-1.6.0-bin.tar.gz</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.6.0/accumulo-1.6.0-bin.tar.gz.asc">ASC</a></td> </tr> <tr> <th>Source</th> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.6.0/accumulo-1.6.0-src.tar.gz" onClick="trackOutboundLink(â/downloads/accumulo-1.6.0-src.tar.gzâ); return false;">accumulo-1.6.0-src.tar.gz</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.6.0/accumulo-1.6.0-src.tar.gz" onClick="return trackOutboundLink('/downloads/accumulo-1.6.0-src.tar.gz');">accumulo-1.6.0-src.tar.gz</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.6.0/accumulo-1.6.0-src.tar.gz.asc">ASC</a></td> </tr> </table> <h4 id="16-documentation">1.6 Documentation</h4> <ul> -<li><a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=README;hb=06162580e885f11863d1a6d22f952bce35b78b68" onClick="trackOutboundLink('/1.6/README'); return false;">README</a></li> -<li><a href="http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo-docs/1.6.0/accumulo-docs-1.6.0-user-manual.pdf" onClick="trackOutboundLink('/1.6/accumulo_user_manual.pdf'); return false;">PDF manual</a></li> +<li><a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=README;hb=06162580e885f11863d1a6d22f952bce35b78b68" onClick="return trackOutboundLink('/1.6/README');">README</a></li> +<li><a href="http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo-docs/1.6.0/accumulo-docs-1.6.0-user-manual.pdf" onClick="return trackOutboundLink('/1.6/accumulo_user_manual.pdf');">PDF manual</a></li> <li><a href="/1.6/accumulo_user_manual.html" title="1.6 user manual">html manual</a></li> <li><a href="/1.6/examples" title="1.6 examples">examples</a></li> -<li><a href="/1.6/apidocs" onClick="trackOutboundLink('/1.6/apidocs'); return false">Javadoc</a></li> +<li><a href="/1.6/apidocs" onClick="return trackOutboundLink('/1.6/apidocs');">Javadoc</a></li> </ul> <h3 id="151">1.5.1</h3> <p>The most recent Apache Accumulo™ 1.5 release is version 1.5.1. See the <a href="/release_notes/1.5.1.html" title="1.5.1 Release Notes">release notes</a> and <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=CHANGES;hb=3478f71ae888f8d73aaa93837319a6dbb4ba0c8a" title="1.5.1 CHANGES">CHANGES</a>.</p> @@ -233,48 +251,48 @@ var trackOutboundLink = function(url) { <table class="table"> <tr> <th>Generic Binaries</th> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-bin.tar.gz" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-bin.tar.gz'); return false;">accumulo-1.5.1-bin.tar.gz</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-bin.tar.gz" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-bin.tar.gz');">accumulo-1.5.1-bin.tar.gz</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-bin.tar.gz.asc">ASC</a></td> </tr> <tr> <th rowspan="6">Platform Binaries</th> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-bin.rpm" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-bin.rpm'); return false;">accumulo-1.5.1-bin.rpm</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-bin.rpm" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-bin.rpm');">accumulo-1.5.1-bin.rpm</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-bin.rpm.asc">ASC</a></td> </tr> <tr> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-native.rpm" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-native.rpm'); return false;">accumulo-1.5.1-native.rpm</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-native.rpm" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-native.rpm');">accumulo-1.5.1-native.rpm</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-native.rpm.asc">ASC</a></td> </tr> <tr> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-test.rpm" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-test.rpm'); return false;">accumulo-1.5.1-test.rpm</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-test.rpm" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-test.rpm');">accumulo-1.5.1-test.rpm</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-test.rpm.asc"asc>ASC</a></td> </tr> <tr> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-bin.deb" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-bin.deb'); return false;">accumulo-1.5.1-bin.deb</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-bin.deb" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-bin.deb');">accumulo-1.5.1-bin.deb</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-bin.deb.asc">ASC</a></td> </tr> <tr> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-native.deb" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-native.deb'); return false;">accumulo-1.5.1-native.deb</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-native.deb" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-native.deb');">accumulo-1.5.1-native.deb</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-native.deb.asc">ASC</a></td> </tr> <tr> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-test.deb" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-test.deb'); return false;">accumulo-1.5.1-test.deb</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-test.deb" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-test.deb');">accumulo-1.5.1-test.deb</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-test.deb.asc">ASC</a></td> </tr> <tr> <th>Source</th> -<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-src.tar.gz" onClick="trackOutboundLink('/downloads/accumulo-1.5.1-src.tar.gz'); return false;">accumulo-1.5.1-src.tar.gz</a></td> +<td><a href="https://www.apache.org/dyn/closer.cgi/accumulo/1.5.1/accumulo-1.5.1-src.tar.gz" onClick="return trackOutboundLink('/downloads/accumulo-1.5.1-src.tar.gz');">accumulo-1.5.1-src.tar.gz</a></td> <td><a href="https://www.apache.org/dist/accumulo/1.5.1/accumulo-1.5.1-src.tar.gz.asc">ASC</a></td> </tr> </table> <h4 id="15-documentation">1.5 Documentation</h4> <ul> -<li><a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=README;hb=3478f71ae888f8d73aaa93837319a6dbb4ba0c8a" onClick="trackOutboundLink('/1.5/README'); return false;">README</a></li> -<li><a href="/1.5/accumulo_user_manual.pdf" onClick="trackOutboundLink(/1.5/accumulo_user_manual.pdf'); return false;">PDF manual</a></li> +<li><a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=README;hb=3478f71ae888f8d73aaa93837319a6dbb4ba0c8a" onClick="return trackOutboundLink('/1.5/README');">README</a></li> +<li><a href="/1.5/accumulo_user_manual.pdf" onClick="return trackOutboundLink('/1.5/accumulo_user_manual.pdf');">PDF manual</a></li> <li><a href="/1.5/accumulo_user_manual.html" title="1.5 user manual">html manual</a></li> <li><a href="/1.5/examples" title="1.5 examples">examples</a></li> -<li><a href="/1.5/apidocs" onClick="trackOutboundLink('/1.5/apidocs'); return false;">Javadoc</a></li> +<li><a href="/1.5/apidocs" onClick="return trackOutboundLink('/1.5/apidocs');">Javadoc</a></li> </ul> <h2 id="older-releases">Older releases</h2> <p>Older releases can be found in the <a href="https://archive.apache.org/dist/accumulo/">archives</a>.</p>