You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2013/11/13 00:19:01 UTC

svn commit: r1541304 - /incubator/sirona/trunk/src/site/site.xml

Author: olamy
Date: Tue Nov 12 23:19:00 2013
New Revision: 1541304

URL: http://svn.apache.org/r1541304
Log:
add google analytics

Modified:
    incubator/sirona/trunk/src/site/site.xml

Modified: incubator/sirona/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/src/site/site.xml?rev=1541304&r1=1541303&r2=1541304&view=diff
==============================================================================
--- incubator/sirona/trunk/src/site/site.xml (original)
+++ incubator/sirona/trunk/src/site/site.xml Tue Nov 12 23:19:00 2013
@@ -51,6 +51,22 @@
   </skin>
 
   <body>
+
+    <head>
+
+      <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-3211522-14', 'apache.org');
+        ga('send', 'pageview');
+
+      </script>
+
+    </head>
+
     <menu name="User Guide">
       <item name="Concepts" href="/concepts.html"/>
       <item name="Basis" href="/basis.html"/>
@@ -78,6 +94,7 @@
     <footer>
       <div class="row span16"><div>Apache Sirona, Apache, the Apache feather logo, and the Apache Sirona project logos are trademarks of The Apache Software Foundation.
         All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+        <a href="${project.url}/privacy-policy.html">Privacy Policy</a>
       </div>
     </footer>