You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2012/03/28 02:24:32 UTC

svn commit: r1306075 - /incubator/ooo/ooo-site/trunk/content/index.html

Author: robweir
Date: Wed Mar 28 00:24:31 2012
New Revision: 1306075

URL: http://svn.apache.org/viewvc?rev=1306075&view=rev
Log:
Add GA enablement

Modified:
    incubator/ooo/ooo-site/trunk/content/index.html

Modified: incubator/ooo/ooo-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/index.html?rev=1306075&r1=1306074&r2=1306075&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/index.html (original)
+++ incubator/ooo/ooo-site/trunk/content/index.html Wed Mar 28 00:24:31 2012
@@ -69,6 +69,24 @@
   /* ]]> */
   </style>
   <link rel="stylesheet" type="text/css" href="/product/product.css" media="screen"/>
+	
+	
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-30193653-1']);
+  _gaq.push(['_setDomainName', 'openoffice.org']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>	
+	
+	
 </head>
 
 <body>