You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/01/18 15:59:29 UTC

svn commit: r1435169 - /archiva/parent/src/site/site.xml

Author: olamy
Date: Fri Jan 18 14:59:28 2013
New Revision: 1435169

URL: http://svn.apache.org/viewvc?rev=1435169&view=rev
Log:
easier google analytics

Modified:
    archiva/parent/src/site/site.xml

Modified: archiva/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/archiva/parent/src/site/site.xml?rev=1435169&r1=1435168&r2=1435169&view=diff
==============================================================================
--- archiva/parent/src/site/site.xml (original)
+++ archiva/parent/src/site/site.xml Fri Jan 18 14:59:28 2013
@@ -26,6 +26,7 @@
     <!-- have to add the index.html to get the right location, due to bug in Doxia. Still not correct for subdirectories though -->
     <href>http://archiva.apache.org/index.html</href>
   </bannerLeft>
+  <googleAnalyticsAccountId>UA-140879-5</googleAnalyticsAccountId>
   <bannerRight>
     <name>Apache Software Foundation</name>
     <src>http://www.apache.org/images/asf_logo_wide.png</src>
@@ -43,19 +44,6 @@
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/"/>
     </breadcrumbs>
-
-    <head>
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-var pageTracker = _gat._getTracker("UA-140879-5");
-pageTracker._initData();
-pageTracker._trackPageview();
-</script>
-    </head>
-
     <menu ref="reports" inherit="bottom"/>
   </body>
 </project>