Author: tshiran Date: Wed Nov 5 15:33:15 2014 New Revision: 1636897 URL: http://svn.apache.org/r1636897 Log: Changed website title to "Apache Drill - Self-Service Data Exploration".
Modified: incubator/drill/site/trunk/content/drill/index.html Modified: incubator/drill/site/trunk/content/drill/index.html URL: http://svn.apache.org/viewvc/incubator/drill/site/trunk/content/drill/index.html?rev=1636897&r1=1636896&r2=1636897&view=diff ============================================================================== --- incubator/drill/site/trunk/content/drill/index.html (original) +++ incubator/drill/site/trunk/content/drill/index.html Wed Nov 5 15:33:15 2014 @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8"> - <title>Apache Drill</title> + <title>Apache Drill - Self-Service Data Exploration</title> <link href="css/style.css" rel="stylesheet" type="text/css"> <link href="css/arrows.css" rel="stylesheet" type="text/css"> @@ -158,6 +158,15 @@ Apache Drill is an effort undergoing inc review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not<br>necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. </div> </div> - +<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-53379651-1', 'auto'); + ga('send', 'pageview'); + + </script> </body> </html>