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:18 UTC

[incubator-dubbo-website] branch master updated (ba051fc -> a67e473)

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

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


    from ba051fc  Modify dubbo-docs url.
     new 187b0fa  Add incubator for Dubbo.
     new 800f0df  Add incubator for Dubbo.
     new c59cb46  Update repository url.
     new a67e473  Use security@dubbo.incubator.apache.org.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _config.yml           | 10 +++++-----
 _config_build.yml     | 10 +++++-----
 _layouts/default.html |  2 +-
 index.md              | 18 +++++++++---------
 4 files changed, 20 insertions(+), 20 deletions(-)

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

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

Posted by hu...@apache.org.
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 800f0df4270ac8edf82e7cb21bc490f93c8d09ac
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Mar 19 17:13:39 2018 +0800

    Add incubator for Dubbo.
---
 _layouts/default.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index 62e8e1a..aa89801 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -36,7 +36,7 @@
       {{ content }}
 
       <footer class="site-footer">
-          <span class="site-footer-credits">&copy; 2012-2017 | dubbo team | visit <a href="https://www.aliyun.com/product/edas">enterprise edition</a> on <a href="https://www.alibabacloud.com"><img class="inline-image" src="images/aliyun.png"/></a></span>
+          <span class="site-footer-credits">&copy; 2012-2018 | Apache Dubbo (incubating) team | visit <a href="https://www.aliyun.com/product/edas">enterprise edition</a> on <a href="https://www.alibabacloud.com"><img class="inline-image" src="images/aliyun.png"/></a></span>
       </footer>
     </section>
 

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

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

Posted by hu...@apache.org.
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.

[incubator-dubbo-website] 03/04: Update repository url.

Posted by hu...@apache.org.
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 c59cb4646c3df4c850dfe40012ffa5cf5028c5d4
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Tue Mar 20 11:29:11 2018 +0800

    Update repository url.
---
 _config.yml       |  6 +++---
 _config_build.yml |  6 +++---
 index.md          | 10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/_config.yml b/_config.yml
index a0e7607..52476b3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,8 +4,8 @@ show_downloads: true
 google_analytics: UA-112489517-1
 theme: jekyll-theme-cayman
 github:
-    zip_url: https://github.com/alibaba/dubbo/zipball/master
-    tar_url: https://github.com/alibaba/dubbo/tarball/master
+    zip_url: https://github.com/apache/incubator-dubbo/zipball/master
+    tar_url: https://github.com/apache/incubator-dubbo/tarball/master
     gitbook_url: books
-    repository_url: https://github.com/alibaba/dubbo
+    repository_url: https://github.com/apache/incubator-dubbo
     is_project_page: true
\ No newline at end of file
diff --git a/_config_build.yml b/_config_build.yml
index a0e7607..52476b3 100644
--- a/_config_build.yml
+++ b/_config_build.yml
@@ -4,8 +4,8 @@ show_downloads: true
 google_analytics: UA-112489517-1
 theme: jekyll-theme-cayman
 github:
-    zip_url: https://github.com/alibaba/dubbo/zipball/master
-    tar_url: https://github.com/alibaba/dubbo/tarball/master
+    zip_url: https://github.com/apache/incubator-dubbo/zipball/master
+    tar_url: https://github.com/apache/incubator-dubbo/tarball/master
     gitbook_url: books
-    repository_url: https://github.com/alibaba/dubbo
+    repository_url: https://github.com/apache/incubator-dubbo
     is_project_page: true
\ No newline at end of file
diff --git a/index.md b/index.md
index 1e3ac95..d4f3c0f 100644
--- a/index.md
+++ b/index.md
@@ -12,7 +12,7 @@ Apache Dubbo (incubating) offers three key functionalities, which include interf
 
 ## [](#quick-start)Quick start
 
