You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/01/08 01:30:57 UTC

incubator-mynewt-site git commit: adding option for analytics

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/asf-site 6833e6b7a -> 5c9518358


adding option for analytics


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/5c951835
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/5c951835
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/5c951835

Branch: refs/heads/asf-site
Commit: 5c9518358cd81a7c66751733fa51b2782c4d315e
Parents: 6833e6b
Author: aditihilbert <ad...@runtime.io>
Authored: Thu Jan 7 16:30:33 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Thu Jan 7 16:30:33 2016 -0800

----------------------------------------------------------------------
 community/index.html                    | 10 +++++
 documentation/index.html                | 10 +++++
 download/index.html                     | 10 +++++
 events/index.html                       | 10 +++++
 get_acclimated/project2/index.html      | 10 +++++
 get_acclimated/project3/index.html      | 10 +++++
 get_acclimated/vocabulary/index.html    | 10 +++++
 get_started/how_to_edit_docs/index.html | 10 +++++
 get_started/newt_concepts/index.html    | 10 +++++
 get_started/project1/index.html         | 10 +++++
 get_started/try_markdown/index.html     | 10 +++++
 index.html                              | 10 +++++
 modules/bootloader/index.html           | 10 +++++
 modules/console/index.html              | 10 +++++
 modules/filesystem/index.html           | 10 +++++
 modules/shell/index.html                | 10 +++++
 modules/testutil/index.html             | 10 +++++
 newt/newt_ops/index.html                | 10 +++++
 newt/newt_tool_reference/index.html     | 10 +++++
 os/callout/index.html                   | 10 +++++
 os/context_switch/index.html            | 10 +++++
 os/event_queue/index.html               | 10 +++++
 os/heap/index.html                      | 10 +++++
 os/mbufs/index.html                     | 10 +++++
 os/memory_pool/index.html               | 10 +++++
 os/mutex/index.html                     | 10 +++++
 os/mynewt_os/index.html                 | 10 +++++
 os/port_os/index.html                   | 10 +++++
 os/sanity/index.html                    | 10 +++++
 os/semaphore/index.html                 | 10 +++++
 os/task/index.html                      | 10 +++++
 os/time/index.html                      | 10 +++++
 packaging/dist/index.html               | 10 +++++
 search.html                             | 10 +++++
 sitemap.xml                             | 66 ++++++++++++++--------------
 35 files changed, 373 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
