From 766b56454ec05245c478fcb41ce8436c3797d908 Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:14:55 +0000 Subject: [PATCH 1/8] Cleaning up the README.md to point to io.js --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b157ddd3f2acc9..03774a12b96b35 100644 --- a/README.md +++ b/README.md @@ -115,14 +115,14 @@ vcbuild full-icu Resources for Newcomers --- - - [The Wiki](https://github.com/joyent/node/wiki) - - [nodejs.org](http://nodejs.org/) + - [The Wiki](https://github.com/iojs/io.js/wiki) + - [nodejs.org](http://iojs.org/) - [how to install node.js and npm (node package manager)](http://www.joyent.com/blog/installing-node-and-npm/) - [list of modules](https://github.com/joyent/node/wiki/modules) - [searching the npm registry](http://npmjs.org/) - [list of companies and projects using node](https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node) - [node.js mailing list](http://groups.google.com/group/nodejs) - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) - - [community](https://github.com/joyent/node/wiki/Community) - - [contributing](https://github.com/joyent/node/wiki/Contributing) - - [big list of all the helpful wiki pages](https://github.com/joyent/node/wiki/_pages) + - [community](https://github.com/iojs/io.js/wiki/Community) + - [contributing]https://github.com/iojs/io.js/wiki/Contributing) + - [big list of all the helpful wiki pages](https://github.com/iojs/io.js/wiki/_pages) From 2a786748241eba0f57fe95e54780fea78e0a334b Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:15:14 +0000 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03774a12b96b35..089bb88564f697 100644 --- a/README.md +++ b/README.md @@ -124,5 +124,5 @@ Resources for Newcomers - [node.js mailing list](http://groups.google.com/group/nodejs) - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) - [community](https://github.com/iojs/io.js/wiki/Community) - - [contributing]https://github.com/iojs/io.js/wiki/Contributing) + - [contributing](https://github.com/iojs/io.js/wiki/Contributing) - [big list of all the helpful wiki pages](https://github.com/iojs/io.js/wiki/_pages) From 58d5a7087c1e53c9b2562cbcf525a39f07dd720b Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:20:39 +0000 Subject: [PATCH 3/8] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 089bb88564f697..8dd54427f2defc 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,11 @@ vcbuild full-icu Resources for Newcomers --- - [The Wiki](https://github.com/iojs/io.js/wiki) - - [nodejs.org](http://iojs.org/) + - [iojs.org](http://iojs.org/) - [how to install node.js and npm (node package manager)](http://www.joyent.com/blog/installing-node-and-npm/) - - [list of modules](https://github.com/joyent/node/wiki/modules) - [searching the npm registry](http://npmjs.org/) - - [list of companies and projects using node](https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node) - - [node.js mailing list](http://groups.google.com/group/nodejs) - - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) + - [io.js mailing list](http://groups.google.com/group/iojs) + - irc chatroom, [#io.js on freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4) - [community](https://github.com/iojs/io.js/wiki/Community) - [contributing](https://github.com/iojs/io.js/wiki/Contributing) - [big list of all the helpful wiki pages](https://github.com/iojs/io.js/wiki/_pages) From f611e5e43ad427f53889205dfe2e2083d2893434 Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:23:31 +0000 Subject: [PATCH 4/8] Adds updated URLs for io.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dd54427f2defc..28cd01e106e593 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,4 @@ Resources for Newcomers - [community](https://github.com/iojs/io.js/wiki/Community) - [contributing](https://github.com/iojs/io.js/wiki/Contributing) - [big list of all the helpful wiki pages](https://github.com/iojs/io.js/wiki/_pages) + From fadc547ea680455282db97ee3ef3fc64d09f5455 Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:33:46 +0000 Subject: [PATCH 5/8] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 28cd01e106e593..fe3291b859b6c6 100644 --- a/README.md +++ b/README.md @@ -115,13 +115,17 @@ vcbuild full-icu Resources for Newcomers --- - - [The Wiki](https://github.com/iojs/io.js/wiki) - - [iojs.org](http://iojs.org/) + - [The io.js Wiki](https://github.com/iojs/io.js/wiki) + - [The node Wiki](https://github.com/joyent/node/wiki) + - [iojs.org](http://iojs.org) + - [nodejs.org](http://nodejs.org/) - [how to install node.js and npm (node package manager)](http://www.joyent.com/blog/installing-node-and-npm/) + - [list of node modules](https://github.com/joyent/node/wiki/modules) - [searching the npm registry](http://npmjs.org/) - - [io.js mailing list](http://groups.google.com/group/iojs) - - irc chatroom, [#io.js on freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4) - - [community](https://github.com/iojs/io.js/wiki/Community) - - [contributing](https://github.com/iojs/io.js/wiki/Contributing) - - [big list of all the helpful wiki pages](https://github.com/iojs/io.js/wiki/_pages) - + - [list of companies and projects using node](https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node) + - [node.js mailing list](http://groups.google.com/group/nodejs) + - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) + - [node community](https://github.com/joyent/node/wiki/Community) + - [contributing](https://github.com/io.js/iojs/wiki/Contributing) + - - [big list of all the helpful wiki pages](https://github.com/joynet/node/wiki/_pages) + - [big list of all the helpful wiki pages](https://github.com/io.js/iojs/wiki/_pages) From 448a20fd6fc54ae86caed8d723bae9cdb1c64ae0 Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:34:19 +0000 Subject: [PATCH 6/8] Fixes typos and markdown fails --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe3291b859b6c6..9a18d5ce899939 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,5 @@ Resources for Newcomers - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) - [node community](https://github.com/joyent/node/wiki/Community) - [contributing](https://github.com/io.js/iojs/wiki/Contributing) - - - [big list of all the helpful wiki pages](https://github.com/joynet/node/wiki/_pages) + - [big list of all the helpful wiki pages](https://github.com/joynet/node/wiki/_pages) - [big list of all the helpful wiki pages](https://github.com/io.js/iojs/wiki/_pages) From ff8f602fc4d533f4402f63c6f7e6bf8ae7a65e6d Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:35:07 +0000 Subject: [PATCH 7/8] Differentiating between io.js and node --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a18d5ce899939..555794ff378fa5 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,6 @@ Resources for Newcomers - [node.js mailing list](http://groups.google.com/group/nodejs) - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) - [node community](https://github.com/joyent/node/wiki/Community) - - [contributing](https://github.com/io.js/iojs/wiki/Contributing) - - [big list of all the helpful wiki pages](https://github.com/joynet/node/wiki/_pages) - - [big list of all the helpful wiki pages](https://github.com/io.js/iojs/wiki/_pages) + - [io.js contributing](https://github.com/io.js/iojs/wiki/Contributing) + - [big list of all the helpful node wiki pages](https://github.com/joynet/node/wiki/_pages) + - [big list of all the helpful io.js wiki pages](https://github.com/io.js/iojs/wiki/_pages) From 54c489826b2acdab9d3281e3edee5b83eca7f6d9 Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 5 Dec 2014 13:43:03 +0000 Subject: [PATCH 8/8] Removed node from 'list of node modules' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 555794ff378fa5..c72f5fb91e159a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Resources for Newcomers - [iojs.org](http://iojs.org) - [nodejs.org](http://nodejs.org/) - [how to install node.js and npm (node package manager)](http://www.joyent.com/blog/installing-node-and-npm/) - - [list of node modules](https://github.com/joyent/node/wiki/modules) + - [list of modules](https://github.com/joyent/node/wiki/modules) - [searching the npm registry](http://npmjs.org/) - [list of companies and projects using node](https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node) - [node.js mailing list](http://groups.google.com/group/nodejs)