You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/12/26 11:14:52 UTC

[GitHub] WillemJiang closed pull request #158: Update and fix some pages base on the latest information

WillemJiang closed pull request #158:  Update and fix some pages base on the latest information
URL: https://github.com/apache/servicecomb-website/pull/158
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_data/navigation.yml b/_data/navigation.yml
index c7849931..90d4fa61 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -31,8 +31,6 @@ t:
             url: /docs/quick-start-advance/service-management/
           - title: Distributed Tracing
             url: /docs/quick-start-advance/distributed-tracing/
-      - title: "Data Consistency Solution"
-        url: /docs/quick-start-dataconsistency/
     users:
       - title: Java Chassis
         children:
@@ -121,10 +119,6 @@ t:
         url: /cn/docs/quick-start/
       - title: "微服务应用快速开发"
         url: /cn/docs/quick-start-bmi/
-      - title: Java Chassis系统架构
-        url: /cn/docs/servicecomb-arc/
-      - title: 环境配置
-        url: /cn/docs/setup-environment/
       - title: "微服务开发进阶"
         url: /cn/docs/quick-start-advance/
         children:
@@ -136,8 +130,6 @@ t:
             url: /cn/docs/quick-start-advance/service-management/
           - title: "分布式调用链追踪"
             url: /cn/docs/quick-start-advance/distributed-tracing/
-      - title: "数据一致性解决方案"
-        url: /cn/docs/quick-start-dataconsistency/
 
     users:
       - title: Java Chassis
@@ -163,7 +155,7 @@ t:
       - title: "如何做贡献"
         url: /cn/developers/contributing
       - title: "成为Committer"
-        url: /developers/becomming-a-commiter
+        url: /cn/developers/becomming-a-commiter
       - title: "开发环境准备"
         url: /cn/developers/setup-develop-environment/
       - title: "代码提交指南"
@@ -184,7 +176,7 @@ t:
     faqs:
       - title: "常见问题"
         url: /cn/faqs/
-    
+
     release:
       - title: "Service-Center"
         children:
@@ -209,4 +201,4 @@ t:
           - title: "发布说明"
             url: /cn/release/saga-actuator-release-notes/
           - title: "发布包"
-            url: /cn/release/saga-actuator-downloads/
\ No newline at end of file
+            url: /cn/release/saga-actuator-downloads/
diff --git a/_developers/cn/becomming-a-committer.md b/_developers/cn/becomming-a-committer.md
old mode 100644
new mode 100755
index 0c300a96..54903046
--- a/_developers/cn/becomming-a-committer.md
+++ b/_developers/cn/becomming-a-committer.md
@@ -1,9 +1,9 @@
 ---
-title: "Becomming a Committer"
+title: "成为Committer"
 lang: cn
 ref: becomming-a-committer
 permalink: /cn/developers/becomming-a-commiter
-excerpt: "Becoming a committer of Apache ServiceComb"
+excerpt: "成为committer"
 last_modified_at: 2018-06-19T09:46:01+08:00
 ---
 
@@ -21,7 +21,7 @@ ServiceComb采用了与Apache基金会相同的精英治理模式。 一旦您
 
 除了编码之外,还有多种贡献方式可以在ServiceComb社区中建立信任。例如代码审查,设计讨论,用户支持,社区拓展,文档,项目管理等。
 
-## New Committer Process
+## 新提交者流程
 
 ServiceComb社区参照Apache[发展新提交者流程](http://community.apache.org/newcommitter.html)来发展新的提交者。
 
diff --git a/_developers/cn/developer-guide.md b/_developers/cn/developer-guide.md
index 675a2442..f8b4604a 100755
--- a/_developers/cn/developer-guide.md
+++ b/_developers/cn/developer-guide.md
@@ -12,10 +12,12 @@ last_modified_at: 2017-06-24T19:18:43+08:00
 
 | 项目名                                                                        | 项目简介                   | 编程语言 |
 |-------------------------------------------------------------------------------|----------------------------|----------|
-| [Java Chassis](https://github.com/apache/servicecomb-java-chassis)       | Java微服务框架(SDK)      | Java     |
-| [Service Center](https://github.com/apache/servicecomb-service-center)               | 服务中心(服务注册及发现) | Go       |
-| [Saga](https://github.com/apache/servicecomb-saga)                                   | 微服务数据最终一致性实现   | Java     |
-| [Website](https://github.com/apache/servicecomb-website) | ServiceComb网站            | Markdown |
+| [servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis)       | Java微服务框架(SDK)      | Java     |
+| [servicecomb-service-center](https://github.com/apache/servicecomb-service-center)               | 服务中心(服务注册及发现) | Golang       |
+| [servicecomb-pack](https://github.com/apache/servicecomb-pack)                                   | 支持Saga/TCC等多协议的分布式事务方案   | Java     |
+| [servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator)                                   | 集中式Saga事务协调器   | Java     |
+| [servicecomb-docs](https://github.com/apache/servicecomb-docs) | ServiceComb用户手册            | CSS |
+| [servicecomb-website](https://github.com/apache/servicecomb-website) | ServiceComb网站            | HTML |
 
 参与 ServiceComb 项目并为其作出贡献的方法有很多:代码实现、测试编写、流程工具改进、文档完善等。您可以选择上述任何一个或多个感兴趣的项目进行贡献。具体贡献事宜可参考以下指南:
 
diff --git a/_developers/developer-guide.md b/_developers/developer-guide.md
index 336ce413..fdde3ee8 100755
--- a/_developers/developer-guide.md
+++ b/_developers/developer-guide.md
@@ -8,14 +8,16 @@ last_modified_at: 2017-06-24T19:18:43+08:00
 ---
 {% include toc %}
 
-**ServiceComb** is hosted on [Github](https://github.com/search?q=org%3Aapache+servicecomb), it has the following sub-projects:
+**ServiceComb** is hosted on [Github](https://github.com/apache?q=servicecomb), it has the following sub-projects:
 
 | Project Name | Project Introduction | Programming Language |
 |-------------------------------------------------------------------------------|----------------------------|----------|
-| [Java Chassis](https://github.com/apache/servicecomb-java-chassis)      | Java Microservice Framework(SDK) | Java     |
-| [Service Center](https://github.com/apache/servicecomb-service-center)               | Service registration and discovery | Go       |
-| [Saga](https://github.com/apache/servicecomb-saga)                                   | Data Eventually Consistency Solution for Microservice | Java     |
-| [Website](https://github.com/apache/servicecomb-website) | ServiceComb Website | Markdown |
+| [servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis) | Java Microservice Framework(SDK) | Java |
+| [servicecomb-service-center](https://github.com/apache/servicecomb-service-center) | Service registration and discovery | Golang |
+| [servicecomb-pack](https://github.com/apache/servicecomb-pack) | Distributed transaction schemes,support Saga and TCC | Java |
+| [servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator) | Centralized Saga Transaction Coordinator | Java |
+| [servicecomb-docs](https://github.com/apache/servicecomb-docs) | User manual | CSS |
+| [servicecomb-website](https://github.com/apache/servicecomb-website) | Website | HTML |
 
 There are many ways to get involved in ServiceComb and contribute to it, e.g. submit codes, submit tests, tools improvements, document improvements. You can contribute to one or more interested projects. You can refer to the following guide about how to contribute to this community.
 
diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 8dc4b890..9cadb3ed 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -6,7 +6,7 @@ permalink: /cn/
 header:
   overlay_image: /assets/images/servicecomb-banner-s.png
   caption:
-excerpt: 'ServiceComb提供了一套包含代码框架生成,服务注册发现,负载均衡,服务可靠性(容错熔断,限流降级,调用链追踪)等功能的微服务框架。
+excerpt: '开箱即用、高性能、兼容流行生态、支持多语言的一站式开源微服务解决方案
 
 
 <div class="excerpt-label">下载最新版本:</div>
@@ -20,26 +20,29 @@ intro:
 
 <ul>
   <li>
-    <a href='/cn/docs/release_note_1_0_0'>Apache ServiceComb 1.1.0版本正式发布</a>
+    <a href='/cn/release/'>Apache ServiceComb 发布正式版 1.1.0</a>
   </li>
   <li>
-    <a href='/developers/team/'>Apache ServiceComb 开发团队</a>
+    <a href='/cn/release/saga-downloads/'>Apache ServiceComb Saga 发布最新版 0.2.1</a>
   </li>
   <li>
-    <a href='https://gitter.im/ServiceCombUsers/Lobby'>加入ServiceComb Gitter聊天室</a>
+    <a href='/cn/release/saga-actuator-downloads/'>Apache ServiceComb Saga Actuator 发布最新版 0.3.0</a>
   </li>
-</ul>
-
-<ul>
   <li>
-    <a href='/release/saga-downloads/'>Saga releases 发布最新版 0.2.1</a>
+    <a href=''>Apache ServiceComb 荣获中国开源云联盟组织的中国优秀开源项目一等奖</a>
   </li>
   <li>
-    <a href='/cn/docs/quick-start-dataconsistency/'>号外:现在ServiceComb提供了微服务场景下的数据一致性解决方案Saga!</a>
+    <a href=''>Apache ServiceComb 社区联合传智播客的黑马程序员、博学谷、传智汇子品牌发布微服务化教程</a>
   </li>
+</ul>
+
+<ul>
   <li>
-    <a href='/cn/docs/Apache-ServiceComb-Meetup-2018-Shanghai-Report/'>Apache ServiceComb Meetup -Shanghai 2018.10.12 Report(PPT Download)</a>
+    <a href='https://gitter.im/ServiceCombUsers/Lobby'>欢迎加入 Apache ServiceComb 社区Gitter即时聊天室</a>
   </li>
+  <li>
+    <a href='/cn/developers/team/'>Apache ServiceComb 社区开发团队</a>
+  </li>  
 </ul>
 "
 
@@ -47,17 +50,17 @@ feature_row:
   - image_path: /assets/images/servicecomb-feature-openapi.png
     alt: "标准"
     title: "服务契约"
-    url: /cn/users/service-contract/
-    excerpt: "基于 [OpenAPI](https://www.openapis.org) 的服务契约保障。"
+    url: https://docs.servicecomb.io/java-chassis/zh_CN/build-provider/define-contract.html
+    excerpt: "基于 [OpenAPI](https://www.openapis.org) 的服务契约管理"
   - image_path: /assets/images/servicecomb-feature-quickstart.png
     alt: "高效"
     title: "快速开发"
     url: /cn/docs/quick-start/
-    excerpt: "支持多种服务框架,快速构建云化应用。"
+    excerpt: "一键式脚手架,开箱即用,快速构建微服务应用"
   - image_path: /assets/images/servicecomb-feature-multiLanguage.png
     alt: "多语言"
     title: "多语言"
-    excerpt: "Java/Go等框架级别支持。"
+    excerpt: "生态扩展支持Java/Golang/PHP/NodeJS等多种开发语言"
 ---
 
 {% include feature_row id="intro" type="center" %}
diff --git a/_pages/home.md b/_pages/home.md
index 7c3255d2..9b9dee69 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -6,7 +6,7 @@ permalink: /
 header:
   overlay_image: /assets/images/servicecomb-banner-s.png
   caption:
-excerpt: 'ServiceComb is a microservice framework with full functionality of service management, focus on rapidly development of microservices.
+excerpt: 'Open-Source, Full-Stack Microservice Solution.With out of the box, high performance, compatible with popular ecology, multi-language support
 
 <div class="excerpt-label">Download latest release:</div>
 <div class="button-group">
@@ -18,27 +18,29 @@ intro:
 <div class='excerpt-title'>Latest News</div>
 
 <ul>
-
   <li>
     <a href='/release/'>Apache ServiceComb Release Version 1.1.0</a>
   </li>
   <li>
-    <a href='/developers/team/'>Apache ServiceComb Development Team</a>
+    <a href='/cn/release/saga-downloads/'>Apache ServiceComb Saga releases a new version 0.2.1</a>
+  </li>
+  <li>
+    <a href='/cn/release/saga-actuator-downloads/'>Apache ServiceComb Saga Actuator releases a new version 0.3.0</a>
   </li>
   <li>
-    <a href='/docs/quick-start-dataconsistency/'>ServiceComb now provides data consistency solutions(Saga) in microservice application.</a>
+    <a href=''>Apache ServiceComb won the first prize of China's outstanding open source project organized by China Open Source Cloud Alliance</a>
+  </li>
+  <li>
+    <a href=''>Apache ServiceComb community joint Itcast.cn sub-brand Itheima, Boxuegu and Wisdom Gathering release micro-service tutorial</a>
   </li>
 </ul>
 
 <ul>
   <li>
-    <a href='/release/saga-downloads/'>Saga releases a new version 0.2.1</a>
+    <a href='https://gitter.im/ServiceCombUsers/Lobby'>Welcome to join Apache ServiceComb community at Gitter</a>
   </li>
   <li>
-    <a href='/docs/Apache-ServiceComb-Meetup-2018-Shanghai-Report/'>Apache ServiceComb Meetup -Shanghai 2018.10.12 Report(PPT Download)</a>
-  </li>
-    <li>
-    <a href='https://gitter.im/ServiceCombUsers/Lobby'>Join us at Gitter</a>
+    <a href='/developers/team/'>Apache ServiceComb Development Team</a>
   </li>
 </ul>
 "
@@ -47,17 +49,17 @@ feature_row:
   - image_path: /assets/images/servicecomb-feature-openapi.png
     alt: "Standard"
     title: "Service Contract"
-    url: /users/service-contract/
-    excerpt: "service contract guarantee based on [OpenAPI](https://www.openapis.org)"
+    url: https://docs.servicecomb.io/java-chassis/en_US/build-provider/define-contract.html
+    excerpt: "Service contract guarantee based on [OpenAPI](https://www.openapis.org)"
   - image_path: /assets/images/servicecomb-feature-quickstart.png
     alt: "Efficient"
     title: "Rapid Development"
     url: /docs/quick-start/
-    excerpt: "supports many service frameworks, speed up building of cloud applications"
+    excerpt: "One-click scaffolding, out of the box, speed up building of microservice applications"
   - image_path: /assets/images/servicecomb-feature-multiLanguage.png
     alt: "MultiLanguage"
     title: "Multiple Languages"
-    excerpt: "supports both Java and Go"
+    excerpt: "Ecological extension supports multiple development languages such as Java/Golang/PHP/NodeJS"
 ---
 
 {% include feature_row id="intro" type="center" %}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services