index a20156a..e6a8b45 100644
--- a/community/index.html
+++ b/community/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/documentation/index.html
----------------------------------------------------------------------
diff --git a/documentation/index.html b/documentation/index.html
index 4934855..59683db 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index 3e7044c..e970562 100644
--- a/download/index.html
+++ b/download/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/events/index.html
----------------------------------------------------------------------
diff --git a/events/index.html b/events/index.html
index a08b928..085df08 100644
--- a/events/index.html
+++ b/events/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/get_acclimated/project2/index.html
----------------------------------------------------------------------
diff --git a/get_acclimated/project2/index.html b/get_acclimated/project2/index.html
index 37f3641..d2d4e04 100644
--- a/get_acclimated/project2/index.html
+++ b/get_acclimated/project2/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/get_acclimated/project3/index.html
----------------------------------------------------------------------
diff --git a/get_acclimated/project3/index.html b/get_acclimated/project3/index.html
index a33ee4a..c9f06f5 100644
--- a/get_acclimated/project3/index.html
+++ b/get_acclimated/project3/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/get_acclimated/vocabulary/index.html
----------------------------------------------------------------------
diff --git a/get_acclimated/vocabulary/index.html b/get_acclimated/vocabulary/index.html
index 1d5bc97..800a801 100644
--- a/get_acclimated/vocabulary/index.html
+++ b/get_acclimated/vocabulary/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/get_started/how_to_edit_docs/index.html
----------------------------------------------------------------------
diff --git a/get_started/how_to_edit_docs/index.html b/get_started/how_to_edit_docs/index.html
index 2fa28de..e2c9e98 100644
--- a/get_started/how_to_edit_docs/index.html
+++ b/get_started/how_to_edit_docs/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/get_started/newt_concepts/index.html
----------------------------------------------------------------------
diff --git a/get_started/newt_concepts/index.html b/get_started/newt_concepts/index.html
index 797b2c8..b553567 100644
--- a/get_started/newt_concepts/index.html
+++ b/get_started/newt_concepts/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/get_started/project1/index.html
----------------------------------------------------------------------
diff --git a/get_started/project1/index.html b/get_started/project1/index.html
index 0c5fa3a..4193cf5 100644
--- a/get_started/project1/index.html
+++ b/get_started/project1/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/get_started/try_markdown/index.html
----------------------------------------------------------------------
diff --git a/get_started/try_markdown/index.html b/get_started/try_markdown/index.html
index 457844e..2dd2fa2 100644
--- a/get_started/try_markdown/index.html
+++ b/get_started/try_markdown/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index fa32ccc..f781756 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/modules/bootloader/index.html
----------------------------------------------------------------------
diff --git a/modules/bootloader/index.html b/modules/bootloader/index.html
index 005b5a9..e9020e1 100644
--- a/modules/bootloader/index.html
+++ b/modules/bootloader/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/modules/console/index.html
----------------------------------------------------------------------
diff --git a/modules/console/index.html b/modules/console/index.html
index 527678b..00b345e 100644
--- a/modules/console/index.html
+++ b/modules/console/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/modules/filesystem/index.html
----------------------------------------------------------------------
diff --git a/modules/filesystem/index.html b/modules/filesystem/index.html
index 751516e..f3dac9c 100644
--- a/modules/filesystem/index.html
+++ b/modules/filesystem/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/modules/shell/index.html
----------------------------------------------------------------------
diff --git a/modules/shell/index.html b/modules/shell/index.html
index c7061a3..2c5dd87 100644
--- a/modules/shell/index.html
+++ b/modules/shell/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/modules/testutil/index.html
----------------------------------------------------------------------
diff --git a/modules/testutil/index.html b/modules/testutil/index.html
index db2f882..13ae6e2 100644
--- a/modules/testutil/index.html
+++ b/modules/testutil/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/newt/newt_ops/index.html
----------------------------------------------------------------------
diff --git a/newt/newt_ops/index.html b/newt/newt_ops/index.html
index 703b890..3ec0a33 100644
--- a/newt/newt_ops/index.html
+++ b/newt/newt_ops/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/newt/newt_tool_reference/index.html
----------------------------------------------------------------------
diff --git a/newt/newt_tool_reference/index.html b/newt/newt_tool_reference/index.html
index 5841a95..35397aa 100644
--- a/newt/newt_tool_reference/index.html
+++ b/newt/newt_tool_reference/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/callout/index.html
----------------------------------------------------------------------
diff --git a/os/callout/index.html b/os/callout/index.html
index fc505db..7027e4e 100644
--- a/os/callout/index.html
+++ b/os/callout/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/context_switch/index.html
----------------------------------------------------------------------
diff --git a/os/context_switch/index.html b/os/context_switch/index.html
index 90313f7..f5150bd 100644
--- a/os/context_switch/index.html
+++ b/os/context_switch/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/event_queue/index.html
----------------------------------------------------------------------
diff --git a/os/event_queue/index.html b/os/event_queue/index.html
index 6abd848..5236a70 100644
--- a/os/event_queue/index.html
+++ b/os/event_queue/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/heap/index.html
----------------------------------------------------------------------
diff --git a/os/heap/index.html b/os/heap/index.html
index 1867f89..d53aca0 100644
--- a/os/heap/index.html
+++ b/os/heap/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/mbufs/index.html
----------------------------------------------------------------------
diff --git a/os/mbufs/index.html b/os/mbufs/index.html
index 52b2e50..7027523 100644
--- a/os/mbufs/index.html
+++ b/os/mbufs/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/memory_pool/index.html
----------------------------------------------------------------------
diff --git a/os/memory_pool/index.html b/os/memory_pool/index.html
index 8c333f9..eef2448 100644
--- a/os/memory_pool/index.html
+++ b/os/memory_pool/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/mutex/index.html
----------------------------------------------------------------------
diff --git a/os/mutex/index.html b/os/mutex/index.html
index 83ddca3..9f538b7 100644
--- a/os/mutex/index.html
+++ b/os/mutex/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/mynewt_os/index.html
----------------------------------------------------------------------
diff --git a/os/mynewt_os/index.html b/os/mynewt_os/index.html
index 1e1065b..840e9d7 100644
--- a/os/mynewt_os/index.html
+++ b/os/mynewt_os/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/port_os/index.html
----------------------------------------------------------------------
diff --git a/os/port_os/index.html b/os/port_os/index.html
index 9b8906a..d4a9224 100644
--- a/os/port_os/index.html
+++ b/os/port_os/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/sanity/index.html
----------------------------------------------------------------------
diff --git a/os/sanity/index.html b/os/sanity/index.html
index 045e227..9dc73b9 100644
--- a/os/sanity/index.html
+++ b/os/sanity/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/semaphore/index.html
----------------------------------------------------------------------
diff --git a/os/semaphore/index.html b/os/semaphore/index.html
index 0f25c9a..5534553 100644
--- a/os/semaphore/index.html
+++ b/os/semaphore/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/task/index.html
----------------------------------------------------------------------
diff --git a/os/task/index.html b/os/task/index.html
index c07c160..c6f1fb8 100644
--- a/os/task/index.html
+++ b/os/task/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/os/time/index.html
----------------------------------------------------------------------
diff --git a/os/time/index.html b/os/time/index.html
index 308fd15..8a13cd9 100644
--- a/os/time/index.html
+++ b/os/time/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/packaging/dist/index.html
----------------------------------------------------------------------
diff --git a/packaging/dist/index.html b/packaging/dist/index.html
index 207d28a..942953f 100644
--- a/packaging/dist/index.html
+++ b/packaging/dist/index.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/search.html
----------------------------------------------------------------------
diff --git a/search.html b/search.html
index a047ff6..9f468de 100644
--- a/search.html
+++ b/search.html
@@ -27,6 +27,16 @@
         <![endif]-->
 
         
