You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2016/12/20 19:39:15 UTC

incubator-guacamole-website git commit: Add Google Analytics tracking of downloads.

Repository: incubator-guacamole-website
Updated Branches:
  refs/heads/asf-site 344a3e223 -> 14c8cfaa4


Add Google Analytics tracking of downloads.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/14c8cfaa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/14c8cfaa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/14c8cfaa

Branch: refs/heads/asf-site
Commit: 14c8cfaa46c5fda100757677730245eb06cafc18
Parents: 344a3e2
Author: Michael Jumper <mj...@apache.org>
Authored: Tue Dec 20 11:39:01 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue Dec 20 11:39:01 2016 -0800

----------------------------------------------------------------------
 content/releases/0.8.3/index.html             | 48 ++++++++++++++++---
 content/releases/0.8.4/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.0/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.1/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.10-incubating/index.html | 54 +++++++++++++++++++---
 content/releases/0.9.2/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.3/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.4/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.5/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.6/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.7/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.8/index.html             | 48 ++++++++++++++++---
 content/releases/0.9.9/index.html             | 48 ++++++++++++++++---
 13 files changed, 552 insertions(+), 78 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.8.3/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.8.3/index.html b/content/releases/0.8.3/index.html
index e997290..6026852 100644
--- a/content/releases/0.8.3/index.html
+++ b/content/releases/0.8.3/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.8.0.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.8.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.8.0.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.8.2.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.8.2.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.8.2.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.8.0.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.8.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.8.0.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.8.3.war/download">guacamole-0.8.3.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.8.3.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.8.3.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.8.3.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.8.3.tar.gz/download">guacamole-client-0.8.3.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.8.3.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.8.3.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.8.3.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.8.3.tar.gz/download">guacamole-server-0.8.3.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.8.3.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.8.3.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.8.3.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.8.4/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.8.4/index.html b/content/releases/0.8.4/index.html
index c4becd3..29e3ffa 100644
--- a/content/releases/0.8.4/index.html
+++ b/content/releases/0.8.4/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.8.0.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.8.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.8.0.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.8.4.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.8.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.8.4.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.8.0.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.8.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.8.0.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.8.4.war/download">guacamole-0.8.4.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.8.4.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.8.4.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.8.4.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.8.4.tar.gz/download">guacamole-client-0.8.4.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.8.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.8.4.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.8.4.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.8.4.tar.gz/download">guacamole-server-0.8.4.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.8.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.8.4.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.8.4.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.0/index.html b/content/releases/0.9.0/index.html
index 83be70c..188e7b3 100644
--- a/content/releases/0.9.0/index.html
+++ b/content/releases/0.9.0/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.0.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.0.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.9.0.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.9.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.9.0.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.0.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.0.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.0.war/download">guacamole-0.9.0.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.0.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.0.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.0.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.0.tar.gz/download">guacamole-client-0.9.0.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.0.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.0.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.0.tar.gz/download">guacamole-server-0.9.0.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.0.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.0.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.1/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.1/index.html b/content/releases/0.9.1/index.html
index 0d1bbe7..f1ea15b 100644
--- a/content/releases/0.9.1/index.html
+++ b/content/releases/0.9.1/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.0.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.0.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.9.1.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.9.1.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.9.1.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.0.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.0.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.0.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.1.war/download">guacamole-0.9.1.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.1.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.1.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.1.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.1.tar.gz/download">guacamole-client-0.9.1.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.1.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.1.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.1.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.1.tar.gz/download">guacamole-server-0.9.1.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.1.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.1.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.1.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.10-incubating/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.10-incubating/index.html b/content/releases/0.9.10-incubating/index.html
index a0dcc8d..92df596 100644
--- a/content/releases/0.9.10-incubating/index.html
+++ b/content/releases/0.9.10-incubating/index.html
@@ -139,7 +139,14 @@ below.</p>
             <tr>
                 
                 
