Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locale/en/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ framework.
Just because Node is designed without threads, doesn't mean you cannot take
advantage of multiple cores in your environment. You can spawn child processes
that are easy to communicate with by using our
[child_process.fork()](http://nodejs.org/api/child_process.html#child_process.fork)
[child_process.fork()](https://nodejs.org/api/child_process.html#child_process.fork)
API. Built upon that same interface is the
[cluster](http://nodejs.org/api/cluster.html) module, which allows you to share
[cluster](https://nodejs.org/api/cluster.html) module, which allows you to share
sockets between processes to enable load balancing over your cores.
8 changes: 4 additions & 4 deletions locale/en/blog/advisory-board/advisory-board-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ release of v0.12.
The interim [advisory
board](https://www.joyent.com/blog/node-js-advisory-board) has met three times
since its creation. You can find the minutes from the advisory board meetings
here: [http://nodejs.org/advisory-board](http://nodejs.org/advisory-board). As
here: [https://nodejs.org/en/about/advisory-board/](https://nodejs.org/en/about/advisory-board/). As
we have more meetings and minutes, we will announce the dates and times for
those meeting and their minutes here on the blog. The next meeting is this
Thursday December 4th, at 1:30PM PST. We're looking to collect as much feedback
Expand Down Expand Up @@ -42,7 +42,7 @@ in the minutes. Those minutes are then published a few days after the meeting
in the GitHub repository
[https://github.com/joyent/nodejs-advisory-board](https://github.com/joyent/nodejs-advisory-board),
as well as on the website
[https://nodejs.org/advisory-board](https://nodejs.org/advisory-board).
[https://nodejs.org/en/about/advisory-board/](https://nodejs.org/en/about/advisory-board/).

There are a few working groups so far, for instance one is focused on making
sure the membership of the board is representative of the community Node.js
Expand All @@ -59,8 +59,8 @@ project, and how does that team makes decisions.
One thing that we all agree on, is that we're not going to be using the
Benevolent Dictator model. In fact, recently the project hasn't been operating
that way. We can be more clear about that in our
[documentation](http://nodejs.org/about/organization). We all agree we want a
healthy and vibrant team, a team focused on making progress for Node.js, not
[documentation](https://nodejs.org/en/about/organization). We all agree we want
a healthy and vibrant team, a team focused on making progress for Node.js, not
for progress's sake, but for the betterment of the software project and the
community we serve. We also agree that this means that there should be
consensus among the team. The conversation has been fruitful, and is on going,
Expand Down
2 changes: 1 addition & 1 deletion locale/en/blog/announcements/foundation-elects-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ In early June, the Node.js and io.js developer community announced that they wer

Node.js Foundation is a collaborative open source project dedicated to building and supporting the Node.js platform and other related modules. Node.js is used by tens of thousands of organizations in more than 200 countries and amasses more than 2 million downloads per month. It is the runtime of choice for high-performance, low latency applications, powering everything from enterprise applications, robots, API engines, cloud stacks and mobile websites.

The Foundation is made up of a diverse group of companies including Platinum members Famous, IBM, Intel, Joyent, Microsoft and PayPal. Gold members include GoDaddy, NodeSource and Modulus/Progress Software, and Silver members include Apigee, Codefresh, DigitalOcean, Fidelity, Groupon, nearForm, npm, Sauce Labs, SAP, StrongLoop and YLD!. Get involved here: [http://nodejs.org](http://nodejs.org).
The Foundation is made up of a diverse group of companies including Platinum members Famous, IBM, Intel, Joyent, Microsoft and PayPal. Gold members include GoDaddy, NodeSource and Modulus/Progress Software, and Silver members include Apigee, Codefresh, DigitalOcean, Fidelity, Groupon, nearForm, npm, Sauce Labs, SAP, StrongLoop and YLD!. Get involved here: [https://nodejs.org](https://nodejs.org).

The Node.js Foundation is a Collaborative Project at The Linux Foundation. Linux Foundation Collaborative Projects are independently funded software projects that harness the power of collaborative development to fuel innovation across industries and ecosystems. [www.linuxfoundation.org](http://www.linuxfoundation.org)
16 changes: 8 additions & 8 deletions locale/en/blog/community/building-nodejs-together.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ living breathing website whose content is created by our end users and team.
The website should be the canonical location for documentation on how to use
Node.js, how Node.js works, and how to find out what's going on in the Node
community. We have seeded the initial documentation with [how to
contribute](http://nodejs.org/contribute), [who the core team
is](http://nodejs.org/about/organization/#index_md_technical_steering_committee),
contribute](https://nodejs.org/en/get-involved/contribute/), [who the core team
is](https://nodejs.org/en/about/organization/#index_md_technical_steering_committee),
and some basic documentation of the [project
itself](http://nodejs.org/about/organization). From there we're looking to
itself](https://nodejs.org/en/about/organization). From there we're looking to
enable the community to come in and build out the rest of the framework for
documentation.

One of the key changes here is that we're extending the tools that generate API
documentation to work for the website in general. That means the website is now
written in markdown. Contributions work with the same
[pull-request](http://nodejs.org/contribute/code_contributions/) way as
contributions to Node itself. The intent here is to be able to quickly generate
new documentation and improve it with feedback from the community.
[pull-request](https://nodejs.org/en/get-involved/contribute/#code-contributions)
way as contributions to Node itself. The intent here is to be able to quickly
generate new documentation and improve it with feedback from the community.

The website should also be where we host information about where the project is
going and the features we're currently working on (more about that later). But
Expand All @@ -58,7 +58,7 @@ Road](http://blog.nodejs.org/2014/06/11/notes-from-the-road/) events there are
often questions about what does and doesn't go into core. How the team
identifies what those features are and when you decide to integrate them. I've
spent a lot of time talking about that but I've also
[added](http://nodejs.org/about/organization) it to the new documentation on
[added](https://nodejs.org/en/about/organization) it to the new documentation on
the site.

It's pretty straight forward, but in short if Node.js needs an interface to
Expand Down Expand Up @@ -146,7 +146,7 @@ responsible for the entirety of that subsystem, but they guide its progress by
communicating with end users, reviewing bugs and pull requests, and identifying
test cases and consumers of new features. People come and go from the core
team, and recently we've added [some
documentation](http://nodejs.org/about/organization) that describes how you
documentation](https://nodejs.org/en/about/organization) that describes how you
find your way onto that team. It's based largely around our contribution
process. It's not about who you work for, or about who you know, it's about
your ability to provide technical improvement to the project itself.
Expand Down
2 changes: 1 addition & 1 deletion locale/en/blog/feature/streams2.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,4 +851,4 @@ for examples and testing, but there are occasionally use cases where
it can come in handy.


[EventEmitter]: http://nodejs.org/api/events.html#events_class_events_eventemitter
[EventEmitter]: https://nodejs.org/api/events.html#events_class_events_eventemitter
26 changes: 13 additions & 13 deletions locale/en/blog/release/v0.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The benchmarks below were run on an Apple 13-inch, Late 2011 MacBook
Pro with a 2.8 GHz Intel Core i7 processor, 8GB of 1333MHz DDR3 RAM,
running OS X Lion 10.7.5 (11G63b). The numbers are slightly different
on Linux and SmartOS, but the conclusions are the same. The [raw data
is available](http://nodejs.org/benchmarks-v0.10-vs-v0.8/), as well.
is available](https://nodejs.org/benchmarks-v0.10-vs-v0.8/), as well.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

  1. This must have come form a different source, as it wasn't part of the old nodejs.org website repo.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I could dig up the files for this but I think it'd be best to let it 404 at this stage, no harm in having it go via https though, it'd get redirected there anyway


## Benchmarks: http

Expand Down Expand Up @@ -442,29 +442,29 @@ And now, the traditional release notes:
* win/tty: don't touch insert mode or quick edit mode (Bert Belder)


Source Code: http://nodejs.org/dist/v0.10.0/node-v0.10.0.tar.gz
Source Code: https://nodejs.org/dist/v0.10.0/node-v0.10.0.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.0/node-v0.10.0.pkg
Macintosh Installer (Universal): https://nodejs.org/dist/v0.10.0/node-v0.10.0.pkg

Windows Installer: http://nodejs.org/dist/v0.10.0/node-v0.10.0-x86.msi
Windows Installer: https://nodejs.org/dist/v0.10.0/node-v0.10.0-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.10.0/x64/node-v0.10.0-x64.msi
Windows x64 Installer: https://nodejs.org/dist/v0.10.0/x64/node-v0.10.0-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.10.0/x64/
Windows x64 Files: https://nodejs.org/dist/v0.10.0/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.10.0/node-v0.10.0-linux-x86.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v0.10.0/node-v0.10.0-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.10.0/node-v0.10.0-linux-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v0.10.0/node-v0.10.0-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.0/node-v0.10.0-sunos-x86.tar.gz
Solaris 32-bit Binary: https://nodejs.org/dist/v0.10.0/node-v0.10.0-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.0/node-v0.10.0-sunos-x64.tar.gz
Solaris 64-bit Binary: https://nodejs.org/dist/v0.10.0/node-v0.10.0-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.10.0/
Other release files: https://nodejs.org/dist/v0.10.0/

Website: http://nodejs.org/docs/v0.10.0/
Website: https://nodejs.org/docs/v0.10.0/

Documentation: http://nodejs.org/docs/v0.10.0/api/
Documentation: https://nodejs.org/docs/v0.10.0/api/

Shasums:

Expand Down
24 changes: 12 additions & 12 deletions locale/en/blog/release/v0.10.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@ layout: blog-post.hbs
* node: Unwrap without aborting in handle fd getter (isaacs)


Source Code: http://nodejs.org/dist/v0.10.1/node-v0.10.1.tar.gz
Source Code: https://nodejs.org/dist/v0.10.1/node-v0.10.1.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.1/node-v0.10.1.pkg
Macintosh Installer (Universal): https://nodejs.org/dist/v0.10.1/node-v0.10.1.pkg

Windows Installer: http://nodejs.org/dist/v0.10.1/node-v0.10.1-x86.msi
Windows Installer: https://nodejs.org/dist/v0.10.1/node-v0.10.1-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.10.1/x64/node-v0.10.1-x64.msi
Windows x64 Installer: https://nodejs.org/dist/v0.10.1/x64/node-v0.10.1-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.10.1/x64/
Windows x64 Files: https://nodejs.org/dist/v0.10.1/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.10.1/node-v0.10.1-linux-x86.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v0.10.1/node-v0.10.1-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.10.1/node-v0.10.1-linux-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v0.10.1/node-v0.10.1-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.1/node-v0.10.1-sunos-x86.tar.gz
Solaris 32-bit Binary: https://nodejs.org/dist/v0.10.1/node-v0.10.1-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.1/node-v0.10.1-sunos-x64.tar.gz
Solaris 64-bit Binary: https://nodejs.org/dist/v0.10.1/node-v0.10.1-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.10.1/
Other release files: https://nodejs.org/dist/v0.10.1/

Website: http://nodejs.org/docs/v0.10.1/
Website: https://nodejs.org/docs/v0.10.1/

Documentation: http://nodejs.org/docs/v0.10.1/api/
Documentation: https://nodejs.org/docs/v0.10.1/api/

Shasums:
```
Expand Down
24 changes: 12 additions & 12 deletions locale/en/blog/release/v0.10.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@ layout: blog-post.hbs
* stream: unshift('') is a noop (isaacs)


Source Code: http://nodejs.org/dist/v0.10.10/node-v0.10.10.tar.gz
Source Code: https://nodejs.org/dist/v0.10.10/node-v0.10.10.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.10/node-v0.10.10.pkg
Macintosh Installer (Universal): https://nodejs.org/dist/v0.10.10/node-v0.10.10.pkg

Windows Installer: http://nodejs.org/dist/v0.10.10/node-v0.10.10-x86.msi
Windows Installer: https://nodejs.org/dist/v0.10.10/node-v0.10.10-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.10.10/x64/node-v0.10.10-x64.msi
Windows x64 Installer: https://nodejs.org/dist/v0.10.10/x64/node-v0.10.10-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.10.10/x64/
Windows x64 Files: https://nodejs.org/dist/v0.10.10/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.10.10/node-v0.10.10-linux-x86.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v0.10.10/node-v0.10.10-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.10.10/node-v0.10.10-linux-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v0.10.10/node-v0.10.10-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.10/node-v0.10.10-sunos-x86.tar.gz
Solaris 32-bit Binary: https://nodejs.org/dist/v0.10.10/node-v0.10.10-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.10/node-v0.10.10-sunos-x64.tar.gz
Solaris 64-bit Binary: https://nodejs.org/dist/v0.10.10/node-v0.10.10-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.10.10/
Other release files: https://nodejs.org/dist/v0.10.10/

Website: http://nodejs.org/docs/v0.10.10/
Website: https://nodejs.org/docs/v0.10.10/

Documentation: http://nodejs.org/docs/v0.10.10/api/
Documentation: https://nodejs.org/docs/v0.10.10/api/

Shasums:

Expand Down
24 changes: 12 additions & 12 deletions locale/en/blog/release/v0.10.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@ layout: blog-post.hbs



Source Code: http://nodejs.org/dist/v0.10.11/node-v0.10.11.tar.gz
Source Code: https://nodejs.org/dist/v0.10.11/node-v0.10.11.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.11/node-v0.10.11.pkg
Macintosh Installer (Universal): https://nodejs.org/dist/v0.10.11/node-v0.10.11.pkg

Windows Installer: http://nodejs.org/dist/v0.10.11/node-v0.10.11-x86.msi
Windows Installer: https://nodejs.org/dist/v0.10.11/node-v0.10.11-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.10.11/x64/node-v0.10.11-x64.msi
Windows x64 Installer: https://nodejs.org/dist/v0.10.11/x64/node-v0.10.11-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.10.11/x64/
Windows x64 Files: https://nodejs.org/dist/v0.10.11/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.10.11/node-v0.10.11-linux-x86.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v0.10.11/node-v0.10.11-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.10.11/node-v0.10.11-linux-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v0.10.11/node-v0.10.11-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.11/node-v0.10.11-sunos-x86.tar.gz
Solaris 32-bit Binary: https://nodejs.org/dist/v0.10.11/node-v0.10.11-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.11/node-v0.10.11-sunos-x64.tar.gz
Solaris 64-bit Binary: https://nodejs.org/dist/v0.10.11/node-v0.10.11-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.10.11/
Other release files: https://nodejs.org/dist/v0.10.11/

Website: http://nodejs.org/docs/v0.10.11/
Website: https://nodejs.org/docs/v0.10.11/

Documentation: http://nodejs.org/docs/v0.10.11/api/
Documentation: https://nodejs.org/docs/v0.10.11/api/

Shasums:

Expand Down
24 changes: 12 additions & 12 deletions locale/en/blog/release/v0.10.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@ layout: blog-post.hbs
* configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)


Source Code: http://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz
Source Code: https://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.12/node-v0.10.12.pkg
Macintosh Installer (Universal): https://nodejs.org/dist/v0.10.12/node-v0.10.12.pkg

Windows Installer: http://nodejs.org/dist/v0.10.12/node-v0.10.12-x86.msi
Windows Installer: https://nodejs.org/dist/v0.10.12/node-v0.10.12-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.10.12/x64/node-v0.10.12-x64.msi
Windows x64 Installer: https://nodejs.org/dist/v0.10.12/x64/node-v0.10.12-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.10.12/x64/
Windows x64 Files: https://nodejs.org/dist/v0.10.12/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.10.12/node-v0.10.12-linux-x86.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v0.10.12/node-v0.10.12-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.10.12/node-v0.10.12-linux-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v0.10.12/node-v0.10.12-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.12/node-v0.10.12-sunos-x86.tar.gz
Solaris 32-bit Binary: https://nodejs.org/dist/v0.10.12/node-v0.10.12-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.12/node-v0.10.12-sunos-x64.tar.gz
Solaris 64-bit Binary: https://nodejs.org/dist/v0.10.12/node-v0.10.12-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.10.12/
Other release files: https://nodejs.org/dist/v0.10.12/

Website: http://nodejs.org/docs/v0.10.12/
Website: https://nodejs.org/docs/v0.10.12/

Documentation: http://nodejs.org/docs/v0.10.12/api/
Documentation: https://nodejs.org/docs/v0.10.12/api/

Shasums:

Expand Down
24 changes: 12 additions & 12 deletions locale/en/blog/release/v0.10.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@ layout: blog-post.hbs
* src: fix memory leak in UsingDomains() (Ben Noordhuis)


Source Code: http://nodejs.org/dist/v0.10.13/node-v0.10.13.tar.gz
Source Code: https://nodejs.org/dist/v0.10.13/node-v0.10.13.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.13/node-v0.10.13.pkg
Macintosh Installer (Universal): https://nodejs.org/dist/v0.10.13/node-v0.10.13.pkg

Windows Installer: http://nodejs.org/dist/v0.10.13/node-v0.10.13-x86.msi
Windows Installer: https://nodejs.org/dist/v0.10.13/node-v0.10.13-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.10.13/x64/node-v0.10.13-x64.msi
Windows x64 Installer: https://nodejs.org/dist/v0.10.13/x64/node-v0.10.13-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.10.13/x64/
Windows x64 Files: https://nodejs.org/dist/v0.10.13/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-linux-x86.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v0.10.13/node-v0.10.13-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-linux-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v0.10.13/node-v0.10.13-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-sunos-x86.tar.gz
Solaris 32-bit Binary: https://nodejs.org/dist/v0.10.13/node-v0.10.13-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-sunos-x64.tar.gz
Solaris 64-bit Binary: https://nodejs.org/dist/v0.10.13/node-v0.10.13-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.10.13/
Other release files: https://nodejs.org/dist/v0.10.13/

Website: http://nodejs.org/docs/v0.10.13/
Website: https://nodejs.org/docs/v0.10.13/

Documentation: http://nodejs.org/docs/v0.10.13/api/
Documentation: https://nodejs.org/docs/v0.10.13/api/

Shasums:
```
Expand Down
Loading