diff --git a/README.md b/README.md index d3ffbd0145..aa505e555b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Resources for Newcomers - [nodejs.org](http://nodejs.org/) - [how to install node.js and npm (node package manager)](http://joyeur.com/2010/12/10/installing-node-and-npm/) - [list of modules](https://github.com/joyent/node/wiki/modules) - - [searching the npm registry](http://search.npmjs.org/) + - [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) diff --git a/doc/about/index.html b/doc/about/index.html index 43422a662d..f1dea6b243 100644 --- a/doc/about/index.html +++ b/doc/about/index.html @@ -24,7 +24,7 @@
  • Home
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • @@ -116,7 +116,7 @@ console.log('Server running at http://127.0.0.1:1337/');
  • Node.js
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index dade323564..85c9c8b8d4 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -466,11 +466,6 @@ See also: `child_process.exec()` and `child_process.fork()` * `command` {String} The command to run, with space-separated arguments * `options` {Object} * `cwd` {String} Current working directory of the child process - * `stdio` {Array|String} Child's stdio configuration. (See above) - Only stdin is configurable, anything else will lead to unpredictable - results. - * `customFds` {Array} **Deprecated** File descriptors for the child to use - for stdio. (See above) * `env` {Object} Environment key-value pairs * `encoding` {String} (Default: 'utf8') * `timeout` {Number} (Default: 0) @@ -524,9 +519,6 @@ the child process is killed. * `args` {Array} List of string arguments * `options` {Object} * `cwd` {String} Current working directory of the child process - * `stdio` {Array|String} Child's stdio configuration. (See above) - * `customFds` {Array} **Deprecated** File descriptors for the child to use - for stdio. (See above) * `env` {Object} Environment key-value pairs * `encoding` {String} (Default: 'utf8') * `timeout` {Number} (Default: 0) diff --git a/doc/api/stream.markdown b/doc/api/stream.markdown index dd2fde0681..12bf26f31f 100644 --- a/doc/api/stream.markdown +++ b/doc/api/stream.markdown @@ -549,6 +549,10 @@ Emitted when the stream's write queue empties and it's safe to write without buffering again. Listen for it when `stream.write()` returns `false`. +### Event: 'error' + +Emitted if there was an error receiving data. + ### Event: 'close' Emitted when the underlying resource (for example, the backing file diff --git a/doc/blog.html b/doc/blog.html index 4aa9d8de38..f6d9cf805b 100644 --- a/doc/blog.html +++ b/doc/blog.html @@ -86,7 +86,7 @@
  • About
  • -
  • npm +
  • npm Registry
  • Docs
  • @@ -213,7 +213,7 @@
  • Node.js
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • diff --git a/doc/blog/Uncategorized/version-0-6.md b/doc/blog/Uncategorized/version-0-6.md index 8dd9719e71..5cde4c61e7 100644 --- a/doc/blog/Uncategorized/version-0-6.md +++ b/doc/blog/Uncategorized/version-0-6.md @@ -5,8 +5,19 @@ status: publish category: Uncategorized slug: version-0-6 -Version 0.6.0 will be released next week. Please spend some time this week upgrading your code to v0.5.10. Report any API differences at https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6 or report a bug to us at http://github.com/joyent/node/issues if you hit problems. +Version 0.6.0 will be released next week. Please spend some time this +week upgrading your code to v0.5.10. Report any API differences at https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6 +or report a bug to us at http://github.com/joyent/node/issues +if you hit problems. -The API changes between v0.4.12 and v0.5.10 are 99% cosmetic, minor, and easy to fix. Most people are able to migrate their code in 10 minutes. Don't fear. +The API changes between v0.4.12 and v0.5.10 are 99% cosmetic, minor, +and easy to fix. Most people are able to migrate their code in 10 +minutes. Don't fear. -Once you've ported your code to v0.5.10 please help out by testing third party modules. Make bug reports. Encourage authors to publish new versions of their modules. Go through the list of modules at http://search.npmjs.org/ and try out random ones. This is especially encouraged of Windows users! +Once you've ported your code to v0.5.10 please help out by testing +third party modules. Make bug reports. Encourage authors to publish +new versions of their modules. Go through the list of modules at http://npmjs.org/ and try out random +ones. This is especially encouraged of Windows users! diff --git a/doc/changelog-foot.html b/doc/changelog-foot.html index 427359c804..ff760e7c0b 100644 --- a/doc/changelog-foot.html +++ b/doc/changelog-foot.html @@ -7,7 +7,7 @@
  • Node.js
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • diff --git a/doc/changelog-head.html b/doc/changelog-head.html index fdab340267..946904d05d 100644 --- a/doc/changelog-head.html +++ b/doc/changelog-head.html @@ -19,7 +19,7 @@
  • Home
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • diff --git a/doc/community/index.html b/doc/community/index.html index 42a4140706..e47182d59e 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -28,7 +28,7 @@
  • Home
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • @@ -93,7 +93,7 @@ Projects, Applications, and Companies Using Node or the very long list of Node modules, many of which are published in the - npm registry. + npm registry.

    @@ -223,7 +223,7 @@
  • Node.js
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • diff --git a/doc/download/index.html b/doc/download/index.html index a4559b620b..c17f61bd3e 100644 --- a/doc/download/index.html +++ b/doc/download/index.html @@ -24,7 +24,7 @@
  • Home
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • @@ -162,7 +162,7 @@
  • Node.js
  • Download
  • About
  • -
  • npm Registry
  • +
  • npm Registry
  • Docs
  • Blog
  • Community
  • diff --git a/doc/index.html b/doc/index.html index 65f200910b..586ada181d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -118,7 +118,7 @@ server.listen(1337, '127.0.0.1');

    Explore Node.js