Repository: incubator-edgent-website Updated Branches: refs/heads/asf-site c122546f6 -> b23e55fc0
from 1e15e9b7718bb8936d63e2fce6f07fc9c145553c Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/b23e55fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/b23e55fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/b23e55fc Branch: refs/heads/asf-site Commit: b23e55fc0faaa84fc5d9dd97d417d8d7b7e18afe Parents: c122546 Author: Will Marshall <wcm...@gmail.com> Authored: Tue Jan 3 21:58:53 2017 -0800 Committer: Will Marshall <wcm...@gmail.com> Committed: Tue Jan 3 21:58:53 2017 -0800 ---------------------------------------------------------------------- content/404.html | 16 +++++++++++++++- content/css/bootstrap.css | 0 content/css/bootstrap.min.css | 0 content/css/landing-page.css | 0 content/docs/committers.html | 16 +++++++++++++++- content/docs/common-edgent-operations.html | 16 +++++++++++++++- content/docs/community.html | 16 +++++++++++++++- content/docs/console.html | 16 +++++++++++++++- content/docs/downloads.html | 16 +++++++++++++++- content/docs/edgent-getting-started.html | 16 +++++++++++++++- content/docs/edgent_index.html | 16 +++++++++++++++- content/docs/faq.html | 16 +++++++++++++++- content/docs/home.html | 16 +++++++++++++++- content/docs/overview.html | 16 +++++++++++++++- content/docs/quickstart.html | 16 +++++++++++++++- content/docs/samples.html | 16 +++++++++++++++- content/docs/search.html | 16 +++++++++++++++- content/docs/streaming-concepts.html | 16 +++++++++++++++- content/docs/tag_collaboration.html | 16 +++++++++++++++- content/docs/tag_content_types.html | 16 +++++++++++++++- content/docs/tag_formatting.html | 16 +++++++++++++++- content/docs/tag_getting_started.html | 16 +++++++++++++++- content/docs/tag_mobile.html | 16 +++++++++++++++- content/docs/tag_navigation.html | 16 +++++++++++++++- content/docs/tag_publishing.html | 16 +++++++++++++++- content/docs/tag_single_sourcing.html | 16 +++++++++++++++- content/docs/tag_special_layouts.html | 16 +++++++++++++++- content/fonts/glyphicons-halflings-regular.eot | Bin content/fonts/glyphicons-halflings-regular.svg | 0 content/fonts/glyphicons-halflings-regular.ttf | Bin content/fonts/glyphicons-halflings-regular.woff | Bin content/img/footer.png | Bin content/img/services/connection_diagram.png | Bin content/js/bootstrap.js | 0 content/js/bootstrap.min.js | 0 content/js/jquery-1.11.0.js | 0 content/js/jquery.easing.min.js | 0 content/js/landing-page.js | 0 .../recipe_adaptable_deadtime_filter.html | 16 +++++++++++++++- .../recipes/recipe_adaptable_filter_range.html | 16 +++++++++++++++- .../recipes/recipe_adaptable_polling_source.html | 16 +++++++++++++++- ...ipe_combining_streams_processing_results.html | 16 +++++++++++++++- content/recipes/recipe_concurrent_analytics.html | 16 +++++++++++++++- ...cipe_different_processing_against_stream.html | 16 +++++++++++++++- .../recipes/recipe_dynamic_analytic_control.html | 16 +++++++++++++++- .../recipes/recipe_external_filter_range.html | 16 +++++++++++++++- content/recipes/recipe_hello_edgent.html | 16 +++++++++++++++- content/recipes/recipe_parallel_analytics.html | 16 +++++++++++++++- content/recipes/recipe_source_function.html | 16 +++++++++++++++- content/recipes/recipe_value_out_of_range.html | 16 +++++++++++++++- content/recipes/recipe_writing_a_connector.html | 16 +++++++++++++++- content/titlepage.html | 18 ++++++++++++++++-- content/tocpage.html | 16 +++++++++++++++- 53 files changed, 586 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/404.html ---------------------------------------------------------------------- diff --git a/content/404.html b/content/404.html index 6c4b8d7..ff01a7f 100644 --- a/content/404.html +++ b/content/404.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -690,7 +704,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/css/bootstrap.css ---------------------------------------------------------------------- diff --git a/content/css/bootstrap.css b/content/css/bootstrap.css old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/css/bootstrap.min.css ---------------------------------------------------------------------- diff --git a/content/css/bootstrap.min.css b/content/css/bootstrap.min.css old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/css/landing-page.css ---------------------------------------------------------------------- diff --git a/content/css/landing-page.css b/content/css/landing-page.css old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/committers.html ---------------------------------------------------------------------- diff --git a/content/docs/committers.html b/content/docs/committers.html index a4d02c3..d734901 100644 --- a/content/docs/committers.html +++ b/content/docs/committers.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -702,7 +716,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/common-edgent-operations.html ---------------------------------------------------------------------- diff --git a/content/docs/common-edgent-operations.html b/content/docs/common-edgent-operations.html index a86f3d3..f477ed9 100644 --- a/content/docs/common-edgent-operations.html +++ b/content/docs/common-edgent-operations.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -735,7 +749,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/community.html ---------------------------------------------------------------------- diff --git a/content/docs/community.html b/content/docs/community.html index b948c94..a1b1990 100644 --- a/content/docs/community.html +++ b/content/docs/community.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -756,7 +770,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/console.html ---------------------------------------------------------------------- diff --git a/content/docs/console.html b/content/docs/console.html index 25d7826..7971ada 100644 --- a/content/docs/console.html +++ b/content/docs/console.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -1161,7 +1175,7 @@ Metrics.rateMeter(individualAlerts3.get(0)); <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/downloads.html ---------------------------------------------------------------------- diff --git a/content/docs/downloads.html b/content/docs/downloads.html index e86cb42..bd93a46 100644 --- a/content/docs/downloads.html +++ b/content/docs/downloads.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -738,7 +752,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/edgent-getting-started.html ---------------------------------------------------------------------- diff --git a/content/docs/edgent-getting-started.html b/content/docs/edgent-getting-started.html index 91aef35..be15796 100644 --- a/content/docs/edgent-getting-started.html +++ b/content/docs/edgent-getting-started.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -862,7 +876,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/edgent_index.html ---------------------------------------------------------------------- diff --git a/content/docs/edgent_index.html b/content/docs/edgent_index.html index fa3224a..0a930cb 100644 --- a/content/docs/edgent_index.html +++ b/content/docs/edgent_index.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -715,7 +729,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/faq.html ---------------------------------------------------------------------- diff --git a/content/docs/faq.html b/content/docs/faq.html index 4d32208..4ffc3b2 100644 --- a/content/docs/faq.html +++ b/content/docs/faq.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -772,7 +786,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/home.html ---------------------------------------------------------------------- diff --git a/content/docs/home.html b/content/docs/home.html index 51e7544..2c383a4 100644 --- a/content/docs/home.html +++ b/content/docs/home.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -777,7 +791,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/overview.html ---------------------------------------------------------------------- diff --git a/content/docs/overview.html b/content/docs/overview.html index 862c3fa..bdd0514 100644 --- a/content/docs/overview.html +++ b/content/docs/overview.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -762,7 +776,7 @@ medical device.</li> <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/quickstart.html ---------------------------------------------------------------------- diff --git a/content/docs/quickstart.html b/content/docs/quickstart.html index 2d39897..69b28ad 100644 --- a/content/docs/quickstart.html +++ b/content/docs/quickstart.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -732,7 +746,7 @@ and Edgent provides a <a href="https://edgent.incubator.apache.org/javadoc/lates <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/samples.html ---------------------------------------------------------------------- diff --git a/content/docs/samples.html b/content/docs/samples.html index 90f9904..af8c664 100644 --- a/content/docs/samples.html +++ b/content/docs/samples.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -753,7 +767,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/search.html ---------------------------------------------------------------------- diff --git a/content/docs/search.html b/content/docs/search.html index 54f10a4..feadcec 100644 --- a/content/docs/search.html +++ b/content/docs/search.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -680,7 +694,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/streaming-concepts.html ---------------------------------------------------------------------- diff --git a/content/docs/streaming-concepts.html b/content/docs/streaming-concepts.html index 6d93a68..26c7e18 100644 --- a/content/docs/streaming-concepts.html +++ b/content/docs/streaming-concepts.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -1441,7 +1455,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_collaboration.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_collaboration.html b/content/docs/tag_collaboration.html index e5bb0c1..46a052d 100644 --- a/content/docs/tag_collaboration.html +++ b/content/docs/tag_collaboration.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_content_types.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_content_types.html b/content/docs/tag_content_types.html index b6d91fe..f4167ea 100644 --- a/content/docs/tag_content_types.html +++ b/content/docs/tag_content_types.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_formatting.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_formatting.html b/content/docs/tag_formatting.html index c6293c3..b3f0f78 100644 --- a/content/docs/tag_formatting.html +++ b/content/docs/tag_formatting.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_getting_started.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_getting_started.html b/content/docs/tag_getting_started.html index c0c0d98..8a33e38 100644 --- a/content/docs/tag_getting_started.html +++ b/content/docs/tag_getting_started.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -792,7 +806,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_mobile.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_mobile.html b/content/docs/tag_mobile.html index 23f5427..59ccf54 100644 --- a/content/docs/tag_mobile.html +++ b/content/docs/tag_mobile.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_navigation.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_navigation.html b/content/docs/tag_navigation.html index d1b6fec..b9982ea 100644 --- a/content/docs/tag_navigation.html +++ b/content/docs/tag_navigation.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_publishing.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_publishing.html b/content/docs/tag_publishing.html index f4b6e3f..b0ba559 100644 --- a/content/docs/tag_publishing.html +++ b/content/docs/tag_publishing.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_single_sourcing.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_single_sourcing.html b/content/docs/tag_single_sourcing.html index dd388a9..a68580c 100644 --- a/content/docs/tag_single_sourcing.html +++ b/content/docs/tag_single_sourcing.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/docs/tag_special_layouts.html ---------------------------------------------------------------------- diff --git a/content/docs/tag_special_layouts.html b/content/docs/tag_special_layouts.html index f8638db..6d78353 100644 --- a/content/docs/tag_special_layouts.html +++ b/content/docs/tag_special_layouts.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -787,7 +801,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/fonts/glyphicons-halflings-regular.eot ---------------------------------------------------------------------- diff --git a/content/fonts/glyphicons-halflings-regular.eot b/content/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/fonts/glyphicons-halflings-regular.svg ---------------------------------------------------------------------- diff --git a/content/fonts/glyphicons-halflings-regular.svg b/content/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/fonts/glyphicons-halflings-regular.ttf ---------------------------------------------------------------------- diff --git a/content/fonts/glyphicons-halflings-regular.ttf b/content/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/fonts/glyphicons-halflings-regular.woff ---------------------------------------------------------------------- diff --git a/content/fonts/glyphicons-halflings-regular.woff b/content/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/img/footer.png ---------------------------------------------------------------------- diff --git a/content/img/footer.png b/content/img/footer.png old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/img/services/connection_diagram.png ---------------------------------------------------------------------- diff --git a/content/img/services/connection_diagram.png b/content/img/services/connection_diagram.png old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/js/bootstrap.js ---------------------------------------------------------------------- diff --git a/content/js/bootstrap.js b/content/js/bootstrap.js old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/js/bootstrap.min.js ---------------------------------------------------------------------- diff --git a/content/js/bootstrap.min.js b/content/js/bootstrap.min.js old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/js/jquery-1.11.0.js ---------------------------------------------------------------------- diff --git a/content/js/jquery-1.11.0.js b/content/js/jquery-1.11.0.js old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/js/jquery.easing.min.js ---------------------------------------------------------------------- diff --git a/content/js/jquery.easing.min.js b/content/js/jquery.easing.min.js old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/js/landing-page.js ---------------------------------------------------------------------- diff --git a/content/js/landing-page.js b/content/js/landing-page.js old mode 100755 new mode 100644 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_adaptable_deadtime_filter.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_adaptable_deadtime_filter.html b/content/recipes/recipe_adaptable_deadtime_filter.html index 10df7c5..874b9f8 100644 --- a/content/recipes/recipe_adaptable_deadtime_filter.html +++ b/content/recipes/recipe_adaptable_deadtime_filter.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -824,7 +838,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_adaptable_filter_range.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_adaptable_filter_range.html b/content/recipes/recipe_adaptable_filter_range.html index 762bf10..36eb7df 100644 --- a/content/recipes/recipe_adaptable_filter_range.html +++ b/content/recipes/recipe_adaptable_filter_range.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -798,7 +812,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_adaptable_polling_source.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_adaptable_polling_source.html b/content/recipes/recipe_adaptable_polling_source.html index 267ecbe..51c8241 100644 --- a/content/recipes/recipe_adaptable_polling_source.html +++ b/content/recipes/recipe_adaptable_polling_source.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -810,7 +824,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_combining_streams_processing_results.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_combining_streams_processing_results.html b/content/recipes/recipe_combining_streams_processing_results.html index 683527d..975527c 100644 --- a/content/recipes/recipe_combining_streams_processing_results.html +++ b/content/recipes/recipe_combining_streams_processing_results.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -929,7 +943,7 @@ EMERGENCY! SEE TO PATIENT IMMEDIATELY! <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_concurrent_analytics.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_concurrent_analytics.html b/content/recipes/recipe_concurrent_analytics.html index a024649..565f166 100644 --- a/content/recipes/recipe_concurrent_analytics.html +++ b/content/recipes/recipe_concurrent_analytics.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -856,7 +870,7 @@ stream -> |-> isolate(1) -> pipeline2 -> |-> barrier(10) -> co <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_different_processing_against_stream.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_different_processing_against_stream.html b/content/recipes/recipe_different_processing_against_stream.html index c16949c..74f9393 100644 --- a/content/recipes/recipe_different_processing_against_stream.html +++ b/content/recipes/recipe_different_processing_against_stream.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -878,7 +892,7 @@ Gallons of gas: 9.1 <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_dynamic_analytic_control.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_dynamic_analytic_control.html b/content/recipes/recipe_dynamic_analytic_control.html index b8830d9..bf9640f 100644 --- a/content/recipes/recipe_dynamic_analytic_control.html +++ b/content/recipes/recipe_dynamic_analytic_control.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -730,7 +744,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_external_filter_range.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_external_filter_range.html b/content/recipes/recipe_external_filter_range.html index f8b78a3..d4bc744 100644 --- a/content/recipes/recipe_external_filter_range.html +++ b/content/recipes/recipe_external_filter_range.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -792,7 +806,7 @@ optimalTempRange=[77.0..91.0] <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_hello_edgent.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_hello_edgent.html b/content/recipes/recipe_hello_edgent.html index 28127c9..0cec0d4 100644 --- a/content/recipes/recipe_hello_edgent.html +++ b/content/recipes/recipe_hello_edgent.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -746,7 +760,7 @@ Edgent! <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_parallel_analytics.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_parallel_analytics.html b/content/recipes/recipe_parallel_analytics.html index a464892..347b5d9 100644 --- a/content/recipes/recipe_parallel_analytics.html +++ b/content/recipes/recipe_parallel_analytics.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -845,7 +859,7 @@ stream -> split(width,splitter) -> |-> isolate(10) -> pipeline-ch1 - <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_source_function.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_source_function.html b/content/recipes/recipe_source_function.html index 9e7d167..545deca 100644 --- a/content/recipes/recipe_source_function.html +++ b/content/recipes/recipe_source_function.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -761,7 +775,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_value_out_of_range.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_value_out_of_range.html b/content/recipes/recipe_value_out_of_range.html index 423d6c0..144cbe4 100644 --- a/content/recipes/recipe_value_out_of_range.html +++ b/content/recipes/recipe_value_out_of_range.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -874,7 +888,7 @@ Temperature may not be optimal! It is 77.5°F! <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/recipes/recipe_writing_a_connector.html ---------------------------------------------------------------------- diff --git a/content/recipes/recipe_writing_a_connector.html b/content/recipes/recipe_writing_a_connector.html index b9af5c5..3673473 100644 --- a/content/recipes/recipe_writing_a_connector.html +++ b/content/recipes/recipe_writing_a_connector.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -694,7 +708,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/titlepage.html ---------------------------------------------------------------------- diff --git a/content/titlepage.html b/content/titlepage.html index 1f553a2..8cf44c7 100644 --- a/content/titlepage.html +++ b/content/titlepage.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -660,7 +674,7 @@ $('#toc').on('click', 'a', function() { <div class="printTitleArea"> <div class="printTitle"></div> <div class="printSubtitle"></div> - <div class="lastGeneratedDate">Last generated: December 23, 2016</div> + <div class="lastGeneratedDate">Last generated: January 04, 2017</div> <hr /> <div class="printTitleImage"> @@ -707,7 +721,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/b23e55fc/content/tocpage.html ---------------------------------------------------------------------- diff --git a/content/tocpage.html b/content/tocpage.html index 3d9c095..50561ec 100644 --- a/content/tocpage.html +++ b/content/tocpage.html @@ -22,6 +22,19 @@ <script src="../js/toc.js"></script> <script src="../js/customscripts.js"></script> <link rel="shortcut icon" href="../common_images/favicon.ico" type="image/x-icon"> + +<!-- Add google analytics tracking info --> +<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','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89864500-1', 'auto'); + ga('send', 'pageview'); + +</script> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> @@ -37,6 +50,7 @@ + <script> $(function () { $('[data-toggle="tooltip"]').tooltip() @@ -901,7 +915,7 @@ $('#toc').on('click', 'a', function() { <div class="col-lg-12 footer"> Site last - generated: Dec 23, 2016 <br/> + generated: Jan 4, 2017 <br/> </div> </div>