This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 83ff6fd6 publish website (#331)
83ff6fd6 is described below
commit 83ff6fd651c01d67e2b1070a0073ec4faa68b2b2
Author: liubao68 <[email protected]>
AuthorDate: Tue Nov 26 11:44:07 2024 +0800
publish website (#331)
---
content/_pages/cn/home/index.html | 365 -------------------------
content/cn/index.html | 509 +++++++++++++++++++++++++++++++++++
content/feed.xml | 2 +-
content/{_pages/home => }/index.html | 241 +++++++++++++----
content/sitemap.xml | 116 ++++----
5 files changed, 760 insertions(+), 473 deletions(-)
diff --git a/content/_pages/cn/home/index.html
b/content/_pages/cn/home/index.html
deleted file mode 100644
index 32af7eae..00000000
--- a/content/_pages/cn/home/index.html
+++ /dev/null
@@ -1,365 +0,0 @@
-<!doctype html>
-<!--
- Minimal Mistakes Jekyll Theme 4.4.1 by Michael Rose
- Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
- Free for personal and commercial use under the MIT license
- https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
--->
-<html lang="en" class="no-js">
- <head>
- <meta charset="utf-8">
-
-<!-- begin SEO -->
-
-
-
-
-
-
-
-
-
-<title>Apache ServiceComb</title>
-
-
-
-
-<meta name="description" content="The homepage of ServiceComb">
-
-
-
-
-<meta name="author" content="">
-
-<meta property="og:locale" content="en_US">
-<meta property="og:site_name" content="Apache ServiceComb">
-<meta property="og:title" content="Apache ServiceComb">
-
-
- <link rel="canonical"
href="https://github.com/pages/apache/incubator-servicecomb-website/_pages/cn/home/">
- <meta property="og:url"
content="https://github.com/pages/apache/incubator-servicecomb-website/_pages/cn/home/">
-
-
-
-
-
- <meta name="twitter:site" content="@ServiceComb">
- <meta name="twitter:title" content="Apache ServiceComb">
- <meta name="twitter:description" content="The homepage of ServiceComb">
- <meta name="twitter:url" content="">
-
-
- <meta name="twitter:card" content="summary">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <script type="application/ld+json">
- {
- "@context" : "http://schema.org",
- "@type" : "Person",
- "name" : "Apache ServiceComb",
- "url" : "https://github.com/pages/apache/incubator-servicecomb-website",
- "sameAs" : null
- }
- </script>
-
-
-
- <meta name="google-site-verification"
content="HvJjNd7vvJ-yjSTHlBiIWEYxp_Hrz-PYEY5Idz9LRcA" />
-
-
-
-
-<!-- end SEO -->
-
-
-<link href="/feed.xml" type="application/atom+xml" rel="alternate"
title="Apache ServiceComb Feed">
-
-<!-- http://t.co/dKP3o1e -->
-<meta name="HandheldFriendly" content="True">
-<meta name="MobileOptimized" content="320">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-<script>
- document.documentElement.className =
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
-</script>
-<script
src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js"></script>
-<script src="/assets/vendor/prism/prism.js"></script>
-
-<script type="text/javascript" async
-
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
-</script>
-
-<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
crossorigin="anonymous">
-
-<script src="https://www.apachecon.com/event-images/snippet.js"></script>
-<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
-<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
-<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
-<!-- For all browsers -->
-<link rel="stylesheet" href="/assets/css/main.css">
-<link rel="stylesheet" href="/assets/vendor/prism/prism.css">
-
-<!--[if lte IE 9]>
- <style>
- /* old IE unsupported flexbox fixes */
- .greedy-nav .site-title {
- padding-right: 3em;
- }
- .greedy-nav button {
- position: absolute;
- top: 0;
- right: 0;
- height: 100%;
- }
- </style>
-<![endif]-->
-
-<meta http-equiv="cleartype" content="on">
-
- <!-- start custom head snippets -->
-
-<!-- insert favicons. use http://realfavicongenerator.net/ -->
-<link
href="https://fonts.loli.net/css?family=Roboto:400,500,700|Source+Code+Pro"
rel="stylesheet">
-<script src="/assets/js/custom.js"></script>
-<!-- end custom head snippets -->
-
- </head>
-
- <body class="layout--single">
-
- <!--[if lt IE 9]>
-<div class="notice--danger align-center" style="margin: 0;">You are using an
<strong>outdated</strong> browser. Please <a
href="http://browsehappy.com/">upgrade your browser</a> to improve your
experience.</div>
-<![endif]-->
- <div class="masthead" onmouseleave="$('#childrenShow').css('display',
'none')">
- <div class="masthead__inner-wrap">
- <div class="masthead__menu">
- <nav id="site-nav" class="greedy-nav">
-
- <a class="site-title active" href="/"><img
src="https://www.apache.org/img/servicecomb.png"></a>
-
- <ul class="visible-links">
-
- </ul>
- <button><div class="navicon"></div></button>
- <ul class="hidden-links hidden"></ul>
- <div class="nav-lang">
-
-
- <a href=/cn/_pages/cn/home/>中文</a>
-
- </div>
- </nav>
- </div>
- </div>
-</div>
-
-
-
-
-
-
-<div id="main" role="main">
-
- <div class="sidebar sticky">
-
- <div class="back-to-home"><a href="/">Home</a> > </div>
-
-
-
-
-
-
-
-
-
-
-
-<nav class="nav__list">
-
- <input id="ac-toc" name="accordion-toc" type="checkbox" />
- <label for="ac-toc">Toggle Menu</label>
- <ul class="nav__items">
-
- </ul>
-</nav>
-
-
-
- </div>
-
-
-
- <article class="page" itemscope itemtype="http://schema.org/CreativeWork">
-
-
-
-
-
- <div class="page__inner-wrap">
-
-
- <section class="page__content" itemprop="text">
-
-<div class="feature__wrapper">
-
-
-
-</div>
-
-<div class="normal-feature-row">
-
-
-<div class="feature__wrapper">
-
-
-
-</div>
-</div>
-
-
- </section>
-
- <footer class="page__meta">
-
-
-
-
-
- </footer>
-
-
-
-
-
- </div>
-
-
- </article>
-
-
-
-</div>
-
-
- <script async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
- <div align="center" style="margin: 0 0;">
- <ins class="adsbygoogle"
- style="display:block; border-bottom: initial;"
- data-ad-client="ca-pub-7328585512091257"
- data-ad-slot="3049671934"
- data-ad-format="auto"></ins>
- </div>
-
- <div class="page__footer">
- <footer>
- <!-- start custom footer snippets -->
-
-<!-- end custom footer snippets -->
-
- <div class="container">
- <div class="row justify-content-md-center">
-
- <div class="col">
- <ul>
- <p class="header">Events</p>
- <a class="acevent" data-format="square" data-mode="dark"
data-event="random"></a>
- </ul>
- </div>
- <div class="col">
- <ul>
- <p class="header">Resources</p>
- <li><a href="/docs/getting-started/">Getting Started</a></li>
- <li><a href="/docs/users/">User Guide</a></li>
- <li><a href="/slides/">Workshop Slides</a></li>
- <li><a href="/users/faq/">Frequently Asked Questions</a></li>
- </ul>
- </div>
- <div class="col">
- <ul>
- <p class="header">ASF</p>
- <li><a href="http://www.apache.org">Foundation</a></li>
- <li><a href="http://www.apache.org/licenses/">License</a></li>
- <li><a
href="http://www.apache.org/events/current-event">Events</a></li>
- <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
- <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
- </ul>
- </div>
- <div class="col">
- <ul>
- <p class="header">Contribute</p>
- <li><a href="http://issues.apache.org/jira/browse/SCB">Report a Doc
Issue</a></li>
- <li><a
href="https://github.com/apache/servicecomb-website/edit/master/_pages/cn/home.md">Edit
This Page on Github</a></li>
- <li><a href="/developers/submit-codes/">Code Submit Guide</a></li>
- <li><a href="/security">Security</a></li>
- </ul>
- </div>
- <div class="col">
- <ul class="social-icons">
- <p class="header">Community</p>
- <li>
- <a href="mailto:[email protected]"
rel="nofollow"><span class="mail">Mailing List</span></a>
- </li>
- <li>
- <a href="https://github.com/apache?q=ServiceComb"
target="_blank"><span class="github">Github</span></a>
- </li>
- <li>
- <a href="https://twitter.com/ServiceComb" target="_blank"><span
class="twitter">Twitter</span></a>
- </li>
- <li>
- <a href="/feed.xml" target="_blank"><span
class="rss">Feed</span></a>
- </li>
- </ul>
- </div>
- </div>
-</div>
-<div class="page__footer-bottom">
- <div>© 2024 Apache ServiceComb. Powered by <a
href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a
href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/"
rel="nofollow">Minimal Mistakes</a>.</div>
- <div>All other marks mentioned may be trademarks or registered trademarks of
their respective owners.</div>
-</div>
-
- </footer>
- </div>
-
- <script src="/assets/js/main.min.js"></script>
-
-
-
-
- <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','https://www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-101622733-1', 'auto');
- ga('send', 'pageview');
-</script>
-
-
-
-
-
-
-
- </body>
-</html>
diff --git a/content/cn/index.html b/content/cn/index.html
new file mode 100644
index 00000000..74e567b0
--- /dev/null
+++ b/content/cn/index.html
@@ -0,0 +1,509 @@
+<!doctype html>
+<!--
+ Minimal Mistakes Jekyll Theme 4.4.1 by Michael Rose
+ Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
+ Free for personal and commercial use under the MIT license
+ https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
+-->
+<html lang="cn" class="no-js">
+ <head>
+ <meta charset="utf-8">
+
+<!-- begin SEO -->
+
+
+
+
+
+
+
+
+
+<title>Apache ServiceComb</title>
+
+
+
+
+<meta name="description" content="Apache ServiceComb Java Chassis是一个实现Open
API规范的RPC框架,提供了配置管理、服务发现、动态路由、可观察性和服务治理功能。 开始 ">
+
+
+
+
+<meta name="author" content="">
+
+<meta property="og:locale" content="cn">
+<meta property="og:site_name" content="Apache ServiceComb">
+<meta property="og:title" content="Apache ServiceComb">
+
+
+ <link rel="canonical"
href="https://github.com/pages/apache/incubator-servicecomb-website/cn/">
+ <meta property="og:url"
content="https://github.com/pages/apache/incubator-servicecomb-website/cn/">
+
+
+
+ <meta property="og:description" content="Apache ServiceComb Java
Chassis是一个实现Open API规范的RPC框架,提供了配置管理、服务发现、动态路由、可观察性和服务治理功能。 开始 ">
+
+
+
+ <meta name="twitter:site" content="@ServiceComb">
+ <meta name="twitter:title" content="Apache ServiceComb">
+ <meta name="twitter:description" content="Apache ServiceComb Java
Chassis是一个实现Open API规范的RPC框架,提供了配置管理、服务发现、动态路由、可观察性和服务治理功能。 开始 ">
+ <meta name="twitter:url" content="">
+
+
+ <meta name="twitter:card" content="summary">
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <meta property="og:image" content="/assets/images/servicecomb-banner-s.png">
+
+
+
+
+
+
+
+
+
+
+ <script type="application/ld+json">
+ {
+ "@context" : "http://schema.org",
+ "@type" : "Person",
+ "name" : "Apache ServiceComb",
+ "url" : "https://github.com/pages/apache/incubator-servicecomb-website",
+ "sameAs" : null
+ }
+ </script>
+
+
+
+ <meta name="google-site-verification"
content="HvJjNd7vvJ-yjSTHlBiIWEYxp_Hrz-PYEY5Idz9LRcA" />
+
+
+
+
+<!-- end SEO -->
+
+
+<link href="/feed.xml" type="application/atom+xml" rel="alternate"
title="Apache ServiceComb Feed">
+
+<!-- http://t.co/dKP3o1e -->
+<meta name="HandheldFriendly" content="True">
+<meta name="MobileOptimized" content="320">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+<script>
+ document.documentElement.className =
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+</script>
+<script
src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js"></script>
+<script src="/assets/vendor/prism/prism.js"></script>
+
+<script type="text/javascript" async
+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
+</script>
+
+<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
crossorigin="anonymous">
+
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
+<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
+<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
+<!-- For all browsers -->
+<link rel="stylesheet" href="/assets/css/main.css">
+<link rel="stylesheet" href="/assets/vendor/prism/prism.css">
+
+<!--[if lte IE 9]>
+ <style>
+ /* old IE unsupported flexbox fixes */
+ .greedy-nav .site-title {
+ padding-right: 3em;
+ }
+ .greedy-nav button {
+ position: absolute;
+ top: 0;
+ right: 0;
+ height: 100%;
+ }
+ </style>
+<![endif]-->
+
+<meta http-equiv="cleartype" content="on">
+
+ <!-- start custom head snippets -->
+
+<!-- insert favicons. use http://realfavicongenerator.net/ -->
+<link
href="https://fonts.loli.net/css?family=Roboto:400,500,700|Source+Code+Pro"
rel="stylesheet">
+<script src="/assets/js/custom.js"></script>
+<!-- end custom head snippets -->
+
+ </head>
+
+ <body class="layout--splash">
+
+ <!--[if lt IE 9]>
+<div class="notice--danger align-center" style="margin: 0;">You are using an
<strong>outdated</strong> browser. Please <a
href="http://browsehappy.com/">upgrade your browser</a> to improve your
experience.</div>
+<![endif]-->
+ <div class="masthead" onmouseleave="$('#childrenShow').css('display',
'none')">
+ <div class="masthead__inner-wrap">
+ <div class="masthead__menu">
+ <nav id="site-nav" class="greedy-nav">
+
+ <a class="site-title active" href="/cn"><img
src="https://www.apache.org/img/servicecomb.png"></a>
+
+ <ul class="visible-links">
+
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a class="active" href="/cn/">首页</a>
+
+
+
+ </li>
+
+
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a href="/cn/developers/">项目</a>
+
+
+
+ </li>
+
+
+
+
+
+
+ <li class="def-nav-li"
onmouseenter="$('#childrenShow').css('display', 'block')">
+
+
+
+
+
+ <a href="/cn/docs/users/">文档</a>
+
+
+ <ul id="childrenShow" class="def-children-show-cn"
onmouseleave="$('#childrenShow').css('display', 'none')">
+
+ <li><a href="/cn/docs/getting-started/" class="">入门指南</a></li>
+
+ <li><a href="/cn/docs/users/" class="">用户手册</a></li>
+
+ <li><a href="/cn/slides/" class="">大咖视频</a></li>
+
+ <li><a href="/cn/faqs/" class="">常见问题</a></li>
+
+ </ul>
+ </li>
+
+
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a href="/cn/year-archive/">博文</a>
+
+
+
+ </li>
+
+
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a href="/cn/release/">下载</a>
+
+
+
+ </li>
+
+
+ </ul>
+ <button><div class="navicon"></div></button>
+ <ul class="hidden-links hidden"></ul>
+ <div class="nav-lang">
+
+
+
+ <a href=/>English</a>
+
+ </div>
+ </nav>
+ </div>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+<div class="page__hero--overlay"
+ style=" background-image: url('/assets/images/servicecomb-banner-s.png');"
+>
+
+ <div class="wrapper">
+ <h1 class="page__title" itemprop="headline">
+
+ Apache ServiceComb
+
+
+ </h1>
+
+ <p class="page__lead">Apache ServiceComb Java Chassis是一个实现Open
API规范的RPC框架,提供了配置管理、服务发现、动态路由、可观察性和服务治理功能。
+<div class="button-group def-inline-block"> <a
href="/references/java-chassis/zh_CN/start/first-sample.html"
class="home-button btn--info">开始</a> </div>
+</p>
+
+
+
+ </div>
+
+
+</div>
+
+
+
+<div role="main" class="home-page">
+ <article class="splash" itemscope itemtype="http://schema.org/CreativeWork">
+
+ <meta itemprop="description" content="Apache ServiceComb Java
Chassis是一个实现Open API规范的RPC框架,提供了配置管理、服务发现、动态路由、可观察性和服务治理功能。 开始 ">
+
+
+
+ <section class="page__content" itemprop="text">
+
+<div class="feature__wrapper">
+
+
+
+
+
+ <div class="feature__item--center">
+ <div class="archive__item">
+
+
+ <div class="archive__item-body">
+
+
+
+ <div class="archive__item-excerpt">
+ <div class="excerpt-title">最新新闻</div>
+<style>left_ul li{width:100%} </style>
+<ul class="left_ul"> <li> <a
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb
Java-Chassis 发布 3.2.3</a> </li> <li> <a
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb
Java-Chassis 发布 3.2.2</a> </li> <li> <a
href="/cn/release/service-center-downloads/">Apache ServiceComb Service-Center
发布 2.2.0</a> </li> <li> <a href="/cn/release/toolkit-downloads">Apache
ServiceComb Toolkit 发布0.2.0</a> </li> </ul>
+<ul> <li> <a
href="/cn/docs/servicecomb-accept-newcapec-institute-code-donation">Apache
ServiceComb 社区接受新开普软件研究院的代码捐赠</a> </li> <li> <a
href="/cn/docs/Apache-ServiceComb-Meetup-2019-Shanghai-KubeCon+CloudNative+OSS-Report">Apache
ServiceComb 社区meetup及新品发布</a> </li> <li> <a href="">Apache ServiceComb
荣获中国开源云联盟组织的中国优秀开源项目一等奖</a> </li> <li> <a
href="/cn/docs/chuanzhiboke-servicecomb-tutoria-release/">Apache ServiceComb
社区联合传智播客的黑马程序员、博学谷、传智汇子品牌发布微服务化教程</a> </li> </ul>
+
+ </div>
+
+ </div>
+ </div>
+ </div>
+
+
+</div>
+
+<div class="normal-feature-row">
+
+
+<div class="feature__wrapper">
+
+
+
+
+
+ <div class="feature__item">
+ <div class="archive__item">
+
+ <div class="archive__item-teaser">
+
+ <img src="/assets/images/servicecomb-feature-openapi.png" alt="标准"
/>
+
+ </div>
+
+
+ <div class="archive__item-body">
+
+ <a class="archive__item-title">服务契约</a>
+
+
+
+ <div class="archive__item-excerpt">
+ <p>基于 <a href="https://www.openapis.org">OpenAPI</a> 的服务契约管理</p>
+
+ </div>
+
+ </div>
+ </div>
+ </div>
+
+
+
+
+ <div class="feature__item">
+ <div class="archive__item">
+
+ <div class="archive__item-teaser">
+
+ <img src="/assets/images/servicecomb-feature-quickstart.png"
alt="高效" />
+
+ </div>
+
+
+ <div class="archive__item-body">
+
+ <a class="archive__item-title">快速开发</a>
+
+
+
+ <div class="archive__item-excerpt">
+ <p>一键式脚手架,开箱即用,快速构建微服务应用</p>
+
+ </div>
+
+ </div>
+ </div>
+ </div>
+
+
+</div>
+</div>
+
+ </section>
+ </article>
+</div>
+
+
+ <script async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+ <div align="center" style="margin: 0 0;">
+ <ins class="adsbygoogle"
+ style="display:block; border-bottom: initial;"
+ data-ad-client="ca-pub-7328585512091257"
+ data-ad-slot="3049671934"
+ data-ad-format="auto"></ins>
+ </div>
+
+ <div class="page__footer">
+ <footer>
+ <!-- start custom footer snippets -->
+
+<!-- end custom footer snippets -->
+
+ <div class="container">
+ <div class="row justify-content-md-center">
+
+ <div class="col">
+ <ul>
+ <p class="header">活动</p>
+ <a class="acevent" data-format="square" data-mode="dark"
data-event="random"></a>
+ </ul>
+ </div>
+ <div class="col">
+ <ul>
+ <p class="header">资源</p>
+ <li><a href="/cn/docs/getting-started/">入门指南</a></li>
+ <li><a href="/cn/docs/users/">用户指南</a></li>
+ <li><a href="/cn/slides/">资料</a></li>
+ <li><a href="/cn/users/faq/">常见问题</a></li>
+ </ul>
+ </div>
+ <div class="col">
+ <ul>
+ <p class="header">ASF</p>
+ <li><a href="http://www.apache.org">基金会</a></li>
+ <li><a href="http://www.apache.org/licenses/">许可证</a></li>
+ <li><a href="http://www.apache.org/events/current-event">活动</a></li>
+ <li><a
href="http://www.apache.org/foundation/sponsorship.html">赞助</a></li>
+ <li><a href="http://www.apache.org/foundation/thanks.html">鸣谢</a></li>
+ </ul>
+ </div>
+ <div class="col">
+ <ul>
+ <p class="header">贡献</p>
+ <li><a href="http://issues.apache.org/jira/browse/SCB">报告本网页问题</a></li>
+ <li><a
href="https://github.com/apache/servicecomb-website/edit/master/_pages/cn/home.md">在Github上编辑此页</a></li>
+ <li><a href="/cn/developers/submit-codes/">代码提交指南</a></li>
+ <li><a href="/cn/security">安全</a></li>
+ </ul>
+ </div>
+ <div class="col">
+ <ul class="social-icons">
+ <p class="header">社区</p>
+ <li>
+ <a href="mailto:[email protected]"
rel="nofollow"><span class="mail">邮件列表</span></a>
+ </li>
+ <li>
+ <a href="https://github.com/apache?q=ServiceComb"
target="_blank"><span class="github">Github</span></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/ServiceComb" target="_blank"><span
class="twitter">Twitter</span></a>
+ </li>
+ <li>
+ <a href="/feed.xml" target="_blank"><span
class="rss">Feed</span></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+</div>
+<div class="page__footer-bottom">
+ <div>© 2024 Apache ServiceComb. 技术来自于 <a href="http://jekyllrb.com"
rel="nofollow">Jekyll</a> & <a
href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/"
rel="nofollow">Minimal Mistakes</a>.</div>
+ <div>All other marks mentioned may be trademarks or registered trademarks of
their respective owners.</div>
+</div>
+
+ </footer>
+ </div>
+
+ <script src="/assets/js/main.min.js"></script>
+
+
+
+
+ <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','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-101622733-1', 'auto');
+ ga('send', 'pageview');
+</script>
+
+
+
+
+
+
+
+ </body>
+</html>
diff --git a/content/feed.xml b/content/feed.xml
index d86c1210..c17dac38 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.9.0">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2024-11-26T11:26:10+08:00</updated><id>/feed.xml</id><title
type="html">Apache ServiceComb</title><subtitle>The homepage of
ServiceComb</subtitle><author><name>{"name"=>nil,
"avatar"=>" [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.9.0">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2024-11-26T11:42:50+08:00</updated><id>/feed.xml</id><title
type="html">Apache ServiceComb</title><subtitle>The homepage of
ServiceComb</subtitle><author><name>{"name"=>nil,
"avatar"=>" [...]
<p>本次讲座得到广东工业大学计算机院学生会同学们的鼎力支持和参与。报名通道开放后,报名人数迅速达到150+,活动放在学校报告厅举办。即便在周日,同学们的热情仍然很高,给广东工业大学的同学们点赞。</p>
diff --git a/content/_pages/home/index.html b/content/index.html
similarity index 53%
rename from content/_pages/home/index.html
rename to content/index.html
index 413d0fd5..96ef6986 100644
--- a/content/_pages/home/index.html
+++ b/content/index.html
@@ -24,28 +24,30 @@
-<meta name="description" content="The homepage of ServiceComb">
+<meta name="description" content="Apache ServiceComb Java Chassis is an RPC
framework that implements Open API specification, providing configuration
management, service discovery, dynamic routing, observability, and service
governance features. Get started ">
<meta name="author" content="">
-<meta property="og:locale" content="en_US">
+<meta property="og:locale" content="en">
<meta property="og:site_name" content="Apache ServiceComb">
<meta property="og:title" content="Apache ServiceComb">
- <link rel="canonical"
href="https://github.com/pages/apache/incubator-servicecomb-website/_pages/home/">
- <meta property="og:url"
content="https://github.com/pages/apache/incubator-servicecomb-website/_pages/home/">
+ <link rel="canonical"
href="https://github.com/pages/apache/incubator-servicecomb-website/">
+ <meta property="og:url"
content="https://github.com/pages/apache/incubator-servicecomb-website/">
+ <meta property="og:description" content="Apache ServiceComb Java Chassis is
an RPC framework that implements Open API specification, providing
configuration management, service discovery, dynamic routing, observability,
and service governance features. Get started ">
+
<meta name="twitter:site" content="@ServiceComb">
<meta name="twitter:title" content="Apache ServiceComb">
- <meta name="twitter:description" content="The homepage of ServiceComb">
+ <meta name="twitter:description" content="Apache ServiceComb Java Chassis is
an RPC framework that implements Open API specification, providing
configuration management, service discovery, dynamic routing, observability,
and service governance features. Get started ">
<meta name="twitter:url" content="">
@@ -63,6 +65,8 @@
+ <meta property="og:image" content="/assets/images/servicecomb-banner-s.png">
+
@@ -145,7 +149,7 @@
</head>
- <body class="layout--single">
+ <body class="layout--splash">
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an
<strong>outdated</strong> browser. Please <a
href="http://browsehappy.com/">upgrade your browser</a> to improve your
experience.</div>
@@ -159,13 +163,96 @@
<ul class="visible-links">
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a class="active" href="/">Home</a>
+
+
+
+ </li>
+
+
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a href="/developers/">Projects</a>
+
+
+
+ </li>
+
+
+
+
+
+
+ <li class="def-nav-li"
onmouseenter="$('#childrenShow').css('display', 'block')">
+
+
+
+
+
+ <a href="/docs/users/">Documentation</a>
+
+
+ <ul id="childrenShow" class="def-children-show-en"
onmouseleave="$('#childrenShow').css('display', 'none')">
+
+ <li><a href="/docs/getting-started/" class="">Getting
started</a></li>
+
+ <li><a href="/docs/users/" class="">Docs</a></li>
+
+ <li><a href="/slides/" class="">Video</a></li>
+
+ <li><a href="/faqs/" class="">FAQ</a></li>
+
+ </ul>
+ </li>
+
+
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a href="/year-archive/">Blogs</a>
+
+
+
+ </li>
+
+
+
+
+
+
+ <li class="masthead__menu-item"
onmouseenter="$('#childrenShow').css('display', 'none')">
+
+
+ <a href="/release/">Downloads</a>
+
+
+
+ </li>
+
+
</ul>
<button><div class="navicon"></div></button>
<ul class="hidden-links hidden"></ul>
<div class="nav-lang">
- <a href=/cn/_pages/home/>中文</a>
+ <a href=/cn/>中文</a>
</div>
</nav>
@@ -175,53 +262,73 @@
+
-<div id="main" role="main">
-
- <div class="sidebar sticky">
-
- <div class="back-to-home"><a href="/">Home</a> > </div>
-
-
+
+
+
+
+<div class="page__hero--overlay"
+ style=" background-image: url('/assets/images/servicecomb-banner-s.png');"
+>
-
+ <div class="wrapper">
+ <h1 class="page__title" itemprop="headline">
+
+ Apache ServiceComb
+
+
+ </h1>
+ <p class="page__lead">Apache ServiceComb Java Chassis is an RPC
framework that implements Open API specification, providing configuration
management, service discovery, dynamic routing, observability, and service
governance features.
+<div class="button-group def-inline-block"> <a
href="/references/java-chassis/zh_CN/start/first-sample.html"
class="home-button btn--info">Get started</a> </div>
+</p>
-
-
-
-<nav class="nav__list">
+ </div>
- <input id="ac-toc" name="accordion-toc" type="checkbox" />
- <label for="ac-toc">Toggle Menu</label>
- <ul class="nav__items">
-
- </ul>
-</nav>
-
-
- </div>
+</div>
- <article class="page" itemscope itemtype="http://schema.org/CreativeWork">
-
+<div role="main" class="home-page">
+ <article class="splash" itemscope itemtype="http://schema.org/CreativeWork">
+ <meta itemprop="description" content="Apache ServiceComb Java Chassis is
an RPC framework that implements Open API specification, providing
configuration management, service discovery, dynamic routing, observability,
and service governance features. Get started ">
- <div class="page__inner-wrap">
+ <section class="page__content" itemprop="text">
+<div class="feature__wrapper">
+
+
+
+
- <section class="page__content" itemprop="text">
+ <div class="feature__item--center">
+ <div class="archive__item">
-<div class="feature__wrapper">
+ <div class="archive__item-body">
+
+
+
+ <div class="archive__item-excerpt">
+ <div class="excerpt-title">Latest News</div>
+<style>left_ul li{width:100%} </style>
+<ul class="left_ul"> <li> <a
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb
Java-Chassis Release Version 3.2.3</a> </li> <li> <a
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb
Java-Chassis Release Version 3.2.2</a> </li> <li> <a
href="/release/service-center-downloads/">Apache ServiceComb Service-Center
Release Version 2.2.0</a> </li> <li> <a
href="/release/toolkit-downloads">Apache ServiceComb Toolkit 0.2.0 is
released</a> </li> </ul>
+<ul> <li> <a
href="/docs/servicecomb-accept-newcapec-institute-code-donation">Apache
ServiceComb accept code donation from NewCapec Institute</a> </li> <li> <a
href="/docs/Apache-ServiceComb-Meetup-2019-Shanghai-KubeCon+CloudNative+OSS-Report">Apache
ServiceComb Meetup and new projects release</a> </li> <li> <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="/docs/chuanzhiboke [...]
+
+ </div>
+
+ </div>
+ </div>
+ </div>
</div>
@@ -233,31 +340,67 @@
-</div>
-</div>
-
-
- </section>
+
- <footer class="page__meta">
+ <div class="feature__item">
+ <div class="archive__item">
+ <div class="archive__item-teaser">
+
+ <img src="/assets/images/servicecomb-feature-openapi.png"
alt="Standard" />
+
+ </div>
+ <div class="archive__item-body">
+
+ <a class="archive__item-title">Service Contract</a>
+
+
+
+ <div class="archive__item-excerpt">
+ <p>Service contract guarantee based on <a
href="https://www.openapis.org">OpenAPI</a></p>
+
+ </div>
+
+ </div>
+ </div>
+ </div>
+
+
+
+ <div class="feature__item">
+ <div class="archive__item">
+
+ <div class="archive__item-teaser">
+
+ <img src="/assets/images/servicecomb-feature-quickstart.png"
alt="Efficient" />
+
+ </div>
- </footer>
-
+ <div class="archive__item-body">
+
+ <a class="archive__item-title">Rapid Development</a>
+
-
+
+ <div class="archive__item-excerpt">
+ <p>One-click scaffolding, out of the box, speed up building of
microservice applications</p>
+ </div>
+
+ </div>
+ </div>
</div>
+
-
- </article>
+</div>
+</div>
-
-
+ </section>
+ </article>
</div>
@@ -288,10 +431,10 @@
<div class="col">
<ul>
<p class="header">Resources</p>
- <li><a href="/docs/getting-started/">Getting Started</a></li>
+ <li><a href="/docs/getting-started/">Getting started</a></li>
<li><a href="/docs/users/">User Guide</a></li>
- <li><a href="/slides/">Workshop Slides</a></li>
- <li><a href="/users/faq/">Frequently Asked Questions</a></li>
+ <li><a href="/slides/">Slides</a></li>
+ <li><a href="/users/faq/">Common Questions</a></li>
</ul>
</div>
<div class="col">
diff --git a/content/sitemap.xml b/content/sitemap.xml
index be0057d2..4f395af2 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -583,10 +583,10 @@
<lastmod>2017-12-30T22:01:43+08:00</lastmod>
</url>
<url>
-<loc>/_pages/cn/home/</loc>
+<loc>/cn/</loc>
</url>
<url>
-<loc>/_pages/home/</loc>
+<loc>/</loc>
</url>
<url>
<loc>/docs/users/huawei-cloud-faq/</loc>
@@ -1023,226 +1023,226 @@
</url>
<url>
<loc>/assets/slides/20170619/LinuxCon-Workshop-company.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20170619/MSAPrinciple&EcoSystem.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20170619/ServiceCombIntroduction.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20170619/ServiceCombRoadMap.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20171026/ServiceCombIntroduce1026.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20171102/ServiceComb_PastAndPresent.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20171109/MicroservicePracticeOfHuaweiConsumerCloudBasedOnServiceComb.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20171207/Uncover_ServiceComb_Design.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20171209/PracticeOfServiceMeshOnHuaweiPublicCloud.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20171221/data.consistency.live.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180111/ServiceComb_Metrics_Introduction.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180125/Service_Center_Introduction.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180127/ServiceComb_Overview.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180208/Communications_Inside_Java_Chassis.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180315/Monitor_Apache_ServiceComb_using_Apache_Skywalking_APM.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180322/ServiceComb-OSCAR.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180421/Introduction_to_ServiceComb.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180422/QConBeijing2018-Saga.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/1_How_Apache_works_jb.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/2_ServiceComb-introduction-jiangning.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/3_How_Smart_City_Microserviced_Based_on_ServiceComb_from_iSoftStone.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/4_Java_sdk_details_wujimin.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/5_Millions_Users_Solution_Based_on_ServiceComb_Microservices_from_Huawei_Consumer_Cloud_lilinfeng.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/6_DDD_in_Microservics_wanglei.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/7_Detailed_Introduction_of_Transaction_Consistency_Solution_from_ServiceComb-Saga.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20180627/8_Thinking_about_ServiceMesh_in_ServiceComb.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/1_The_Apache_Way.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/2_ApacheServiceComb(Incubating)Community_Roadmap.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/3_ServiceMesh-based_Microservices_and_Those_Based_on_a_Traditional_Architecture.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/4_ServiceComb%E2%80%99s_Exploration_of_Service_Mesh.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/5_My_Participation_in_ServiceComb.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/6_Experience_on_Fast_Microservice_Programming.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/EN/1_The_Apache_Way.pdf</loc>
-<lastmod>2024-11-26T11:26:08+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/EN/2_ApacheServiceComb(Incubating)Community_Roadmap.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/EN/3_ServiceMesh-based_Microservices_and_Those_Based_on_a_Traditional_Architecture.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/EN/4_ServiceComb%E2%80%99s_Exploration_of_Service_Mesh.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/EN/5_My_Participation_in_ServiceComb.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181012/EN/6_Experience_on_Fast_Microservice_Programming.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20181229/1_ApacheServiceComb_Community_Introduction.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190624/1_ServiceComb_Opensource_Way.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190624/2_NTTDATA_Microservice_Practices.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190624/3_Enterprise_PaaS_Microservice_Pratices.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190624/4_Innovation_New_Project_Release.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190624/5_ShardingSphere_Distributed_Transaction_Solution.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190624/6_Microservice_High_Performance_Communication.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190624/7_HuaweiCloud_Distributed_Transaction_DTM_Practices.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190920/Apache_ServiceComb-Innovative_Microservices.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190920/EN/Apache_ServiceComb-Innovative_Microservices.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190920/EN/HUAWEI_CLOUD_Microservice_Tool_Improves_Development_Efficiency.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190920/EN/The_Apache_Way_En.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190920/HUAWEI_CLOUD_Microservice_Tool_Improves_Development_Efficiency.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20190920/The_Apache_Way_En.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20191120/2.Apache_ServiceComb_builds_online_store.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20191120/Apache_ServiceComb.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20191211/A_day_of_open_source_developer.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
<url>
<loc>/assets/slides/20191211/Microservice_architecture_and_Apache_serviceComb_practice.pdf</loc>
-<lastmod>2024-11-26T11:26:09+08:00</lastmod>
+<lastmod>2024-11-26T11:42:48+08:00</lastmod>
</url>
</urlset>