-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
docs: replace all instances of node.js with io.js because trademark. #32
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# CONTRIBUTING | ||
|
||
The node.js project welcomes new contributors. This document will guide you | ||
The io.js project welcomes new contributors. This document will guide you | ||
through the process. | ||
|
||
|
||
|
@@ -19,7 +19,7 @@ Now decide if you want your feature or bug fix to go into the master branch | |
or the stable branch. As a rule of thumb, bug fixes go into the stable branch | ||
while new features go into the master branch. | ||
|
||
The stable branch is effectively frozen; patches that change the node.js | ||
The stable branch is effectively frozen; patches that change the io.js | ||
API/ABI or affect the run-time behavior of applications get rejected. | ||
|
||
The rules for the master branch are less strict; consult the | ||
|
@@ -29,13 +29,13 @@ In a nutshell, modules are at varying levels of API stability. Bug fixes are | |
always welcome but API or behavioral changes to modules at stability level 3 | ||
and up are off-limits. | ||
|
||
Node.js has several bundled dependencies in the deps/ and the tools/ | ||
io.js has several bundled dependencies in the deps/ and the tools/ | ||
directories that are not part of the project proper. Any changes to files | ||
in those directories or its subdirectories should be sent to their respective | ||
projects. Do not send your patch to us, we cannot accept it. | ||
|
||
In case of doubt, open an issue in the [issue tracker][], post your question | ||
to the [node.js mailing list][] or contact one of the [project maintainers][] | ||
to the [io.js mailing list][] or contact one of the [project maintainers][] | ||
on [IRC][]. | ||
|
||
Especially do so if you plan to work on something big. Nothing is more | ||
|
@@ -149,6 +149,6 @@ not send out notifications when you add commits. | |
|
||
[stability index page]: https://github.com/joyent/node/blob/master/doc/api/documentation.markdown | ||
[issue tracker]: https://github.com/joyent/node/issues | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this |
||
[node.js mailing list]: http://groups.google.com/group/nodejs | ||
[IRC]: http://webchat.freenode.net/?channels=node.js | ||
[io.js mailing list]: http://groups.google.com/group/nodejs | ||
[IRC]: http://webchat.freenode.net/?channels=io.js | ||
[project maintainers]: https://github.com/joyent/node/wiki/Project-Organization | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and absolutely this |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -539,8 +539,8 @@ maintained libraries. The externally maintained libraries used by Node are: | |
-------- | ||
|
||
|
||
"Node.js" and "node" trademark Joyent, Inc. npm is not officially | ||
part of the Node.js project, and is neither owned by nor | ||
"io.js" and "node" trademark Joyent, Inc. npm is not officially | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Well this looks wrong :) |
||
part of the io.js project, and is neither owned by nor | ||
officially affiliated with Joyent, Inc. | ||
|
||
Packages published in the npm registry (other than the Software and | ||
|
@@ -584,7 +584,7 @@ maintained libraries. The externally maintained libraries used by Node are: | |
THE SOFTWARE. | ||
""" | ||
|
||
- test/gc/node_modules/weak. Node-weak is a node.js addon that provides garbage | ||
- test/gc/node_modules/weak. Node-weak is a io.js addon that provides garbage | ||
collector notifications. Node-weak's license follows: | ||
""" | ||
Copyright (c) 2011, Ben Noordhuis <[email protected]> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,12 +117,12 @@ Resources for Newcomers | |
--- | ||
- [The Wiki](https://github.com/joyent/node/wiki) | ||
- [nodejs.org](http://nodejs.org/) | ||
- [how to install node.js and npm (node package manager)](http://www.joyent.com/blog/installing-node-and-npm/) | ||
- [how to install io.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/nodejs) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wut? |
||
- irc chatroom, [#io.js on freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4) | ||
- [community](https://github.com/joyent/node/wiki/Community) | ||
- [contributing](https://github.com/joyent/node/wiki/Contributing) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should change |
||
- [big list of all the helpful wiki pages](https://github.com/joyent/node/wiki/_pages) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can change