Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASF website checks error #15505

Closed
2 of 3 tasks
zhongjiajie opened this issue Jan 18, 2024 · 3 comments
Closed
2 of 3 tasks

ASF website checks error #15505

zhongjiajie opened this issue Jan 18, 2024 · 3 comments

Comments

@zhongjiajie
Copy link
Member

zhongjiajie commented Jan 18, 2024

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Some of the dolphinscheduler website checks is failed because we do not have specific text or links in our homepage, the check rule and result as this link https://whimsy.apache.org/site/project/dolphinscheduler. Our homepage source code is simple and does not have too much content, which we can see below.

We should find some way and expose all the needs for the ASF check

<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8"/>
    <link rel="icon" href="/favicon.ico"/>
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
    <meta name="theme-color" content="#000000"/>
    <meta name="description" content="Apache DolphinScheduler is a distributed and extensible open-source workflow orchestration platform with powerful DAG visual interfaces."/>
    <meta name="keywords" content="apache dolphinscheduler,dolphinscheduler,document,community,workflow scheduler,data orchestration,workflow orchestration,drag and drop workflow,DAG"/>
    <link rel="apple-touch-icon" href="/logo192.png"/>
    <link rel="manifest" href="/manifest.json"/>
    <link rel="stylesheet" href="/highlight.min.css"/>
    <title>Apache DolphinScheduler</title>
    <script defer="defer" src="/static/js/main.0e8e475b.js"></script>
    <link href="/static/css/main.3611ca99.css" rel="stylesheet">
</head>
<body>
    <noscript>You need to enable JavaScript to run this app.</noscript>
    <div id="root"></div>
    <script>
    var _hmt = _hmt || [];
    !function() {
        var e = document.createElement("script");
        e.src = "https://hm.baidu.com/hm.js?d6bc736fd9885d9a5dc938425ac062ad";
        var t = document.getElementsByTagName("script")[0];
        t.parentNode.insertBefore(e, t)
    }()
    </script>
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-899J8PYKJZ"></script>
    <script>
    function gtag() {
        dataLayer.push(arguments)
    }
    window.dataLayer = window.dataLayer || [],
    gtag("js", new Date),
    gtag("config", "G-899J8PYKJZ")
    </script>
</body>
</html>

We find that seatunnel website is good, which we can see in https://whimsy.apache.org/site/project/seatunnel, and all the keywords of is exist in they page source code https://seatunnel.apache.org

Documentation Links

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@zhongjiajie
Copy link
Member Author

Resources issue for https://whimsy.apache.org/site/project/dolphinscheduler is solved

@ruanwenjun
Copy link
Member

Closed by apache/dolphinscheduler-website#944

@zhongjiajie
Copy link
Member Author

This issue still not complete fix yet, @devosend would do the others work ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants