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

gluon-status-page: modernize html #2960

Closed

Conversation

Rotzbua
Copy link
Contributor

@Rotzbua Rotzbua commented Aug 30, 2023

Change

  • Move script to head
  • Add waring if JavaScript support is missing
  • Change some tags to semantic html for better accessibility
  • Add link if user has automatic redirect disabled
  • Remove outdated meta-tags from redirect
  • Update outdated node-sass to dart-sass

Reference

Mentioned in #2953

* Move `script` to `head`
* Add waring if JavaScript support is missing
* Change some tags to semantic html for better accessibility
* Add link if user has automatic redirect disabled
* Remove outdated `meta`-tags from redirect
* Update outdated node-sass to dart-sass
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the replacement for these tags, if we want to prevent caching of the redirect?

</head>
<body>
Redirect to <a href="/cgi-bin/status">/cgi-bin/status</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think showing such a link for a moment is very ugly, I'd rather leave the body empty.

@blocktrron
Copy link
Member

@Rotzbua Do you still have plans for addressing the suggestions?

@rotanid
Copy link
Member

rotanid commented Dec 3, 2023

closing due to lack of reaction

@rotanid rotanid closed this Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants