You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2016/12/30 14:01:26 UTC

[1/2] incubator-rocketmq-site git commit: Add google site analytics

Repository: incubator-rocketmq-site
Updated Branches:
  refs/heads/asf-site ff01c2755 -> e547a203a


Add google site analytics


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/291cefd9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/291cefd9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/291cefd9

Branch: refs/heads/asf-site
Commit: 291cefd9e3b2e9c457ad86c1cf64b0bd5b8a1bec
Parents: 4b203dc
Author: yukon <yu...@apache.org>
Authored: Fri Dec 30 22:00:50 2016 +0800
Committer: yukon <yu...@apache.org>
Committed: Fri Dec 30 22:00:50 2016 +0800

----------------------------------------------------------------------
 _config.yml                                         |  4 ++--
 content/404.html                                    | 14 ++++++++++++++
 content/about/contact/index.html                    | 16 +++++++++++++++-
 content/about/index.html                            | 14 ++++++++++++++
 content/about/team/index.html                       | 16 +++++++++++++++-
 content/archive-layout-with-content/index.html      | 14 ++++++++++++++
 content/categories/index.html                       | 14 ++++++++++++++
 content/collection-archive/index.html               | 14 ++++++++++++++
 content/community/index.html                        | 14 ++++++++++++++
 content/docs/best-practice-broker/index.html        | 16 +++++++++++++++-
 content/docs/best-practice-consumer/index.html      | 16 +++++++++++++++-
 content/docs/best-practice-namesvr/index.html       | 16 +++++++++++++++-
 content/docs/best-practice-producer/index.html      | 16 +++++++++++++++-
 content/docs/cli-admin-tool/index.html              | 16 +++++++++++++++-
 content/docs/cluster-deployment/index.html          | 16 +++++++++++++++-
 content/docs/code-guidelines/index.html             | 16 +++++++++++++++-
 content/docs/core-concept/index.html                | 16 +++++++++++++++-
 content/docs/faq/index.html                         | 16 +++++++++++++++-
 content/docs/motivation/index.html                  | 16 +++++++++++++++-
 content/docs/pull-request/index.html                | 16 +++++++++++++++-
 content/docs/quick-start/index.html                 | 16 +++++++++++++++-
 content/feed.xml                                    |  2 +-
 content/index.html                                  | 14 ++++++++++++++
 .../index.html                                      | 14 ++++++++++++++
 .../index.html                                      | 14 ++++++++++++++
 content/tags/index.html                             | 14 ++++++++++++++
 content/year-archive/index.html                     | 14 ++++++++++++++
 27 files changed, 367 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 3e3d8ce..d0e54bf 100644
--- a/_config.yml
+++ b/_config.yml
@@ -72,9 +72,9 @@ social:
 
 # Analytics
 analytics:
-  provider               : false # false (default), "google", "google-universal", "custom"
+  provider               : "google-universal" # false (default), "google", "google-universal", "custom"
   google:
