[polly] r259485 - www: Update statistic code

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 01:55:55 PST 2016


Author: grosser
Date: Tue Feb  2 03:55:55 2016
New Revision: 259485

URL: http://llvm.org/viewvc/llvm-project?rev=259485&view=rev
Log:
www: Update statistic code

Added:
    polly/trunk/www/google1242f26b67e33344.html
Modified:
    polly/trunk/www/menu.html.incl

Added: polly/trunk/www/google1242f26b67e33344.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/google1242f26b67e33344.html?rev=259485&view=auto
==============================================================================
--- polly/trunk/www/google1242f26b67e33344.html (added)
+++ polly/trunk/www/google1242f26b67e33344.html Tue Feb  2 03:55:55 2016
@@ -0,0 +1 @@
+google-site-verification: google1242f26b67e33344.html
\ No newline at end of file

Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=259485&r1=259484&r2=259485&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Tue Feb  2 03:55:55 2016
@@ -67,20 +67,14 @@ $(document).ready(function() {$('.rss-da
  </div>
 </div>
 
-<script type="text/javascript">
-  var _paq = _paq || [];
-  _paq.push(["trackPageView"]);
-  _paq.push(["enableLinkTracking"]);
+<script>
+  (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-66123869-2', 'auto');
+  ga('send', 'pageview');
 
-  (function() {
-    var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.grosser.es/piwik/piwik/";
-    _paq.push(["setTrackerUrl", u+"piwik.php"]);
-    _paq.push(["setSiteId", "3"]);
-    var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
-    g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
-  })();
 </script>
-<noscript>
-<img src="http://www.grosser.es/piwik/piwik/piwik.php?idsite=3&rec=1" style="border:0" alt="" />
-</noscript>
 




More information about the llvm-commits mailing list