Skip to content

Commit 52491f9

Browse files
chore(blog): add and normalize authors (#7619)
* chore(blog): add and normalize authors * chore(blog): bis * fix: missing author bis fix: missing author bis * fix: test * use tsc repo as `website` Co-authored-by: Rafael Gonzaga <[email protected]> Signed-off-by: Augustin Mauroy <[email protected]> * fix: test bis --------- Signed-off-by: Augustin Mauroy <[email protected]> Co-authored-by: Rafael Gonzaga <[email protected]>
1 parent d291793 commit 52491f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+83
-47
lines changed

apps/site/authors.json

+40-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"website": "https://github.com/AugustinMauroy"
1616
},
1717
"Ben Noordhuis": {
18-
"id": "bennoordhuis",
18+
"id": "bnoordhuis",
1919
"name": "Ben Noordhuis",
2020
"website": "https://github.com/bnoordhuis"
2121
},
@@ -59,6 +59,11 @@
5959
"name": "Danielle Adams",
6060
"website": "https://github.com/danielleadams"
6161
},
62+
"Daniel Bevenius": {
63+
"id": "danbev",
64+
"name": "Daniel Bevenius",
65+
"webiste": "https://github.com/danbev"
66+
},
6267
"Dave Pacheco": {
6368
"id": "dave-pacheco",
6469
"name": "Dave Pacheco"
@@ -138,6 +143,16 @@
138143
"name": "Julián Duque",
139144
"website": "https://github.com/julianduque"
140145
},
146+
"Node.js Technical Steering Committee": {
147+
"id": "nodejs",
148+
"name": "Node.js Technical Steering Committee",
149+
"website": "https://github.com/nodejs/tsc"
150+
},
151+
"Matteo Collina": {
152+
"id": "mcollina",
153+
"name": "Matteo Collina",
154+
"webiste": "https://github.com/mcollina"
155+
},
141156
"Marco Ippolito": {
142157
"id": "marco-ippolito",
143158
"name": "Marco Ippolito",
@@ -177,9 +192,15 @@
177192
"name": "Myles Borins",
178193
"website": "https://github.com/mylesborins"
179194
},
180-
"Node.js Advisory Board": {
181-
"id": "advisory-board",
182-
"name": "Node.js Advisory Board"
195+
"piscisaureus": {
196+
"id": "piscisaureus",
197+
"name": "Bert Belder",
198+
"website": "https://github.com/piscisaureus"
199+
},
200+
"Rafael Gonzaga": {
201+
"id": "rafaelgss",
202+
"name": "Rafael Gonzaga",
203+
"website": "https://github.com/RafaelGSS"
183204
},
184205
"Richard Lau": {
185206
"id": "richardlau",
@@ -206,6 +227,11 @@
206227
"name": "Ryan Dahl",
207228
"website": "https://github.com/ry"
208229
},
230+
"Sam Roberts": {
231+
"id": "sam-github",
232+
"name": "Sam Roberts",
233+
"webiste": "https://github.com/sam-github"
234+
},
209235
"Scott Hammond": {
210236
"id": "scott-hammond",
211237
"name": "Scott Hammond"
@@ -230,6 +256,11 @@
230256
"name": "The Node.js Project",
231257
"website": "https://github.com/nodejs"
232258
},
259+
"Tierney Cyren": {
260+
"id": "bnb",
261+
"name": "Tierney Cyren",
262+
"website": "https://github.com/bnb"
263+
},
233264
"Timothy J Fontaine": {
234265
"id": "tjfontaine",
235266
"name": "Timothy J Fontaine",
@@ -244,6 +275,11 @@
244275
"name": "Ulises Gascón",
245276
"website": "https://github.com/UlisesGascon"
246277
},
278+
"Vladimir de Turckheim": {
279+
"id": "vdeturckheim",
280+
"name": "Vladimir de Turckheim",
281+
"webiste": "https://github.com/vdeturckheim"
282+
},
247283
"Yosuke Furukawa": {
248284
"id": "yosuke-furukawa",
249285
"name": "Yosuke Furukawa",

apps/site/pages/en/blog/release/v0.4.10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-07-20T14:36:38.000Z'
33
category: release
44
title: Node v0.4.10
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.07.19, Version 0.4.10 (stable)

apps/site/pages/en/blog/release/v0.4.11.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-08-18T08:44:42.000Z'
33
category: release
44
title: Node v0.4.11
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.08.17, Version 0.4.11 (stable)

apps/site/pages/en/blog/release/v0.4.12.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-09-16T00:32:07.000Z'
33
category: release
44
title: Node v0.4.12
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.09.15, Version 0.4.12 (stable)

apps/site/pages/en/blog/release/v0.4.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-03-19T05:17:59.000Z'
33
category: release
44
title: Node v0.4.3
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.03.18, Version 0.4.3 (stable)

apps/site/pages/en/blog/release/v0.4.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-03-26T15:58:45.000Z'
33
category: release
44
title: Node v0.4.4
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.03.26, Version 0.4.4 (stable)

apps/site/pages/en/blog/release/v0.4.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-02T09:04:58.000Z'
33
category: release
44
title: node v0.4.5
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.04.01, Version 0.4.5 (stable)

apps/site/pages/en/blog/release/v0.4.6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-14T12:00:30.000Z'
33
category: release
44
title: Node v0.4.6
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.04.13, Version 0.4.6 (stable)

apps/site/pages/en/blog/release/v0.4.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-23T07:47:55.000Z'
33
category: release
44
title: Node v0.4.7
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.04.22, Version 0.4.7 (stable)

apps/site/pages/en/blog/release/v0.4.8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-05-21T14:06:00.000Z'
33
category: release
44
title: Node v0.4.8
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.05.20, Version 0.4.8 (stable)

apps/site/pages/en/blog/release/v0.4.9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-06-29T18:41:05.000Z'
33
category: release
44
title: Node v0.4.9
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.06.29, Version 0.4.9 (stable)

apps/site/pages/en/blog/release/v0.5.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-07-06T09:23:17.000Z'
33
category: release
44
title: Node v0.5.0 (Unstable)
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.07.05, Version 0.5.0 (unstable)

apps/site/pages/en/blog/release/v0.5.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-07-15T06:48:08.000Z'
33
category: release
44
title: Node v0.5.1
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.07.14, Version 0.5.1 (unstable)

apps/site/pages/en/blog/release/v0.5.10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-10-22T02:12:31.000Z'
33
category: release
44
title: Node v0.5.10
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.10.21, Version 0.5.10 (unstable)

apps/site/pages/en/blog/release/v0.5.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-07-22T18:40:22.000Z'
33
category: release
44
title: Node v0.5.2
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.07.22, Version 0.5.2 (unstable)

apps/site/pages/en/blog/release/v0.5.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-08-02T15:03:06.000Z'
33
category: release
44
title: Node v0.5.3
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.08.01, Version 0.5.3 (unstable)

apps/site/pages/en/blog/release/v0.5.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-08-12T15:38:26.000Z'
33
category: release
44
title: Node v0.5.4
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.08.12, Version 0.5.4 (unstable)

apps/site/pages/en/blog/release/v0.5.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-08-27T06:20:10.000Z'
33
category: release
44
title: Node v0.5.5
55
layout: blog-post
6-
author: bennoordhuis
6+
author: Ben Noordhuis
77
---
88

99
2011.08.26, Version 0.5.5 (unstable)

apps/site/pages/en/blog/release/v0.5.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-09-17T01:57:03.000Z'
33
category: release
44
title: Node v0.5.7 (unstable)
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.09.16, Version 0.5.7 (unstable)

apps/site/pages/en/blog/release/v0.5.8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-09-30T23:47:11.000Z'
33
category: release
44
title: Node v0.5.8
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.09.30, Version 0.5.8 (unstable)

apps/site/pages/en/blog/release/v0.5.9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-10-11T02:06:21.000Z'
33
category: release
44
title: Node v0.5.9
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.10.10, Version 0.5.9 (unstable)

apps/site/pages/en/blog/release/v0.6.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-11-05T09:07:10.000Z'
33
category: release
44
title: Node v0.6.0
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
We are happy to announce the third stable branch of Node v0.6. We will be freezing JavaScript, C++, and binary interfaces for all v0.6 releases.

apps/site/pages/en/blog/release/v0.6.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-11-11T23:34:15.000Z'
33
category: release
44
title: Node v0.6.1
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.11.11, Version 0.6.1 (stable)

apps/site/pages/en/blog/release/v0.6.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-11-18T23:35:32.000Z'
33
category: release
44
title: Node v0.6.2
55
layout: blog-post
6-
author: bennoordhuis
6+
author: Ben Noordhuis
77
---
88

99
2011.11.18, Version 0.6.2 (stable)

apps/site/pages/en/blog/release/v0.6.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-12-02T02:20:14.000Z'
33
category: release
44
title: Node v0.6.4
55
layout: blog-post
6-
author: bennoordhuis
6+
author: Ben Noordhuis
77
---
88

99
2011.12.02, Version 0.6.4 (stable)

apps/site/pages/en/blog/release/v0.6.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-12-04T08:59:57.000Z'
33
category: release
44
title: Node v0.6.5
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.12.04, Version 0.6.5 (stable)

apps/site/pages/en/blog/release/v0.7.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2012-01-17T03:58:28.000Z'
33
category: release
44
title: Node v0.7.0 (Unstable)
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
**This is the first release in the unstable v0.7 series. Almost all users will want to remain using the stable v0.6 releases.**

apps/site/pages/en/blog/uncategorized/an-easy-way-to-build-scalable-network-programs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-10-04T22:39:56.000Z'
33
category: uncategorized
44
title: An Easy Way to Build Scalable Network Programs
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
Suppose you're writing a web server which does video encoding on each file upload. Video encoding is very much compute bound. Some recent blog posts suggest that Node.js would fail miserably at this.

apps/site/pages/en/blog/uncategorized/development-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-05T03:16:27.000Z'
33
category: uncategorized
44
title: Development Environment
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
If you're compiling a software package because you need a particular version (e.g. the latest), then it requires a little bit more maintenance than using a package manager like `dpkg`. Software that you compile yourself should _not_ go into `/usr`, it should go into your home directory. This is part of being a software developer.

apps/site/pages/en/blog/uncategorized/growing-up.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-12-15T19:59:15.000Z'
33
category: uncategorized
44
title: Growing up
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
This week Microsoft announced [support for Node in Windows Azure](https://www.windowsazure.com/en-us/develop/nodejs/), their cloud computing platform. For the Node core team and the community, this is an important milestone. We've worked hard over the past six months reworking Node's machinery to support IO completion ports and Visual Studio to provide a good native port to Windows. The overarching goal of the port was to expand our user base to the largest number of developers. Happily, this has paid off in the form of being a first class citizen on Azure. Many users who would have never used Node as a pure Unix tool are now up and running on the Windows platform. More users translates into a deeper and better ecosystem of modules, which makes for a better experience for everyone.

apps/site/pages/en/blog/uncategorized/jobs-nodejs-org.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-03-25T06:05:22.000Z'
33
category: uncategorized
44
title: jobs.nodejs.org
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
We are starting an official jobs board for Node. There are two goals for this

apps/site/pages/en/blog/uncategorized/libuv-status-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-09-23T19:45:50.000Z'
33
category: uncategorized
44
title: libuv status report
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
We [announced](http://blog.nodejs.org/2011/06/23/porting-node-to-windows-with-microsoft%E2%80%99s-help/) back in July that with Microsoft's support Joyent would be porting Node to Windows. This effort is ongoing but I thought it would be nice to make a status report post about the new platform library [`libuv`](https://github.com/libuv/libuv) which has resulted from porting Node to Windows.

apps/site/pages/en/blog/uncategorized/node-meetup-this-thursday.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-08-03T04:37:02.000Z'
33
category: uncategorized
44
title: Node Meetup this Thursday
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
[https://nodejs.org/meetup/](https://nodejs.org/meetup/)

apps/site/pages/en/blog/uncategorized/node-office-hours-cut-short.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-28T16:04:35.000Z'
33
category: uncategorized
44
title: Node Office Hours Cut Short
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
This week office hours are only from 4pm to 6pm. Isaac will be in the Joyent office in SF - everyone else is out of town. Sign up at http://nodeworkup.eventbrite.com/ if you would like to come.

apps/site/pages/en/blog/uncategorized/office-hours.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-03-24T04:42:47.000Z'
33
category: uncategorized
44
title: Office Hours
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
Starting next Thursday Isaac, Tom, and I will be holding weekly office hours at [Joyent HQ](http://maps.google.com/maps?q=345+California+St,+San+Francisco,+CA+94104&layer=c&sll=37.793040,-122.400491&cbp=13,178.31,,0,-60.77&cbll=37.793131,-122.400484&hl=en&sspn=0.006295,0.006295&ie=UTF8&hq=&hnear=345+California+St,+San+Francisco,+California+94104&ll=37.793131,-122.400484&spn=0.001295,0.003428&z=19&panoid=h0dlz3VG-hMKlzOu0LxMIg) in San Francisco. Office hours are meant to be subdued working time - there are no talks and no alcohol. Bring your bugs or just come and hack with us.

0 commit comments

Comments
 (0)