[incubator-dubbo-website] branch asf-site updated: rebuild website

2019-05-23 Thread iluo
This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 03be83b  rebuild website
03be83b is described below

commit 03be83bb5bb7bf51990301323874ac0cd918f00d
Author: Ian Luo 
AuthorDate: Fri May 24 13:24:13 2019 +0800

rebuild website
---
 build/blog.js  |   6 +-
 build/blogDetail.js|   6 +-
 build/community.js |   6 +-
 build/documentation.js |   6 +-
 build/home.js  |   6 +-
 en-us/blog/dubbo2-js.html  |   2 +-
 en-us/blog/dubbo2-js.json  |   2 +-
 en-us/blog/gsoc-2018.html  |   6 +-
 en-us/blog/gsoc-2018.json  |   6 +-
 en-us/blog/prepare-an-apache-release.html  |   5 +-
 en-us/blog/prepare-an-apache-release.json  |   5 +-
 en-us/docs/user/demos/local-call.html  |   2 +-
 en-us/docs/user/demos/local-call.json  |   2 +-
 en-us/docs/user/references/registry/zookeeper.html |   1 +
 en-us/docs/user/references/registry/zookeeper.json |   2 +-
 md_json/blog.json  |  45 ++-
 .../blog/build-new-docker-image-in-dockerhub.html  |  73 
 .../blog/build-new-docker-image-in-dockerhub.json  |  10 +
 zh-cn/blog/dubbo-contribute-to-opensource.html |   2 +-
 zh-cn/blog/dubbo-contribute-to-opensource.json |   2 +-
 zh-cn/blog/dubbo-network-interfaces.html   | 406 +
 zh-cn/blog/dubbo-network-interfaces.json   |  10 +
 zh-cn/blog/dubbo-registry-nacos-integration.html   |   8 +-
 zh-cn/blog/dubbo-registry-nacos-integration.json   |   2 +-
 zh-cn/blog/gsoc-2018.html  |  34 ++
 zh-cn/blog/gsoc-2018.json  |  10 +
 zh-cn/blog/index.html  |   2 +-
 zh-cn/blog/prepare-an-apache-release.html  |   2 +-
 zh-cn/blog/prepare-an-apache-release.json  |   3 +-
 zh-cn/docs/user/references/registry/zookeeper.html |   1 +
 zh-cn/docs/user/references/registry/zookeeper.json |   2 +-
 31 files changed, 630 insertions(+), 45 deletions(-)

