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

LTS downloads link #373

Closed
Fishrock123 opened this issue Nov 21, 2015 · 7 comments · May be fixed by YoYBaBy/nodejs.org#156, NOUIY/nodejs.org#175, qmutz/nodejs.org#33 or GOMYWAY-NETWORKS-LLC/nodejs.org#5
Closed
Assignees

Comments

@Fishrock123
Copy link
Contributor

It would be great if we could link to https://nodejs.org/en/download/lts in case we ever decide to change which release line is the default.

In addition, how difficult would it be to make individual versions have the rich download display?

If necessary I may be willing to make these changes, but my time is.... limited.

@phillipj
Copy link
Member

This could be broken up in three different changes:

  1. create the download/lts page by copying ./locale/*/download/index.md -> ./locale/*/download/lts.md
  2. change our own links from https://nodejs.org/en/download -> https://nodejs.org/en/download/lts
  3. add a redirect in nginx from https://nodejs.org/en/download -> https://nodejs.org/en/download/lts for google and friends + visitor's bookmarks

By copying instead of moving in step 1, we dont have to synchronize the website release with adding the nginx redirect in step 3.

Would you agree or did I miss something @Fishrock123?

@fhemberger
Copy link
Contributor

We could use the (unused) download page to explain lts/stable in detail, etc.

@fhemberger
Copy link
Contributor

@Fishrock123 Is this ticket still relevant or can we close it?

@Fishrock123
Copy link
Contributor Author

Still relevant. Ideally I'd be able to link to these rendered-pages per version.

That is pretty complex though. It means doing some ngnix hackery. I'll try to work on it soon.

@Fishrock123 Fishrock123 self-assigned this May 2, 2016
@fhemberger
Copy link
Contributor

@Fishrock123 Should we proceed with @phillipj's idea to prepare a separate LTS download page? Or do you prefer a different approach? Otherwise I'd like to close this issue, as there hasn't been any progress for 19 months.

@Trott
Copy link
Member

Trott commented Jul 5, 2019

@nodejs/website-redesign Is this a feature that will be in the redesigned website? If so, I'd be inclined to close this as it's been inactive for so long. But if it's not yet determined if it will be in the redesigned website, I don't want to close it....

@ovflowd
Copy link
Member

ovflowd commented Aug 15, 2022

@Trott yup this is already on the new website, so we can close this issue.

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