You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/07/13 06:21:20 UTC

svn commit: r555867 - /webservices/axis2/trunk/c/xdocs/download.html

Author: sahan
Date: Thu Jul 12 21:21:18 2007
New Revision: 555867

URL: http://svn.apache.org/viewvc?view=rev&rev=555867
Log:
Adding google analytics code

Modified:
    webservices/axis2/trunk/c/xdocs/download.html

Modified: webservices/axis2/trunk/c/xdocs/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/download.html?view=diff&rev=555867&r1=555866&r2=555867
==============================================================================
--- webservices/axis2/trunk/c/xdocs/download.html (original)
+++ webservices/axis2/trunk/c/xdocs/download.html Thu Jul 12 21:21:18 2007
@@ -13,6 +13,15 @@
 binary. For more information on Apache software releases, please see <a
 href="http://www.apache.org/dev/release.html">Apache Releases FAQ</a>.</p>
 </div>
+<!-- we have a issue with this google analytics code with maven 1.x. see 
+https://issues.apache.org/jira/browse/AXIS2-2790 -->
+<script src="http://www.google-analytics.com/urchin.js"
+    type="text/javascript">
+</script>
+<script type="text/javascript">
+    _uacct = "UA-1954378-10";
+    urchinTracker();
+</script>
 
 <div align="center">
 
@@ -31,7 +40,8 @@
       <td>MS Windows Distribution<br>
         - Binary Distribution <a
         href="[preferred]/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-win32.zip"
-        title="[preferred]/ws/axis2/1_0_0/axis2c-bin-1.0.0-win32.zip">zip</a>
+        title="[preferred]/ws/axis2/1_0_0/axis2c-bin-1.0.0-win32.zip"
+        onClick="javascript:urchinTracker ('/downloads/axis2c-bin-1.0.0-win32.zip');">zip</a>
         <a
         href="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-win32.zip.md5"
         title="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-win32.zip.md5">MD5</a>
@@ -41,7 +51,9 @@
         <br>
         - Source Distribution <a
         href="[preferred]/ws/axis2/c/1_0_0/axis2c-src-1.0.0.zip"
-        title="[preferred]/ws/axis2/c/1_0_0/axis2c-src-1.0.0.zip">zip</a> <a
+        title="[preferred]/ws/axis2/c/1_0_0/axis2c-src-1.0.0.zip"
+        onClick="javascript:urchinTracker ('/downloads/axis2c-src-1.0.0.zip');">zip</a>
+        <a
         href="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-src-1.0.0.zip.md5"
         title="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-src-1.0.0.zip.md5">MD5</a>
         <a
@@ -51,7 +63,8 @@
         Linux Distribution <br>
         - Binary Distribution <a
         href="[preferred]/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-linux.tar.gz"
-        title="[preferred]/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-linux.tar.gz">tar.gz</a>
+        title="[preferred]/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-linux.tar.gz"
+        onClick="javascript:urchinTracker ('/downloads/axis2c-bin-1.0.0-linux.tar.gz');">tar.gz</a>
         <a
         href="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-linux.tar.gz.md5"
         title="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-bin-1.0.0-linux.tar.gz.md5">MD5</a>
@@ -61,7 +74,8 @@
         <br>
         - Source Distribution <a
         href="[preferred]/ws/axis2/c/1_0_0/axis2c-src-1.0.0.tar.gz"
-        title="[preferred]/ws/axis2/c/1_0_0/axis2c-src-1.0.0.tar.gz">tar.gz</a>
+        title="[preferred]/ws/axis2/c/1_0_0/axis2c-src-1.0.0.tar.gz"
+        onClick="javascript:urchinTracker ('/downloads/axis2c-src-1.0.0.tar.gz');">tar.gz</a>
         <a
         href="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-src-1.0.0.tar.gz.md5"
         title="http://www.apache.org/dist/ws/axis2/c/1_0_0/axis2c-src-1.0.0.tar.gz.md5">MD5</a>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org