diff --git a/build/blog.js b/build/blog.js
index 2093a47..638de8e 100644
--- a/build/blog.js
+++ b/build/blog.js
@@ -1,6 +1,6 @@
-!function(e){function t(r){if(n[r])return n[r].exports;var 
o=n[r]={i:r,l:!1,exports:{}};return 
e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var 
n={};t.m=e,t.c=n,t.i=function(e){return 
e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var
 n=e&&e.__esModule?function(){return e.default}:function(){return e};return 
t.d(n,"a",n),n},t.o=function(e,t){return 
Object.prototype.hasOwnProperty.call(e,t)},t.p="/build/",t(t.s=80) [...]
-  Copyright (c) 2016 Jed Watson.
+!function(e){function t(r){if(n[r])return n[r].exports;var 
o=n[r]={i:r,l:!1,exports:{}};return 
e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var 
n={};t.m=e,t.c=n,t.i=function(e){return 
e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var
 n=e&&e.__esModule?function(){return e.default}:function(){return e};return 
t.d(n,"a",n),n},t.o=function(e,t){return 
Object.prototype.hasOwnProperty.call(e,t)},t.p="/build/",t(t.s=78) [...]
+  Copyright (c) 2017 Jed Watson.
   Licensed under the MIT License (MIT), see
   http://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var 
e=[],t=0;thttp://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var 
e=[],t=0;thttp://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var 
e=[],t=0;thttp://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var 
e=[],t=0;thttp://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var 
e=[],t=0;t


-   
+   


Implementation of cross-language calls by Dubbo2.js
diff --git a/en-us/blog/dubbo2-js.json b/en-us/blog/dubbo2-js.json
index a56bfe6..78021db 100644
--- a/en-us/blog/dubbo2-js.json
+++ b/en-us/blog/dubbo2-js.json
@@ -4,7 +4,7 @@
   "link": "/en-us/blog/dubbo2-js.html",
   "meta": {
 "title": "Implementation of cross-language calls by Dubbo2.js",
-"keywords": "Dubbo, 跨语言, Node, NodeJS, js",
+"keywords": "Dubbo, Cross-language, Node, NodeJS, js",
 "description": "This article introduces how to use Dubbo.js to implement 
cross-language calls."
   }
 }
\ No newline at end of file
diff --git a/en-us/blog/gsoc-2018.html b/en-us/blog/gsoc-2018.html
index 639a2b8..5938ae1 100644
--- a/en-us/blog/gsoc-2018.html
+++ b/en-us/blog/gsoc-2018.htm

[incubator-dubbo-website] branch asf-site updated: rebuild to online download page

2019-04-10 Thread iluo
This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 0771346  rebuild to online download page
0771346 is described below

commit 0771346132f04e8ba7f782da6ddf29cdea3d122a
Author: Ian Luo 
AuthorDate: Thu Apr 11 11:24:12 2019 +0800

rebuild to online download page
---
 en-us/blog/download.html | 30 +++---
 en-us/blog/download.json |  2 +-
 zh-cn/blog/download.html | 30 +++---
 zh-cn/blog/download.json |  2 +-
 4 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/en-us/blog/download.html b/en-us/blog/download.html
index fe93a38..1d89c90 100644
--- a/en-us/blog/download.html
+++ b/en-us/blog/download.html
@@ -31,12 +31,12 @@ Release Notes: https://github.com/apache/incubator-dubbo/releases";>http
 
 2.7.0 (2019-01-29)
 
-https://www.apache.org/dyn/closer.cgi?path=incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip";>source
 |
-https://www.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip.asc";>asc
 |
-https://www.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip.sha512";>sha512
-https://www.apache.org/dyn/closer.cgi?path=incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip";>binary
 |
-https://www.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip.asc";>asc
 |
-https://www.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip.sha512";>sha512
+https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip";>source
 |
+https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip.asc";>asc
 |
+https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip.sha512";>sha512
+https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip";>binary
 |
+https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip.asc";>asc
 |
+https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip.sha512";>sha512
 
 2.6.6 (2019-03-07)
 
@@ -99,12 +99,12 @@ Release Notes: https://github.com/apache/incubator-dubbo-spring-boot-pr
 
 2.7.0 (2019-02-14)
 
-https://www.apache.org/dyn/closer.cgi?path=incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip";>source
 |
-https://www.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip.asc";>asc
 |
-https://www.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip.sha512";>sha512
-https://www.apache.org/dyn/closer.cgi?path=incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip";>binary
 |
-https://www.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip.asc";>asc
 |
-https://www.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip.sha512";>sha512
+https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip";>source
 |
+https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip.asc";>asc
 |
+https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip.sha512";>sha512
+https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip";>binary
 |
+https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip.asc";>asc
 |
+https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip.sha512";>sha512
 
 0.2.1 (2019-01-27)
 
@@ -131,9 +131,9 @@ Release Notes: https://github.com/apache/incubator-dubbo-admin/releases
 
 0.1 (2019-02-15)
 
-https://www.apache.org/dyn/closer.cgi?path=incubator/dubbo/dubbo-ops/0.1/apache-dubbo-ops-incubating-0.1-source-release.zip";>source
 |
-https://www.apache.org/dist/incubator/dubbo/dubbo-ops/0.1/apache-dubbo-ops-incubating-0.1-source-release.zip.asc";>asc
 |
-https://www.apache.org/dist/incubator/dubbo/dubbo-ops/0.1/apache-dubbo-ops-incubating-0.1-source-release.zip.sha512";>sha512
+https://archive.apache.org/dist/incubator/dubbo

[incubator-dubbo-website] branch asf-site updated: rebuild

2018-08-14 Thread jerrick
This is an automated email from the ASF dual-hosted git repository.

jerrick pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 43c1c67  rebuild
43c1c67 is described below

commit 43c1c67fd5bb53e013c56c9358fa9a2c5fb203c8
Author: zhuyong 
AuthorDate: Wed Aug 15 11:14:33 2018 +0800

rebuild
---
 .../{Prepare-an-Apache-release.html => prepare-an-apache-release.html}| 0
 .../{Prepare-an-Apache-release.json => prepare-an-apache-release.json}| 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/zh-cn/blog/Prepare-an-Apache-release.html 
b/zh-cn/blog/prepare-an-apache-release.html
similarity index 100%
rename from zh-cn/blog/Prepare-an-Apache-release.html
rename to zh-cn/blog/prepare-an-apache-release.html
diff --git a/zh-cn/blog/Prepare-an-Apache-release.json 
b/zh-cn/blog/prepare-an-apache-release.json
similarity index 100%
rename from zh-cn/blog/Prepare-an-Apache-release.json
rename to zh-cn/blog/prepare-an-apache-release.json



[incubator-dubbo-website] branch asf-site updated: rebuild

2018-07-04 Thread iluo
This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new b13ec7e  rebuild
b13ec7e is described below

commit b13ec7ecdb8f3dd7598aeca1670616edb4a76a44
Author: beiwei30 
AuthorDate: Thu Jul 5 10:08:54 2018 +0800

rebuild
---
 build/0301ee43e163c5a589b9.js |   6 +
 build/0ac4179c5b27ee633e2f.js |   6 +
 build/36209c6332a681b4fb52.js |   6 +
 build/61345feb1301a9da7275.js |   6 +
 build/c4188430db3a85a9bce7.js |   6 +
 build/page.css| 999 --
 build/page.js |   7 +-
 7 files changed, 31 insertions(+), 1005 deletions(-)

diff --git a/build/0301ee43e163c5a589b9.js b/build/0301ee43e163c5a589b9.js
new file mode 100644
index 000..90f8bf3
--- /dev/null
+++ b/build/0301ee43e163c5a589b9.js
@@ -0,0 +1,6 @@
+webpackJsonp([4],[,,function(e,t,n){"use strict";function r(e){return 
e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new 
TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new 
ReferenceError("this hasn't been initialised - super() hasn't been 
called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function 
a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression 
must either be null or a function, not  [...]
+  Copyright (c) 2016 Jed Watson.
+  Licensed under the MIT License (MIT), see
+  http://jedwatson.github.io/classnames
+*/
+!function(){"use strict";function n(){for(var 
e=[],t=0;thttp://jedwatson.github.io/classnames
+*/
+!function(){"use strict";function n(){for(var 
e=[],t=0;thttp://jedwatson.github.io/classnames
+*/
+!function(){"use strict";function t(){for(var 
n=[],e=0;ehttp://jedwatson.github.io/classnames
+*/
+!function(){"use strict";function e(){for(var 
s=[],n=0;nhttp://jedwatson.github.io/classnames
+*/
+!function(){"use strict";function n(){for(var 
e=[],t=0;t img {
-  position: absolute;
-  z-index: -1;
-  left: 0;
-  top: -36px;
-  width: 1494px;
-  height: 318px; }
-  .home-page .top-section .product-name {
-position: relative;
-display: inline-block; }
-.home-page .top-section .product-name h2 {
-  font-family: Avenir-Heavy;
-  font-size: 46px;
-  color: #FFF;
-  text-align: center;
-  word-break: break-word;
-  margin: 0; }
-.home-page .top-section .product-name img {
-  width: 99px;
-  position: absolute;
-  right: -84px;
-  top: -30px; }
-  @media screen and (max-width: 500px) {
-.home-page .top-section .product-name img {
-  right: -15px; } }
-  .home-page .top-section .product-desc {
-opacity: 0.6;
-font-family: Avenir-Medium;
-font-size: 24px;
-color: #FFF;
-text-align: center;
-margin: 22px auto 0;
-max-width: 730px; }
-  .home-page .top-section .button-area {
-text-align: center;
-margin-top: 48px; }
-.home-page .top-section .button-area .button {
-  display: inline-block;
-  background-color: #fff;
-  border-radius: 4px;
-  width: 140px;
-  height: 54px;
-  line-height: 54px;
-  color: #2DACEC;
-  font-family: Avenir-Heavy;
-  font-size: 14px;
-  color: #2DACEC;
-  text-align: center; }
-
-.home-page .introduction-section {
-  background: #F9FAFA; }
-  .home-page .introduction-section .introduction-body {
-max-width: 1280px;
-box-sizing: border-box;
-margin: 0 auto;
-min-height: 640px;
-padding: 0 40px;
-position: relative;
-display: flex;
-flex-wrap: wrap;
-align-items: center;
-justify-content: space-between; }
-.home-page .introduction-section .introduction-body::before {
-  content: '';
-  position: absolute;
-  top: 0;
-  left: 40px;
-  height: 155px;
-  opacity: 0.3;
-  border-right: 1px solid #666; }
-.home-page .introduction-section .introduction-body::after {
-  content: '';
-  position: absolute;
-  left: 39px;
-  top: 138px;
-  width: 3px;
-  height: 17px;
-  background-image: linear-gradient(0deg, #03DDE4 0%, #30AFED 51%, #8755FF 
100%); }
-.home-page .introduction-section .introduction-body .introduction {
-  display: inline-block;
-  width: calc(100% - 726px);
-  min-width: 300px;
-  max-width: 590px; }
-  .home-page .introduction-section .introduction-body .introduction h3 {
-font-family: Avenir-Heavy;
-font-size: 36px;
-color: #333;
-margin-bottom: 40px;
-word-break: break-word; }
-  .home-page .introduction-section .introduction-body .introduction p {
-opacity: 0.56;
-font-family: Avenir-Medium;
-font-size: 18px;
-color: #999; }
-.home-page .introduction-section .introduction-body img {
-  width: 530p