-This guide gets you started with dubbo in Java with a simple working example. You could find the complete working samples from directory 'dubbo-demo' in [dubbo project](https://github.com/alibaba/dubbo) on github.
+This guide gets you started with dubbo in Java with a simple working example. You could find the complete working samples from directory 'dubbo-demo' in [dubbo project]({{ site.github.repository_url }}) on github.
 
 #### Prerequisites
 
@@ -132,19 +132,19 @@ public class Consumer {
 * Read this excellent article [Introduction to Dubbo](http://www.baeldung.com/dubbo) to learn more on dubbo's basic features.
 * Dive deep into dubbo user guide ([English]({{ site.github.gitbook_url }}/dubbo-user-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-user-book/)) to find more details.
 * Read dubbo admin guide ([English]({{ site.github.gitbook_url }}/dubbo-admin-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-admin-book/)) for dubbo application administration topics.
-* Interested in how dubbo is designed, or want to contribute? Read dubbo developer guide ([English]({{ site.github.gitbook_url }}/dubbo-dev-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-dev-book/)), and start to [hack the code](https://github.com/alibaba/dubbo).
+* Interested in how dubbo is designed, or want to contribute? Read dubbo developer guide ([English]({{ site.github.gitbook_url }}/dubbo-dev-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-dev-book/)), and start to [hack the code]({{ site.github.repository_url }}).
 * Explore more side projects you may interested from [github dubbo group](https://github.com/dubbo).
 
 ## Post questions
 
-* Developer mailing list. Any questions or suggestions? Subscribe to [developer mailing list](https://github.com/alibaba/dubbo/issues/1393) to discuss with developers.
+* Developer mailing list. Any questions or suggestions? Subscribe to [developer mailing list]({{ site.github.repository_url }}/issues/1393) to discuss with developers.
 * Gitter channel. Join <a href="https://gitter.im/alibaba/dubbo"><img class="inline-image" src="https://badges.gitter.im/alibaba/dubbo.svg"/></a> to discuss with users and developers in real time.
-* Contribute on Github. As dubbo is hosted at [Github](https://github.com/alibaba/dubbo). Feel free to fork it, issue a pull request or report a bug, and join the discussion. 
+* Contribute on Github. As dubbo is hosted at [Github]({{ site.github.repository_url }}). Feel free to fork it, issue a pull request or report a bug, and join the discussion. 
 * Reporting security vulnerability. If you find a security vulnerability, please send an email to security@dubbo.apache.org, which is a private mailing list and nothing will go public unless we announce it.
 
 ## We need your help
 
-We are now collecting dubbo user info in order to help us to improve dubbo better, pls. kindly help us by providing yours on [issue#1012: Wanted: who's using dubbo](https://github.com/alibaba/dubbo/issues/1012), thanks :)
+We are now collecting dubbo user info in order to help us to improve dubbo better, pls. kindly help us by providing yours on [issue#1012: Wanted: who's using dubbo]({{ site.github.repository_url }}/issues/1012), thanks :)
 
 ## DISCLAIMER 
 

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

[incubator-dubbo-website] 04/04: Use security@dubbo.incubator.apache.org.

Posted by hu...@apache.org.
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 a67e4739268c08ba4cea72ffcdaa0efc61eda3eb
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Tue Mar 20 11:37:19 2018 +0800

    Use security@dubbo.incubator.apache.org.
---
 index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.md b/index.md
index d4f3c0f..1f9002f 100644
--- a/index.md
+++ b/index.md
@@ -140,7 +140,7 @@ public class Consumer {
 * Developer mailing list. Any questions or suggestions? Subscribe to [developer mailing list]({{ site.github.repository_url }}/issues/1393) to discuss with developers.
 * Gitter channel. Join <a href="https://gitter.im/alibaba/dubbo"><img class="inline-image" src="https://badges.gitter.im/alibaba/dubbo.svg"/></a> to discuss with users and developers in real time.
 * Contribute on Github. As dubbo is hosted at [Github]({{ site.github.repository_url }}). Feel free to fork it, issue a pull request or report a bug, and join the discussion. 
-* Reporting security vulnerability. If you find a security vulnerability, please send an email to security@dubbo.apache.org, which is a private mailing list and nothing will go public unless we announce it.
+* Reporting security vulnerability. If you find a security vulnerability, please send an email to security@dubbo.incubator.apache.org, which is a private mailing list and nothing will go public unless we announce it.
 
 ## We need your help
 

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