mirror of https://github.com/nodejs/node.git
correct some inline links in api document
parent
ae8262a176
commit
b2fd88ef7a
|
@ -12,7 +12,7 @@ knowledge of several libraries:
|
||||||
descriptor to become readable, wait for a timer, or wait for a signal to
|
descriptor to become readable, wait for a timer, or wait for a signal to
|
||||||
received one will need to interface with libev. That is, if you perform
|
received one will need to interface with libev. That is, if you perform
|
||||||
any I/O, libev will need to be used. Node uses the `EV_DEFAULT` event
|
any I/O, libev will need to be used. Node uses the `EV_DEFAULT` event
|
||||||
loop. Documentation can be found http:/cvs.schmorp.de/libev/ev.html[here].
|
loop. Documentation can be found [here](http://cvs.schmorp.de/libev/ev.html).
|
||||||
|
|
||||||
- libeio, C thread pool library. Used to execute blocking POSIX system
|
- libeio, C thread pool library. Used to execute blocking POSIX system
|
||||||
calls asynchronously. Mostly wrappers already exist for such calls, in
|
calls asynchronously. Mostly wrappers already exist for such calls, in
|
||||||
|
@ -69,7 +69,7 @@ like this:
|
||||||
Running `node-waf configure build` will create a file
|
Running `node-waf configure build` will create a file
|
||||||
`build/default/hello.node` which is our Addon.
|
`build/default/hello.node` which is our Addon.
|
||||||
|
|
||||||
`node-waf` is just [WAF](http://code.google.com/p/waf/), the python-based build system. `node-waf` is
|
`node-waf` is just [WAF](http://code.google.com/p/waf), the python-based build system. `node-waf` is
|
||||||
provided for the ease of users.
|
provided for the ease of users.
|
||||||
|
|
||||||
All Node addons must export a function called `init` with this signature:
|
All Node addons must export a function called `init` with this signature:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
There are many third party modules for Node. At the time of writing, August
|
There are many third party modules for Node. At the time of writing, August
|
||||||
2010, the master repository of modules is
|
2010, the master repository of modules is
|
||||||
http://github.com/ry/node/wiki/modules[the wiki page].
|
[the wiki page](http://github.com/ry/node/wiki/modules).
|
||||||
|
|
||||||
This appendix is intended as a SMALL guide to new-comers to help them
|
This appendix is intended as a SMALL guide to new-comers to help them
|
||||||
quickly find what are considered to be quality modules. It is not intended
|
quickly find what are considered to be quality modules. It is not intended
|
||||||
|
|
Loading…
Reference in New Issue