-    tracking_id          :
+    tracking_id          : "UA-89603173-1"
 
 
 # Site Author

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/404.html
----------------------------------------------------------------------
diff --git a/content/404.html b/content/404.html
index 4b352e9..8f536bc 100644
--- a/content/404.html
+++ b/content/404.html
@@ -357,6 +357,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/about/contact/index.html
----------------------------------------------------------------------
diff --git a/content/about/contact/index.html b/content/about/contact/index.html
index 659f127..e2a197f 100644
--- a/content/about/contact/index.html
+++ b/content/about/contact/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -328,6 +328,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/about/index.html
----------------------------------------------------------------------
diff --git a/content/about/index.html b/content/about/index.html
index 5bc6bf6..87b157e 100644
--- a/content/about/index.html
+++ b/content/about/index.html
@@ -350,6 +350,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/about/team/index.html
----------------------------------------------------------------------
diff --git a/content/about/team/index.html b/content/about/team/index.html
index 5773fed..ddbc5f0 100644
--- a/content/about/team/index.html
+++ b/content/about/team/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -407,6 +407,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/archive-layout-with-content/index.html
----------------------------------------------------------------------
diff --git a/content/archive-layout-with-content/index.html b/content/archive-layout-with-content/index.html
index df174ea..732af95 100644
--- a/content/archive-layout-with-content/index.html
+++ b/content/archive-layout-with-content/index.html
@@ -938,6 +938,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/categories/index.html
----------------------------------------------------------------------
diff --git a/content/categories/index.html b/content/categories/index.html
index 9d248cd..bde2185 100644
--- a/content/categories/index.html
+++ b/content/categories/index.html
@@ -437,6 +437,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/collection-archive/index.html
----------------------------------------------------------------------
diff --git a/content/collection-archive/index.html b/content/collection-archive/index.html
index d4b8eb2..33a38ae 100644
--- a/content/collection-archive/index.html
+++ b/content/collection-archive/index.html
@@ -665,6 +665,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/community/index.html
----------------------------------------------------------------------
diff --git a/content/community/index.html b/content/community/index.html
index 4f663a1..bdecc8b 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -452,6 +452,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/best-practice-broker/index.html
----------------------------------------------------------------------
diff --git a/content/docs/best-practice-broker/index.html b/content/docs/best-practice-broker/index.html
index e496ac7..cd7710f 100644
--- a/content/docs/best-practice-broker/index.html
+++ b/content/docs/best-practice-broker/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -437,6 +437,20 @@ If you just want to make it easy, you may only need a ASYNC_MASTER without SLAVE
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/best-practice-consumer/index.html
----------------------------------------------------------------------
diff --git a/content/docs/best-practice-consumer/index.html b/content/docs/best-practice-consumer/index.html
index c4208fc..11659c6 100644
--- a/content/docs/best-practice-consumer/index.html
+++ b/content/docs/best-practice-consumer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -462,6 +462,20 @@ You can also use CONSUME_FROM_TIMESTAMP to consume messages produced after the s
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/best-practice-namesvr/index.html
----------------------------------------------------------------------
diff --git a/content/docs/best-practice-namesvr/index.html b/content/docs/best-practice-namesvr/index.html
index efba9dc..b6fd286 100644
--- a/content/docs/best-practice-namesvr/index.html
+++ b/content/docs/best-practice-namesvr/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -425,6 +425,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/best-practice-producer/index.html
----------------------------------------------------------------------
diff --git a/content/docs/best-practice-producer/index.html b/content/docs/best-practice-producer/index.html
index 165732a..5c9405e 100644
--- a/content/docs/best-practice-producer/index.html
+++ b/content/docs/best-practice-producer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -470,6 +470,20 @@ In default, you can only create only one producer with the same producer group i
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/cli-admin-tool/index.html
----------------------------------------------------------------------
diff --git a/content/docs/cli-admin-tool/index.html b/content/docs/cli-admin-tool/index.html
index 8cd5002..affc57f 100644
--- a/content/docs/cli-admin-tool/index.html
+++ b/content/docs/cli-admin-tool/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -498,6 +498,20 @@ See 'mqadmin help &lt;command&gt;' for more information on a specific command.
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/cluster-deployment/index.html
----------------------------------------------------------------------
diff --git a/content/docs/cluster-deployment/index.html b/content/docs/cluster-deployment/index.html
index 782dfdf..291d295 100644
--- a/content/docs/cluster-deployment/index.html
+++ b/content/docs/cluster-deployment/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -502,6 +502,20 @@ Assuming binary RocketMQ is at <code class="highlighter-rouge">/home/rocketmq/di
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/code-guidelines/index.html
----------------------------------------------------------------------
diff --git a/content/docs/code-guidelines/index.html b/content/docs/code-guidelines/index.html
index cb9991e..7c9d35c 100644
--- a/content/docs/code-guidelines/index.html
+++ b/content/docs/code-guidelines/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -448,6 +448,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/core-concept/index.html
----------------------------------------------------------------------
diff --git a/content/docs/core-concept/index.html b/content/docs/core-concept/index.html
index cc0e2ef..ffdf22d 100644
--- a/content/docs/core-concept/index.html
+++ b/content/docs/core-concept/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -537,6 +537,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/faq/index.html
----------------------------------------------------------------------
diff --git a/content/docs/faq/index.html b/content/docs/faq/index.html
index a534789..94f0825 100644
--- a/content/docs/faq/index.html
+++ b/content/docs/faq/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -511,6 +511,20 @@ The broadcaset consumption still ensures that a message is consumered at least o
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/motivation/index.html
----------------------------------------------------------------------
diff --git a/content/docs/motivation/index.html b/content/docs/motivation/index.html
index 44b3ffd..a4746d6 100644
--- a/content/docs/motivation/index.html
+++ b/content/docs/motivation/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -500,6 +500,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/pull-request/index.html
----------------------------------------------------------------------
diff --git a/content/docs/pull-request/index.html b/content/docs/pull-request/index.html
index 0314209..c51a90c 100644
--- a/content/docs/pull-request/index.html
+++ b/content/docs/pull-request/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -563,6 +563,20 @@ In this case all subsequent comments will automatically be copied to jira withou
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/docs/quick-start/index.html
----------------------------------------------------------------------
diff --git a/content/docs/quick-start/index.html b/content/docs/quick-start/index.html
index c9bb13a..d607a82 100644
--- a/content/docs/quick-start/index.html
+++ b/content/docs/quick-start/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2016-12-30T21:36:48+08:00">
+  <meta property="article:published_time" content="2016-12-30T22:00:16+08:00">
 
 
 
@@ -486,6 +486,20 @@ Send shutdown request to mqnamesrv<span class="o">(</span>36664<span class="o">)
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index ab2b002..6a2685a 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2016-12-30T21:36:48+08:00</updated><id>//</id><title type="html">Apache RocketMQ</title><subtitle>The homepage of RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, &quot;avatar&quot;=&gt;&quot;/assets/images/rmq-logo.png&quot;, &quot;bio&quot;=&gt;&quot;A fast, low latency, reliable, scalable, distributed MOM.&quot;, &quot;location&quot;=&gt;&quot;Hangzhou, China&quot;, &quot;email&quot;=&gt;&quot;dev@rocketmq.incubator.apache.org&quot;, &quot;uri&quot;=&gt;&quot;http://incubator.staging.apache.org/projects/rocketmq.html&quot;, &quot;bitbucket&quot;=&gt;nil, &quot;codepen&quot;=&gt;nil, &quot;dribbble&quot;=&gt;nil, &quot;flickr&quot;=&gt;nil, &quo
 t;facebook&quot;=&gt;nil, &quot;foursquare&quot;=&gt;nil, &quot;github&quot;=&gt;&quot;apache/incubator-rocketmq&quot;, &quot;google_plus&quot;=&gt;nil, &quot;keybase&quot;=&gt;nil, &quot;instagram&quot;=&gt;nil, &quot;lastfm&quot;=&gt;nil, &quot;linkedin&quot;=&gt;nil, &quot;pinterest&quot;=&gt;nil, &quot;soundcloud&quot;=&gt;nil, &quot;stackoverflow&quot;=&gt;&quot;questions/tagged/rocketmq&quot;, &quot;steam&quot;=&gt;nil, &quot;tumblr&quot;=&gt;nil, &quot;twitter&quot;=&gt;&quot;ApacheRocketMQ&quot;, &quot;vine&quot;=&gt;nil, &quot;weibo&quot;=&gt;nil, &quot;xing&quot;=&gt;nil, &quot;youtube&quot;=&gt;nil, &quot;quora&quot;=&gt;&quot;topic/RocketMQ&quot;}</name><email>dev@rocketmq.incubator.apache.org</email><uri>http://incubator.staging.apache.org/projects/rocketmq.html</uri></author><entry><title type="html">Mastering Component Compatible Dependency</title><link href="/maven/mastering-component-compatible-dependency/" rel="alternate" type="text/html" title="Mastering Component
  Compatible Dependency" /><published>2016-12-23T00:00:00+08:00</published><updated>2016-12-23T00:00:00+08:00</updated><id>/maven/mastering-component-compatible-dependency</id><content type="html" xml:base="/maven/mastering-component-compatible-dependency/">&lt;p&gt;This article mainly includes three parts.at first,I will introduce compatibility principle(more details see &lt;a href=&quot;http://blog.csdn.net/fengjia10/article/details/7799227&quot;&gt;here&lt;/a&gt;) briefly.followed by a detailed elaborating about Java component compatible dependency,including the interface-oriented programming,single component signature protection,single component compatibility protection and multi-component compatibility compile time checking.Finally is the review and prospect,especially about &lt;strong&gt;Dependency Mediator&lt;/strong&gt; project.&lt;/p&gt;
+<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2016-12-30T22:00:16+08:00</updated><id>//</id><title type="html">Apache RocketMQ</title><subtitle>The homepage of RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, &quot;avatar&quot;=&gt;&quot;/assets/images/rmq-logo.png&quot;, &quot;bio&quot;=&gt;&quot;A fast, low latency, reliable, scalable, distributed MOM.&quot;, &quot;location&quot;=&gt;&quot;Hangzhou, China&quot;, &quot;email&quot;=&gt;&quot;dev@rocketmq.incubator.apache.org&quot;, &quot;uri&quot;=&gt;&quot;http://incubator.staging.apache.org/projects/rocketmq.html&quot;, &quot;bitbucket&quot;=&gt;nil, &quot;codepen&quot;=&gt;nil, &quot;dribbble&quot;=&gt;nil, &quot;flickr&quot;=&gt;nil, &quo
 t;facebook&quot;=&gt;nil, &quot;foursquare&quot;=&gt;nil, &quot;github&quot;=&gt;&quot;apache/incubator-rocketmq&quot;, &quot;google_plus&quot;=&gt;nil, &quot;keybase&quot;=&gt;nil, &quot;instagram&quot;=&gt;nil, &quot;lastfm&quot;=&gt;nil, &quot;linkedin&quot;=&gt;nil, &quot;pinterest&quot;=&gt;nil, &quot;soundcloud&quot;=&gt;nil, &quot;stackoverflow&quot;=&gt;&quot;questions/tagged/rocketmq&quot;, &quot;steam&quot;=&gt;nil, &quot;tumblr&quot;=&gt;nil, &quot;twitter&quot;=&gt;&quot;ApacheRocketMQ&quot;, &quot;vine&quot;=&gt;nil, &quot;weibo&quot;=&gt;nil, &quot;xing&quot;=&gt;nil, &quot;youtube&quot;=&gt;nil, &quot;quora&quot;=&gt;&quot;topic/RocketMQ&quot;}</name><email>dev@rocketmq.incubator.apache.org</email><uri>http://incubator.staging.apache.org/projects/rocketmq.html</uri></author><entry><title type="html">Mastering Component Compatible Dependency</title><link href="/maven/mastering-component-compatible-dependency/" rel="alternate" type="text/html" title="Mastering Component
  Compatible Dependency" /><published>2016-12-23T00:00:00+08:00</published><updated>2016-12-23T00:00:00+08:00</updated><id>/maven/mastering-component-compatible-dependency</id><content type="html" xml:base="/maven/mastering-component-compatible-dependency/">&lt;p&gt;This article mainly includes three parts.at first,I will introduce compatibility principle(more details see &lt;a href=&quot;http://blog.csdn.net/fengjia10/article/details/7799227&quot;&gt;here&lt;/a&gt;) briefly.followed by a detailed elaborating about Java component compatible dependency,including the interface-oriented programming,single component signature protection,single component compatibility protection and multi-component compatibility compile time checking.Finally is the review and prospect,especially about &lt;strong&gt;Dependency Mediator&lt;/strong&gt; project.&lt;/p&gt;
 
 &lt;aside class=&quot;sidebar__right&quot;&gt;
 &lt;nav class=&quot;toc&quot;&gt;

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index e0b8737..53e03d1 100644
--- a/content/index.html
+++ b/content/index.html
@@ -397,6 +397,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/maven/mastering-component-compatible-dependency/index.html
----------------------------------------------------------------------
diff --git a/content/maven/mastering-component-compatible-dependency/index.html b/content/maven/mastering-component-compatible-dependency/index.html
index e28de31..0590add 100644
--- a/content/maven/mastering-component-compatible-dependency/index.html
+++ b/content/maven/mastering-component-compatible-dependency/index.html
@@ -722,6 +722,20 @@ setting checkJars to true or nothing to do with this property,it will further an
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html
----------------------------------------------------------------------
diff --git a/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html b/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html
index 29377cf..a85619d 100644
--- a/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html
+++ b/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html
@@ -516,6 +516,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   
   <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/tags/index.html
----------------------------------------------------------------------
diff --git a/content/tags/index.html b/content/tags/index.html
index 851337d..26073e1 100644
--- a/content/tags/index.html
+++ b/content/tags/index.html
@@ -731,6 +731,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/291cefd9/content/year-archive/index.html
----------------------------------------------------------------------
diff --git a/content/year-archive/index.html b/content/year-archive/index.html
index a617a4f..3ae0fa4 100644
--- a/content/year-archive/index.html
+++ b/content/year-archive/index.html
@@ -375,6 +375,20 @@
 
 
 
+  <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-89603173-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+
+
+
+
 
   </body>
 </html>


[2/2] incubator-rocketmq-site git commit: Merge branch 'master' into asf-site

Posted by yu...@apache.org.
Merge branch 'master' into asf-site


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

Branch: refs/heads/asf-site
Commit: e547a203a5962d239ae4d44af954361e4371adc1
Parents: ff01c27 291cefd
Author: yukon <yu...@apache.org>
Authored: Fri Dec 30 22:01:14 2016 +0800
Committer: yukon <yu...@apache.org>
Committed: Fri Dec 30 22:01:14 2016 +0800

----------------------------------------------------------------------
 _config.yml                                         |  4 ++--
 content/404.html                                    | 14 ++++++++++++++
 content/about/contact/index.html                    | 16 +++++++++++++++-
 content/about/index.html                            | 14 ++++++++++++++
 content/about/team/index.html                       | 16 +++++++++++++++-
 content/archive-layout-with-content/index.html      | 14 ++++++++++++++
 content/categories/index.html                       | 14 ++++++++++++++
 content/collection-archive/index.html               | 14 ++++++++++++++
 content/community/index.html                        | 14 ++++++++++++++
 content/docs/best-practice-broker/index.html        | 16 +++++++++++++++-
 content/docs/best-practice-consumer/index.html      | 16 +++++++++++++++-
 content/docs/best-practice-namesvr/index.html       | 16 +++++++++++++++-
 content/docs/best-practice-producer/index.html      | 16 +++++++++++++++-
 content/docs/cli-admin-tool/index.html              | 16 +++++++++++++++-
 content/docs/cluster-deployment/index.html          | 16 +++++++++++++++-
 content/docs/code-guidelines/index.html             | 16 +++++++++++++++-
 content/docs/core-concept/index.html                | 16 +++++++++++++++-
 content/docs/faq/index.html                         | 16 +++++++++++++++-
 content/docs/motivation/index.html                  | 16 +++++++++++++++-
 content/docs/pull-request/index.html                | 16 +++++++++++++++-
 content/docs/quick-start/index.html                 | 16 +++++++++++++++-
 content/feed.xml                                    |  2 +-
 content/index.html                                  | 14 ++++++++++++++
 .../index.html                                      | 14 ++++++++++++++
 .../index.html                                      | 14 ++++++++++++++
 content/tags/index.html                             | 14 ++++++++++++++
 content/year-archive/index.html                     | 14 ++++++++++++++
 27 files changed, 367 insertions(+), 17 deletions(-)
----------------------------------------------------------------------