You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by sa...@apache.org on 2007/09/05 07:29:17 UTC

svn commit: r572876 - /webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml

Author: sanka
Date: Tue Sep  4 22:29:17 2007
New Revision: 572876

URL: http://svn.apache.org/viewvc?rev=572876&view=rev
Log:
Added the Google download tracking script.

Modified:
    webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml

Modified: webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml?rev=572876&r1=572875&r2=572876&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml Tue Sep  4 22:29:17 2007
@@ -12,7 +12,13 @@
 
     <body>
 
-        <section>
+    <script src="http://www.google-analytics.com/urchin.js"  type="text/javascript" />
+    <script type="text/javascript">
+		_uacct = "UA-1954378-4";
+		urchinTracker();
+    </script>
+    
+    <section>
             <h2>Releases</h2>
             <div align="left">
                 <p>AXIOM is becoming more and more stable and the latest official version available for download is
@@ -42,7 +48,8 @@
                             <td align="center">Release</td>
                             <td>Source Distribution
                                 <a href="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip"
-                                   title="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip">zip</a>
+                                   title="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip" 
+				   onClick="javascript:urchinTracker ('/downloads/axiom-1.2.5-src.zip');">zip</a>
 
                                 <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip.md5"
                                    class="externalLink"
@@ -53,7 +60,8 @@
                                 <br/>
                                 Binary Distribution
                                 <a href="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip"
-                                   title="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip">zip</a>
+                                   title="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip"
+				   onClick="javascript:urchinTracker ('/downloads/axiom-1.2.5-bin.zip');">zip</a>
                                 <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip.md5"
                                    class="externalLink"
                                    title="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip.md5">MD5</a>



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