+            <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-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
     </head>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/5c951835/sitemap.xml
----------------------------------------------------------------------
diff --git a/sitemap.xml b/sitemap.xml
index 25a6bdf..5e3ab1c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.incubator.apache.org/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -12,7 +12,7 @@
     
     <url>
      <loc>http://mynewt.incubator.apache.org/documentation/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -20,7 +20,7 @@
     
     <url>
      <loc>http://mynewt.incubator.apache.org/download/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.incubator.apache.org/community/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.incubator.apache.org/events/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -45,25 +45,25 @@
         
     <url>
      <loc>http://mynewt.incubator.apache.org/get_started/newt_concepts/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/get_started/project1/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/get_started/how_to_edit_docs/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/get_started/try_markdown/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -73,19 +73,19 @@
         
     <url>
      <loc>http://mynewt.incubator.apache.org/get_acclimated/vocabulary/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/get_acclimated/project2/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/get_acclimated/project3/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -95,13 +95,13 @@
         
     <url>
      <loc>http://mynewt.incubator.apache.org/newt/newt_ops/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/newt/newt_tool_reference/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -111,79 +111,79 @@
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/mynewt_os/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/context_switch/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/time/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/task/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/event_queue/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/semaphore/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/mutex/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/memory_pool/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/heap/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/mbufs/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/sanity/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/callout/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/os/port_os/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -193,31 +193,31 @@
         
     <url>
      <loc>http://mynewt.incubator.apache.org/modules/console/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/modules/shell/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/modules/bootloader/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/modules/filesystem/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.incubator.apache.org/modules/testutil/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -227,7 +227,7 @@
         
     <url>
      <loc>http://mynewt.incubator.apache.org/packaging/dist/</loc>
-     <lastmod>2016-01-06</lastmod>
+     <lastmod>2016-01-07</lastmod>
      <changefreq>daily</changefreq>
     </url>