You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/03/20 03:41:19 UTC

[incubator-dubbo-website] 01/04: Add incubator for Dubbo.

This is an automated email from the ASF dual-hosted git repository.

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

commit 187b0fa72fd31f6fe2b8e59aba193aac6178c51e
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Mar 19 17:02:15 2018 +0800

    Add incubator for Dubbo.
---
 _config.yml       | 4 ++--
 _config_build.yml | 4 ++--
 index.md          | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/_config.yml b/_config.yml
index 4158131..a0e7607 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,4 +1,4 @@
-title: DUBBO
+title: Apache Dubbo (incubating)
 description: a high-performance, java based, open source RPC framework
 show_downloads: true
 google_analytics: UA-112489517-1
@@ -8,4 +8,4 @@ github:
     tar_url: https://github.com/alibaba/dubbo/tarball/master
     gitbook_url: books
     repository_url: https://github.com/alibaba/dubbo
-    is_project_page: true
+    is_project_page: true
\ No newline at end of file
diff --git a/_config_build.yml b/_config_build.yml
index 4158131..a0e7607 100644
--- a/_config_build.yml
+++ b/_config_build.yml
@@ -1,4 +1,4 @@
-title: DUBBO
+title: Apache Dubbo (incubating)
 description: a high-performance, java based, open source RPC framework
 show_downloads: true
 google_analytics: UA-112489517-1
@@ -8,4 +8,4 @@ github:
     tar_url: https://github.com/alibaba/dubbo/tarball/master
     gitbook_url: books
     repository_url: https://github.com/alibaba/dubbo
-    is_project_page: true
+    is_project_page: true
\ No newline at end of file
diff --git a/index.md b/index.md
index 3fc3e57..1e3ac95 100644
--- a/index.md
+++ b/index.md
@@ -4,11 +4,11 @@ layout: default
 
 ## [](#introduction)Overview
 
-Dubbo _\|ˈdʌbəʊ\|_ is a high-performance, java based [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) framework open-sourced by Alibaba. As in many RPC systems, dubbo is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a dubbo server to handle client calls. On the client side, the client has a stub that provides the same method [...]
+Apache Dubbo (incubating) _\|ˈdʌbəʊ\|_ is a high-performance, java based [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) framework open-sourced by Alibaba. As in many RPC systems, dubbo is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a dubbo server to handle client calls. On the client side, the client has a stub that prov [...]
 
 ![](images//dubbo-architecture.png)
 
-Dubbo offers three key functionalities, which include interface based remote call, fault tolerance & load balancing, and automatic service registration & discovery. Dubbo framework is widely adopted inside Alibaba and outside by other companies including [jingdong](http://www.jd.com), [dangdang](http://www.dangdang.com), [qunar](https://www.qunar.com), [kaola](https://www.kaola.com), and many others.
+Apache Dubbo (incubating) offers three key functionalities, which include interface based remote call, fault tolerance & load balancing, and automatic service registration & discovery. Apache Dubbo (incubating) framework is widely adopted inside Alibaba and outside by other companies including [jingdong](http://www.jd.com), [dangdang](http://www.dangdang.com), [qunar](https://www.qunar.com), [kaola](https://www.kaola.com), and many others.
 
 ## [](#quick-start)Quick start
 
@@ -58,7 +58,7 @@ public class DemoServiceImpl implements DemoService {
 
 #### Configure service provider
 
-The code snippet below shows how a dubbo service provider is configured with spring framework, which is recommended, however you could also use [API configuration](http://dubbo.io/books/dubbo-user-book-en/configuration/api.html) if it's preferred.
+The code snippet below shows how a dubbo service provider is configured with spring framework, which is recommended, however you could also use [API configuration]({{ site.github.gitbook_url }}/dubbo-user-book-en/configuration/api.html) if it's preferred.
 
 ```xml
 <?xml version="1.0" encoding="UTF-8"?>

-- 
To stop receiving notification emails like this one, please contact
huxing@apache.org.