You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2021/01/22 16:38:37 UTC

[incubator-dolphinscheduler-website] branch master updated: update description about DolphinScheduler (#282)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0581a84  update description about DolphinScheduler (#282)
0581a84 is described below

commit 0581a846c6c920cbe8717f44c0d29a7a262ac0dd
Author: dailidong <da...@gmail.com>
AuthorDate: Sat Jan 23 00:38:30 2021 +0800

    update description about DolphinScheduler (#282)
    
    * update error metadata version
    
    * add docker deployment doc in 1.3.4
    
    * update description about docker
    
    * update word "deploy" -> "deployment"
    
    * fix error,use unzip
    
    * update small error in the docker deployment
    
    * update description about DolphinScheduler
---
 community/en-us/release.md | 8 ++++----
 community/zh-cn/release.md | 8 ++++----
 redirect.ejs               | 6 +++---
 site_config/community.jsx  | 4 ++--
 site_config/home.jsx       | 6 +++---
 5 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/community/en-us/release.md b/community/en-us/release.md
index 966a067..15d3c53 100644
--- a/community/en-us/release.md
+++ b/community/en-us/release.md
@@ -443,8 +443,8 @@ Apache DolphinScheduler (Incubating) version ${RELEASE.VERSION}.
 
 We now kindly request the Incubator IPMC members review and vote on this incubator release.
 
-Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system,
-dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
+Dolphin Scheduler is a distributed and easy-to-extend visual workflow scheduler system,
+dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing.
 
 DolphinScheduler community vote and result threads:
 https://lists.apache.org/thread.html/xxxxxxxxxxxxxxxxxxxxxxx
@@ -566,8 +566,8 @@ Hi all,
 
 We are glad to announce the release of Apache DolphinScheduler(incubating) ${RELEASE.VERSION}. Once again I would like to express my thanks to your help.
 
-Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system,
-dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
+Dolphin Scheduler is a distributed and easy-to-extend visual workflow scheduler system,
+dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing.
 
 
 Download Links: https://dolphinscheduler.apache.org/en-us/download/download.html
diff --git a/community/zh-cn/release.md b/community/zh-cn/release.md
index 966a067..15d3c53 100644
--- a/community/zh-cn/release.md
+++ b/community/zh-cn/release.md
@@ -443,8 +443,8 @@ Apache DolphinScheduler (Incubating) version ${RELEASE.VERSION}.
 
 We now kindly request the Incubator IPMC members review and vote on this incubator release.
 
-Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system,
-dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
+Dolphin Scheduler is a distributed and easy-to-extend visual workflow scheduler system,
+dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing.
 
 DolphinScheduler community vote and result threads:
 https://lists.apache.org/thread.html/xxxxxxxxxxxxxxxxxxxxxxx
@@ -566,8 +566,8 @@ Hi all,
 
 We are glad to announce the release of Apache DolphinScheduler(incubating) ${RELEASE.VERSION}. Once again I would like to express my thanks to your help.
 
-Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system,
-dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
+Dolphin Scheduler is a distributed and easy-to-extend visual workflow scheduler system,
+dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing.
 
 
 Download Links: https://dolphinscheduler.apache.org/en-us/download/download.html
diff --git a/redirect.ejs b/redirect.ejs
index e48bb06..0b3dfb7 100644
--- a/redirect.ejs
+++ b/redirect.ejs
@@ -1,10 +1,10 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  <title>Apache DolphinScheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.</title>
+  <title>Apache DolphinScheduler is a distributed and easy-to-extend visual workflow scheduler system, dedicated to solving the complex task dependencies in data processing, making the scheduling system out of the box for data processing.</title>
   <meta charset="UTF-8"/>
-  <meta name="description" content="DolphinScheduler is a distributed and easy-to-extend visual DAG workflow scheduling system, dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing."/>
-  <meta name="keywords" content="DolphinScheduler Official Website,dolphinscheduler.apache.org"/>
+  <meta name="description" content="Apache DolphinScheduler is a distributed and easy-to-extend visual workflow scheduler system, dedicated to solving the complex task dependencies in data processing, making the scheduling system out of the box for data processing."/>
+  <meta name="keywords" content="Apache DolphinScheduler Official Website,dolphinscheduler.apache.org"/>
   <link rel="shortcut icon" href="<%= rootPath %>/img/favicon.ico"/>
 </head>
 <body>
diff --git a/site_config/community.jsx b/site_config/community.jsx
index 612531e..f106f10 100644
--- a/site_config/community.jsx
+++ b/site_config/community.jsx
@@ -121,8 +121,8 @@ export default {
         },
         {
           img: '/img/architecture.jpg',
-          title: 'A distributed and easy-to-expand visual DAG workflow scheduling system.',
-          content: 'A distributed and easy-to-expand visual DAG workflow scheduling system.',
+          title: 'A distributed and easy-to-extend visual workflow scheduler system.',
+          content: 'A distributed and easy-to-extend visual workflow scheduler system.',
           dateStr: 'May 12nd,2018',
           link: '/en-us/blog/architecture-design.html',
         },
diff --git a/site_config/home.jsx b/site_config/home.jsx
index cde36cf..61abd90 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -93,7 +93,7 @@ export default {
   'en-us': {
     brand: {
       brandName: 'Apache DolphinScheduler',
-      briefIntroduction: 'A distributed and easy-to-expand visual DAG workflow scheduling system',
+      briefIntroduction: 'A distributed and easy-to-extend visual workflow scheduler system',
       buttons: [
         {
           text: 'Quick Start',
@@ -113,8 +113,8 @@ export default {
       releaseDate: 'Released on Aug 05, 2019',
     },
     introduction: {
-      title: 'A distributed and easy-to-expand visual DAG workflow scheduling system',
-      desc: 'Dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing. Its main objectives are as follows:',
+      title: 'A distributed and easy-to-extend visual workflow scheduler system',
+      desc: 'Dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing. Its main objectives are as follows:',
       img: '/img/architecture.jpg',
     },
     features: {