zowe / zowe.github.io

Zowe.org website development
https://zowe.org
Creative Commons Attribution 4.0 International
13 stars 34 forks source link

Provide hashes, signatures and verification instructions for Zowe CLI, CLI Plugins, and Client SDKs #849

Closed adam-wolfe closed 1 year ago

adam-wolfe commented 1 year ago

This PR modifies legal-script.html, post-download-script.html, and post_download.md to show the same hash/signature page that has only been shown for the PAX file download, extending it for the CLI, CLI plugins, and Node.js and Python client SDKs. This PR uses a switch-case statement based on a type parameter passed in the URL from the legal-script.html page to alter text and links in post_download.md.

I am not sure if this is the most sensible way for this to be done. Feel free to suggest/make any changes.

Part of https://github.com/zowe/zowe.github.io/issues/830