-                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-client-0.9.10-incubating.tar.gz">guacamole-client-0.9.10-incubating.tar.gz</a></td>
+                
+                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-client-0.9.10-incubating.tar.gz"
+                       onclick="ga('send', 'event', {
+                           eventCategory : 'Download',
+                           eventAction   : 'click',
+                           eventLabel    : 'guacamole-client-0.9.10-incubating.tar.gz',
+                           transport     : 'beacon'
+                       })">guacamole-client-0.9.10-incubating.tar.gz</a></td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-client-0.9.10-incubating.tar.gz.md5">MD5</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-client-0.9.10-incubating.tar.gz.sha">SHA</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-client-0.9.10-incubating.tar.gz.asc">PGP</a> ]</td>
@@ -148,7 +155,14 @@ below.</p>
             <tr>
                 
                 
-                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-server-0.9.10-incubating.tar.gz">guacamole-server-0.9.10-incubating.tar.gz</a></td>
+                
+                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-server-0.9.10-incubating.tar.gz"
+                       onclick="ga('send', 'event', {
+                           eventCategory : 'Download',
+                           eventAction   : 'click',
+                           eventLabel    : 'guacamole-server-0.9.10-incubating.tar.gz',
+                           transport     : 'beacon'
+                       })">guacamole-server-0.9.10-incubating.tar.gz</a></td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-server-0.9.10-incubating.tar.gz.md5">MD5</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-server-0.9.10-incubating.tar.gz.sha">SHA</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/source/guacamole-server-0.9.10-incubating.tar.gz.asc">PGP</a> ]</td>
@@ -172,7 +186,14 @@ still be built and installed from source.</strong></p>
             <tr>
                 
                 
-                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-0.9.10-incubating.war">guacamole-0.9.10-incubating.war</a></td>
+                
+                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-0.9.10-incubating.war"
+                       onclick="ga('send', 'event', {
+                           eventCategory : 'Download',
+                           eventAction   : 'click',
+                           eventLabel    : 'guacamole-0.9.10-incubating.war',
+                           transport     : 'beacon'
+                       })">guacamole-0.9.10-incubating.war</a></td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-0.9.10-incubating.war.md5">MD5</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-0.9.10-incubating.war.sha">SHA</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-0.9.10-incubating.war.asc">PGP</a> ]</td>
@@ -181,7 +202,14 @@ still be built and installed from source.</strong></p>
             <tr>
                 
                 
-                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-jdbc-0.9.10-incubating.tar.gz">guacamole-auth-jdbc-0.9.10-incubating.tar.gz</a></td>
+                
+                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-jdbc-0.9.10-incubating.tar.gz"
+                       onclick="ga('send', 'event', {
+                           eventCategory : 'Download',
+                           eventAction   : 'click',
+                           eventLabel    : 'guacamole-auth-jdbc-0.9.10-incubating.tar.gz',
+                           transport     : 'beacon'
+                       })">guacamole-auth-jdbc-0.9.10-incubating.tar.gz</a></td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-jdbc-0.9.10-incubating.tar.gz.md5">MD5</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-jdbc-0.9.10-incubating.tar.gz.sha">SHA</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-jdbc-0.9.10-incubating.tar.gz.asc">PGP</a> ]</td>
@@ -190,7 +218,14 @@ still be built and installed from source.</strong></p>
             <tr>
                 
                 
-                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-ldap-0.9.10-incubating.tar.gz">guacamole-auth-ldap-0.9.10-incubating.tar.gz</a></td>
+                
+                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-ldap-0.9.10-incubating.tar.gz"
+                       onclick="ga('send', 'event', {
+                           eventCategory : 'Download',
+                           eventAction   : 'click',
+                           eventLabel    : 'guacamole-auth-ldap-0.9.10-incubating.tar.gz',
+                           transport     : 'beacon'
+                       })">guacamole-auth-ldap-0.9.10-incubating.tar.gz</a></td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-ldap-0.9.10-incubating.tar.gz.md5">MD5</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-ldap-0.9.10-incubating.tar.gz.sha">SHA</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-ldap-0.9.10-incubating.tar.gz.asc">PGP</a> ]</td>
@@ -199,7 +234,14 @@ still be built and installed from source.</strong></p>
             <tr>
                 
                 
-                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-noauth-0.9.10-incubating.tar.gz">guacamole-auth-noauth-0.9.10-incubating.tar.gz</a></td>
+                
+                <td><a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-noauth-0.9.10-incubating.tar.gz"
+                       onclick="ga('send', 'event', {
+                           eventCategory : 'Download',
+                           eventAction   : 'click',
+                           eventLabel    : 'guacamole-auth-noauth-0.9.10-incubating.tar.gz',
+                           transport     : 'beacon'
+                       })">guacamole-auth-noauth-0.9.10-incubating.tar.gz</a></td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-noauth-0.9.10-incubating.tar.gz.md5">MD5</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-noauth-0.9.10-incubating.tar.gz.sha">SHA</a> ]</td>
                 <td>[ <a href="https://dist.apache.org/repos/dist/dev/incubator/guacamole/0.9.10-incubating-RC3/binary/guacamole-auth-noauth-0.9.10-incubating.tar.gz.asc">PGP</a> ]</td>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.2/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.2/index.html b/content/releases/0.9.2/index.html
index afb9d8f..b57c30f 100644
--- a/content/releases/0.9.2/index.html
+++ b/content/releases/0.9.2/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.2.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.2.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.2.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.9.2.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.9.2.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.9.2.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.2.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.2.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.2.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.2.war/download">guacamole-0.9.2.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.2.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.2.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.2.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.2.tar.gz/download">guacamole-client-0.9.2.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.2.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.2.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.2.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.2.tar.gz/download">guacamole-server-0.9.2.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.2.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.2.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.2.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.3/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.3/index.html b/content/releases/0.9.3/index.html
index c8590dc..25db983 100644
--- a/content/releases/0.9.3/index.html
+++ b/content/releases/0.9.3/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.3.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.3.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.3.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.9.3.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.9.3.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.9.3.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.3.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.3.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.3.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.3.war/download">guacamole-0.9.3.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.3.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.3.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.3.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.3.tar.gz/download">guacamole-client-0.9.3.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.3.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.3.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.3.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.3.tar.gz/download">guacamole-server-0.9.3.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.3.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.3.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.3.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.4/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.4/index.html b/content/releases/0.9.4/index.html
index 15b8274..0eff76f 100644
--- a/content/releases/0.9.4/index.html
+++ b/content/releases/0.9.4/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.4.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.4.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.9.4.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.9.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.9.4.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.4.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.4.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.4.war/download">guacamole-0.9.4.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.4.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.4.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.4.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.4.tar.gz/download">guacamole-client-0.9.4.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.4.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.4.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.4.tar.gz/download">guacamole-server-0.9.4.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.4.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.4.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.4.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.5/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.5/index.html b/content/releases/0.9.5/index.html
index f2b815f..b20fb55 100644
--- a/content/releases/0.9.5/index.html
+++ b/content/releases/0.9.5/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.5.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.5.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.5.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.9.5.tar.gz/download">MySQL Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-mysql-0.9.5.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-mysql-0.9.5.tar.gz',
+                       transport     : 'beacon'
+                   })">MySQL Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.5.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.5.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.5.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.5.war/download">guacamole-0.9.5.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.5.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.5.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.5.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.5.tar.gz/download">guacamole-client-0.9.5.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.5.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.5.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.5.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.5.tar.gz/download">guacamole-server-0.9.5.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.5.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.5.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.5.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.6/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.6/index.html b/content/releases/0.9.6/index.html
index 413a9c6..2b6b25d 100644
--- a/content/releases/0.9.6/index.html
+++ b/content/releases/0.9.6/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-jdbc-0.9.6.tar.gz/download">Database Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-jdbc-0.9.6.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-jdbc-0.9.6.tar.gz',
+                       transport     : 'beacon'
+                   })">Database Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.6.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.6.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.6.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.6.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.6.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.6.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.6.war/download">guacamole-0.9.6.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.6.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.6.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.6.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.6.tar.gz/download">guacamole-client-0.9.6.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.6.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.6.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.6.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.6.tar.gz/download">guacamole-server-0.9.6.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.6.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.6.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.6.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.7/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.7/index.html b/content/releases/0.9.7/index.html
index 9a0dc92..a88dcf4 100644
--- a/content/releases/0.9.7/index.html
+++ b/content/releases/0.9.7/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-jdbc-0.9.7.tar.gz/download">Database Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-jdbc-0.9.7.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-jdbc-0.9.7.tar.gz',
+                       transport     : 'beacon'
+                   })">Database Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.7.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.7.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.7.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.7.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.7.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.7.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.7.war/download">guacamole-0.9.7.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.7.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.7.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.7.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.7.tar.gz/download">guacamole-client-0.9.7.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.7.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.7.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.7.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.7.tar.gz/download">guacamole-server-0.9.7.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.7.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.7.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.7.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.8/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.8/index.html b/content/releases/0.9.8/index.html
index 636b315..2e0cb8d 100644
--- a/content/releases/0.9.8/index.html
+++ b/content/releases/0.9.8/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-jdbc-0.9.8.tar.gz/download">Database Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-jdbc-0.9.8.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-jdbc-0.9.8.tar.gz',
+                       transport     : 'beacon'
+                   })">Database Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.8.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.8.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.8.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.8.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.8.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.8.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.8.war/download">guacamole-0.9.8.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.8.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.8.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.8.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.8.tar.gz/download">guacamole-client-0.9.8.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.8.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.8.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.8.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.8.tar.gz/download">guacamole-server-0.9.8.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.8.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.8.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.8.tar.gz</a></li>
         
     </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/14c8cfaa/content/releases/0.9.9/index.html
