You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by za...@apache.org on 2021/04/23 03:34:32 UTC

[incubator-inlong-website] branch master updated (84a1777 -> b6c29fb)

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

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


 discard 84a1777  [feat]-rename to inlong
 discard 58778cf  Update how-to-contribute.md
 discard ac1334c  Update how-to-commit.md
 discard f3df415  Update how-to-become-a-committer.md
 discard 2054e16  Update README.md
 discard 8aeaadd  [feat]-rename to inlong
 discard dfe0663  [feat]-rename to inlong
 discard be5fbd2  [feat]-rename to inlong
 discard a193626  [feat]-rename to inlong
 discard 19c8aaf  [feat]-rename to inlong
 discard 127624b  [feat]-rename to inlong
 discard f845f3a  [feat]-rename to inlong
 discard 79dba35  [feat]-rename to inlong
     new b6c29fb  [feat] rollback to inlong

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (84a1777)
            \
             N -- N -- N   refs/heads/master (b6c29fb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .asf.yaml                                          |    12 +-
 .github/workflows/deploy.yml                       |    34 +-
 .gitignore                                         |     3 +-
 README.md                                          |    10 +-
 docs/en-us/architecture.md                         |    12 +-
 docs/en-us/client_rpc.md                           |    16 +-
 docs/en-us/clients_java.md                         |    24 +-
 docs/en-us/configure_introduction.md               |    12 +-
 docs/en-us/console_introduction.md                 |    24 +-
 docs/en-us/consumer_example.md                     |     4 +-
 docs/en-us/contact.md                              |     8 +-
 docs/en-us/deployment.md                           |    26 +-
 .../en-us/development/how-to-become-a-committer.md |    22 +-
 docs/en-us/development/how-to-commit.md            |    46 +-
 docs/en-us/development/how-to-contribute.md        |    28 +-
 docs/en-us/development/how-to-release.md           |   158 +-
 docs/en-us/development/how-to-subscribe.md         |    26 +-
 docs/en-us/development/how-to-use-jira.md          |    16 +-
 docs/en-us/development/how-to-verify.md            |    26 +-
 .../development/how-to-vote-a-committer-ppmc.md    |    24 +-
 docs/en-us/download/download.md                    |    34 +-
 docs/en-us/download/release-0.3.0.md               |    94 +-
 docs/en-us/download/release-0.5.0.md               |   174 +-
 docs/en-us/download/release-0.6.0.md               |    46 +-
 docs/en-us/download/release-0.7.0.md               |    62 +-
 docs/en-us/download/release-0.8.0.md               |   150 +-
 docs/en-us/error_code.md                           |     6 +-
 docs/en-us/http_access_api.md                      |     4 +-
 docs/en-us/producer_example.md                     |     4 +-
 docs/en-us/quick_start.md                          |    84 +-
 docs/en-us/tubemq_perf_test_vs_Kafka_cn.md         |    82 +-
 docs/zh-cn/architecture.md                         |    36 +-
 docs/zh-cn/client_rpc.md                           |    14 +-
 docs/zh-cn/clients_java.md                         |    24 +-
 docs/zh-cn/configure_introduction.md               |    18 +-
 docs/zh-cn/console_introduction.md                 |    24 +-
 docs/zh-cn/consumer_example.md                     |     4 +-
 docs/zh-cn/contact.md                              |     8 +-
 docs/zh-cn/deployment.md                           |    26 +-
 .../zh-cn/development/how-to-become-a-committer.md |    22 +-
 docs/zh-cn/development/how-to-commit.md            |    46 +-
 docs/zh-cn/development/how-to-contribute.md        |    38 +-
 docs/zh-cn/development/how-to-release.md           |   158 +-
 docs/zh-cn/development/how-to-subscribe.md         |    26 +-
 docs/zh-cn/development/how-to-use-jira.md          |    16 +-
 docs/zh-cn/development/how-to-verify.md            |    26 +-
 .../development/how-to-vote-a-committer-ppmc.md    |    24 +-
 docs/zh-cn/download/download.md                    |    34 +-
 docs/zh-cn/download/release-0.3.0.md               |    94 +-
 docs/zh-cn/download/release-0.5.0.md               |   174 +-
 docs/zh-cn/download/release-0.6.0.md               |    46 +-
 docs/zh-cn/download/release-0.7.0.md               |    62 +-
 docs/zh-cn/download/release-0.8.0.md               |   150 +-
 docs/zh-cn/error_code.md                           |     6 +-
 docs/zh-cn/http_access_api.md                      |     4 +-
 docs/zh-cn/producer_example.md                     |     4 +-
 docs/zh-cn/quick_start.md                          |    82 +-
 docs/zh-cn/tubemq_perf_test_vs_Kafka_cn.md         |    82 +-
 docsite.config.yml                                 |     8 +-
 img/Tube logo.svg                                  |     2 +-
 package-lock.json                                  | 11807 -------------------
 61 files changed, 1265 insertions(+), 13071 deletions(-)
 delete mode 100644 package-lock.json

[incubator-inlong-website] 01/01: [feat] rollback to inlong

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

commit b6c29fb71aa62b1f9f9a1ce725267913c96dd4e3
Author: zakwu <12...@qq.com>
AuthorDate: Fri Apr 23 11:33:08 2021 +0800

    [feat] rollback to inlong
---
 site_config/home.jsx      | 12 ++++++------
 site_config/site.js       | 16 ++++++++--------
 src/pages/home/index.jsx  |  1 +
 src/pages/home/index.scss |  9 +++++++++
 4 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/site_config/home.jsx b/site_config/home.jsx
index b9225ad..ec470f7 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -2,8 +2,8 @@ export default {
   'zh-cn': {
     brand: {
       brandName: 'Apache',
-      projectName: 'TubeMQ',
-      briefIntroduction: 'Apache TubeMQ,万亿级分布式消息中间件,专注于海量数据下的数据传输和存储,与许多开源MQ项目相比,TubeMQ在稳定性、性能和低成本方面具有独特的优势',
+      projectName: 'InLong',
+      briefIntroduction: 'Apache InLong,万亿级分布式消息中间件,专注于海量数据下的数据传输和存储,与许多开源MQ项目相比,InLong在稳定性、性能和低成本方面具有独特的优势',
       buttons: [
         {
           text: '立即开始',
@@ -60,8 +60,8 @@ export default {
   'en-us': {
     brand: {
       brandName: 'Apache',
-      projectName: 'TubeMQ',
-      briefIntroduction: 'Apache TubeMQ, 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, TubeMQ 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: 'TubeMQ 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, TubeMQ 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, TubeMQ 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 b29c1a0..f0eedab 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -1,8 +1,8 @@
 // 全局的一些配置
 export default {
   rootPath: '', // 发布到服务器的根目录,需以/开头但不能有尾/,如果只有/,请填写空字符串
-  port: 8080, // 本地开发服务器的启动端口
-  domain: 'tubemq.apache.org', // 站点部署域名,无需协议和path等
+  port: 8081, // 本地开发服务器的启动端口
+  domain: 'inlong.apache.org', // 站点部署域名,无需协议和path等
   defaultSearch: 'google', // 默认搜索引擎,baidu或者google
   defaultLanguage: 'en-us',
   'en-us': {
@@ -30,7 +30,7 @@ export default {
       {
         key: 'github',
         text: 'GITHUB',
-        link: 'https://github.com/apache/incubator-tubemq',
+        link: 'https://github.com/apache/incubator-inlong',
       },
       {
         key: 'Apache',
@@ -76,7 +76,7 @@ export default {
     ],
     disclaimer: {
       title: 'Disclaimer',
-      content: 'Apache TubeMQ (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 TubeMQ, TubeMQ, 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: [
@@ -122,7 +122,7 @@ export default {
       {
         key: 'github',
         text: 'GITHUB',
-        link: 'https://github.com/apache/incubator-tubemq',
+        link: 'https://github.com/apache/incubator-inlong',
       },
       {
         key: 'Apache',
@@ -168,7 +168,7 @@ export default {
     ],
     disclaimer: {
       title: '免责声明',
-      content: 'Apache TubeMQ (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 TubeMQ, TubeMQ, 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 66e3f63..49a0e86 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -46,6 +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="vertical-middle">
             <div className="product-name">
               <div className="brandname">{dataSource.brand.brandName}</div>
diff --git a/src/pages/home/index.scss b/src/pages/home/index.scss
index 50e8f82..6ffba56 100644
--- a/src/pages/home/index.scss
+++ b/src/pages/home/index.scss
@@ -2,6 +2,15 @@
 @import '../../reset.scss';
 
 .home-page {
+  .show-tips {
+    width: 100%;
+    background: rgba(255,255,0,0.5);
+    height: 30px;
+    text-align: center;
+    font-size: 18px;
+    top: 67px;
+    position: absolute;
+  }
   .top-section {
     position: relative;
     height: 800px;