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 2020/01/18 07:36:50 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Update index.html

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0c1f760  Update index.html
0c1f760 is described below

commit 0c1f760ba2bf86762a5c3b37080329d5e37c5b60
Author: dailidong <da...@gmail.com>
AuthorDate: Sat Jan 18 15:36:44 2020 +0800

    Update index.html
---
 index.html | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 9599256..27b2385 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,23 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-	<meta charset="UTF-8">
+	<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>
+	<meta charset="UTF-8"/>
+	<meta name="description" content="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."/>
+	<meta name="keywords" content="DolphinScheduler Official Website,dolphinscheduler.apache.org"/>
 </head>
+	
 <body>
+<script>
+var _hmt = _hmt || [];
+(function() {
+  var hm = document.createElement("script");
+  hm.src = "https://hm.baidu.com/hm.js?4e7b4b400dd31fa015018a435c64d06f";
+  var s = document.getElementsByTagName("script")[0]; 
+  s.parentNode.insertBefore(hm, s);
+})();
+</script>
+
   <script src="//cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
 	<script>
     window.rootPath = '';
@@ -15,4 +29,4 @@
     window.location = window.rootPath + '/' + lang;
   </script>
 </body>
-</html>
\ No newline at end of file
+</html>