----------------------------------------------------------------------
diff --git a/content/releases/0.9.9/index.html b/content/releases/0.9.9/index.html
index 901a242..163a3a2 100644
--- a/content/releases/0.9.9/index.html
+++ b/content/releases/0.9.9/index.html
@@ -107,11 +107,29 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-jdbc-0.9.9.tar.gz/download">Database Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-jdbc-0.9.9.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-jdbc-0.9.9.tar.gz',
+                       transport     : 'beacon'
+                   })">Database Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.9.tar.gz/download">LDAP Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-ldap-0.9.9.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-ldap-0.9.9.tar.gz',
+                       transport     : 'beacon'
+                   })">LDAP Authentication</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.9.tar.gz/download">NoAuth (Disabled) Authentication</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-noauth-0.9.9.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-auth-noauth-0.9.9.tar.gz',
+                       transport     : 'beacon'
+                   })">NoAuth (Disabled) Authentication</a></li>
         
     </ul>
 
@@ -124,7 +142,13 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.9.war/download">guacamole-0.9.9.war</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/binary/guacamole-0.9.9.war"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-0.9.9.war',
+                       transport     : 'beacon'
+                   })">guacamole-0.9.9.war</a></li>
         
     </ul>
 
@@ -137,9 +161,21 @@
     
     <ul>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.9.tar.gz/download">guacamole-client-0.9.9.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-client-0.9.9.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-client-0.9.9.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-client-0.9.9.tar.gz</a></li>
         
-            <li><a href="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.9.tar.gz/download">guacamole-server-0.9.9.tar.gz</a></li>
+            <li><a href="http://downloads.sourceforge.net/project/guacamole/current/source/guacamole-server-0.9.9.tar.gz"
+                   onclick="ga('send', 'event', {
+                       eventCategory : 'Download',
+                       eventAction   : 'click',
+                       eventLabel    : 'guacamole-server-0.9.9.tar.gz',
+                       transport     : 'beacon'
+                   })">guacamole-server-0.9.9.tar.gz</a></li>
         
     </ul>