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

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


The following commit(s) were added to refs/heads/master by this push:
     new 84a1777  [feat]-rename to inlong
84a1777 is described below

commit 84a17774921691245b39ce64ad6ea41cb3e64e4d
Author: zakwu <[email protected]>
AuthorDate: Thu Apr 22 17:49:15 2021 +0800

    [feat]-rename to inlong
---
 site_config/home.jsx     | 12 ++++++------
 site_config/site.js      |  8 ++++----
 src/pages/home/index.jsx |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/site_config/home.jsx b/site_config/home.jsx
index f7fd25d..ec470f7 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -2,8 +2,8 @@ export default {
   'zh-cn': {
     brand: {
       brandName: 'Apache',
-      projectName: 'inlong',
-      briefIntroduction: 'Apache 
inlong,万亿级分布式消息中间件,专注于海量数据下的数据传输和存储,与许多开源MQ项目相比,inlong在稳定性、性能和低成本方面具有独特的优势',
+      projectName: 'InLong',
+      briefIntroduction: 'Apache 
InLong,万亿级分布式消息中间件,专注于海量数据下的数据传输和存储,与许多开源MQ项目相比,InLong在稳定性、性能和低成本方面具有独特的优势',
       buttons: [
         {
           text: '立即开始',
@@ -60,8 +60,8 @@ export default {
   'en-us': {
     brand: {
       brandName: 'Apache',
-      projectName: 'inlong',
-      briefIntroduction: 'Apache inlong, a trillion-records-scale distributed 
messaging queue (MQ) system, focuses on data transmission and storage under 
massive data. Compared to many open source MQ projects, inlong has unique 
advantages in terms of stability, performance, and low cost',
+      projectName: 'InLong',
+      briefIntroduction: 'Apache InLong, a trillion-records-scale distributed 
messaging queue (MQ) system, focuses on data transmission and storage under 
massive data. Compared to many open source MQ projects, InLong has unique 
advantages in terms of stability, performance, and low cost',
       buttons: [
         {
           text: 'Quick Start',
@@ -96,12 +96,12 @@ export default {
         {
           img: '/img/advantage-03.png',
           title: 'High stability',
-          content: 'inlong has been successfully operating for nearly seven 
years. Currently, there are over 35 trillion messages processed every day. The 
operation costs 1500 machines and 1 operator. Besides, inlong can run 
continuously except during releasing',
+          content: 'InLong has been successfully operating for nearly seven 
years. Currently, there are over 35 trillion messages processed every day. The 
operation costs 1500 machines and 1 operator. Besides, InLong can run 
continuously except during releasing',
         },
         {
           img: '/img/advantage-04.png',
           title: 'Low Cost',
-          content: 'Compared with similar systems such as Kafka, for serving 
the same workload, inlong only requires the utilization of  20% resources 
according to cross-sectional results',
+          content: 'Compared with similar systems such as Kafka, for serving 
the same workload, InLong only requires the utilization of  20% resources 
according to cross-sectional results',
         }
       ]
     },
diff --git a/site_config/site.js b/site_config/site.js
index 3285584..f0eedab 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -76,7 +76,7 @@ export default {
     ],
     disclaimer: {
       title: 'Disclaimer',
-      content: 'Apache inlong (incubating) is an effort undergoing incubation 
at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate [...]
+      content: 'Apache InLong (incubating) is an effort undergoing incubation 
at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate [...]
     },
     documentation: {
       title: 'Documentation',
@@ -95,7 +95,7 @@ export default {
         },
       ],
     },
-    copyright: 'Copyright © 2019-2020 The Apache Software Foundation. Apache 
inlong, inlong, and its feather logo are trademarks of The Apache Software 
Foundation.',
+    copyright: 'Copyright © 2019-2020 The Apache Software Foundation. Apache 
InLong, InLong, and its feather logo are trademarks of The Apache Software 
Foundation.',
   },
   'zh-cn': {
     pageMenu: [
@@ -168,7 +168,7 @@ export default {
     ],
     disclaimer: {
       title: '免责声明',
-      content: 'Apache inlong (incubating) is an effort undergoing incubation 
at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate [...]
+      content: 'Apache InLong (incubating) is an effort undergoing incubation 
at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate [...]
     },
     documentation: {
       title: '文档',
@@ -187,6 +187,6 @@ export default {
         },
       ],
     },
-    copyright: 'Copyright © 2019-2020 The Apache Software Foundation. Apache 
inlong, inlong, and its feather logo are trademarks of The Apache Software 
Foundation.',
+    copyright: 'Copyright © 2019-2020 The Apache Software Foundation. Apache 
InLong, InLong, and its feather logo are trademarks of The Apache Software 
Foundation.',
   },
 };
diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index a5dd546..49a0e86 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -46,7 +46,7 @@ class Home extends Language {
             language={language}
             onLanguageChange={this.onLanguageChange}
           />
-          <div className="show-tips">Apache tubeMq has been renamed to Apache 
inlong, the homepage will updete soon!</div>
+          <div className="show-tips">Apache TubeMQ has been renamed to Apache 
InLong, the homepage will updete soon!</div>
           <div className="vertical-middle">
             <div className="product-name">
               <div className="brandname">{dataSource.brand.brandName}</div>

Reply via email to