4 Star 10 Fork 8

DolphinScheduler / DolphinScheduler-Website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
redirect.ejs 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<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="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>
<script src="/asset/js/npm/js.cookie.min.js"></script>
<script>
window.rootPath = '<%= rootPath %>';
window.defaultLanguage = '<%= defaultLanguage %>';
var lang = Cookies.get('docsite_language');
if (!lang) {
lang = '<%= defaultLanguage %>';
}
window.location = window.rootPath + '/' + lang;
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?d6bc736fd9885d9a5dc938425ac062ad";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-899J8PYKJZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-899J8PYKJZ');
</script>
</body>
</html>
JavaScript
1
https://gitee.com/dolphinscheduler/DolphinScheduler-Website.git
git@gitee.com:dolphinscheduler/DolphinScheduler-Website.git
dolphinscheduler
DolphinScheduler-Website
DolphinScheduler-Website
master

搜索帮助