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

Add link to unofficial builds to download page #3

Closed
fivdi opened this issue May 1, 2019 · 2 comments
Closed

Add link to unofficial builds to download page #3

fivdi opened this issue May 1, 2019 · 2 comments

Comments

@fivdi
Copy link

fivdi commented May 1, 2019

At the bottom of the Node.js download page there is a list of links:

  • Signed SHASUMS for release files (How to verify)
  • All download options
  • Installing Node.js via package manager
  • Previous Releases
  • Nightly builds
  • Node-ChakraCore Nightly builds
  • Building Node.js from source on supported platforms
  • Installing Node.js via binary archive on Linux

It would be helpful if this list of links included a link to the unofficial builds. Maybe something like this:

  • Signed SHASUMS for release files (How to verify)
  • All download options
  • Installing Node.js via package manager
  • Previous Releases
  • Nightly builds
  • Node-ChakraCore Nightly builds
  • Unoffical builds
  • Building Node.js from source on supported platforms
  • Installing Node.js via binary archive on Linux
@rvagg
Copy link
Member

rvagg commented May 1, 2019

I've been a little hesitant to do this given the potential impermanence indicated in #1, but a bit of promotion could help that I suppose.
The list is generated here: https://github.com/nodejs/nodejs.org/blob/master/layouts/partials/download-list.hbs, so you could try putting in a PR to that repo to adjust it, the catch is the internationalisation since those strings are all pulled from config in the locales/ directory. You could ask the website working group about it when you create an initial pull request though and I'm sure they'd help make it happen.

ghost pushed a commit to nodejs/nodejs.org that referenced this issue May 10, 2019
Node.js now has an unofficial-builds project that attempts to provide basic Node.js binaries for some platforms that are either not supported or only partially supported by Node.js. These binaries are available for download at https://unofficial-builds.nodejs.org/download/.

1. This PR adds a link to the unofficial-builds binaries to the Node.js download page.
2. The PR was created after discussing the topic at nodejs/unofficial-builds#3
@fivdi
Copy link
Author

fivdi commented May 10, 2019

The link to the unofficial builds was added to the download page with nodejs/nodejs.org@3ecc78c

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

No branches or pull requests

2 participants