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 06:13:58 UTC

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

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 8318752  Update index.html
8318752 is described below

commit 83187522da050fc95987b4dc5acfbd5675ec025b
Author: dailidong <da...@gmail.com>
AuthorDate: Sat Jan 18 14:13:53 2020 +0800

    Update index.html
---
 index.html | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 9599256..cb02087 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,22 @@
 <!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>
 	<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 +28,4 @@
     window.location = window.rootPath + '/' + lang;
   </script>
 </body>
-</html>
\ No newline at end of file
+</html>