You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search engines are surfing links to outdated versions of package documentation. This is a problem as it misleads users, especially for core libraries such as the stdlib.
If the documentation had canonical links in the head element then search engines would hopefully suggest the current version instead.
Checks to see if the canonical link is in the HTML head
Leaves the HTML as-is if the link is present
Adds the link if it was absent
Creates a new tarball with the updated content
Uploads the new tarball to update the release's documentation
Making a tar library is probably the first step. It should protect against the security vulnerabilities of path traversal attacks and compression bombs.
The text was updated successfully, but these errors were encountered:
Search engines are surfing links to outdated versions of package documentation. This is a problem as it misleads users, especially for core libraries such as the stdlib.
If the documentation had
canonical
links in thehead
element then search engines would hopefully suggest the current version instead.#3864 covers adding the link to future releases, but we need to add it to historical releases too.
Make a Gleam program which given the name of a package:
Making a tar library is probably the first step. It should protect against the security vulnerabilities of path traversal attacks and compression bombs.
The text was updated successfully, but these errors were encountered: