doc: Correct and add several items
Several names/urls were out of date, and some really awesome stuff was missing.
This commit is contained in:
parent
155df9ca76
commit
849c92fec7
@ -38,9 +38,8 @@
|
|||||||
|
|
||||||
<div id="column1" class="interior">
|
<div id="column1" class="interior">
|
||||||
<p>
|
<p>
|
||||||
Node's most valuable feature is the friendly and <a href=
|
Node's most valuable feature is the friendly and colorful
|
||||||
"http://blip.tv/jsconf/nodeconf-2011-marak-squires-5729610">colorful
|
community of developers. There are many places where this group
|
||||||
community</a> of developers. There are many places where this group
|
|
||||||
congregates on the internet. This page attempts to highlight the
|
congregates on the internet. This page attempts to highlight the
|
||||||
best forums.
|
best forums.
|
||||||
</p>
|
</p>
|
||||||
@ -50,7 +49,16 @@
|
|||||||
<h2 class="documentation">Documentation</h2>
|
<h2 class="documentation">Documentation</h2>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://nodejs.org/api">Official API docs</a> detail the
|
<a href="http://nodejs.org/api">Official API docs</a> detail the
|
||||||
node API.
|
Node API.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="http://nodeschool.io">NodeSchool.io</a> will teach you
|
||||||
|
Node.js concepts via interactive command-line games.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href=
|
||||||
|
"http://stackoverflow.com/questions/tagged/node.js">Stack
|
||||||
|
Overflow node.js tag</a> collects new information every day.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://docs.nodejitsu.com/">docs.nodejitsu.com</a>
|
<a href="http://docs.nodejitsu.com/">docs.nodejitsu.com</a>
|
||||||
@ -60,46 +68,50 @@
|
|||||||
<a href="http://howtonode.org/">How To Node</a> has a growing
|
<a href="http://howtonode.org/">How To Node</a> has a growing
|
||||||
number of useful tutorials.
|
number of useful tutorials.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<a href=
|
|
||||||
"http://stackoverflow.com/questions/tagged/node.js">Stack
|
|
||||||
Overflow node.js tag</a> collects new information every day.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2 class="github">GitHub</h2>
|
<h2 class="github">GitHub</h2>
|
||||||
<p>
|
<p>
|
||||||
All development takes place at
|
All development takes place at
|
||||||
<a href="http://github.com/joyent/node">
|
<a href="http://github.com/joyent/node"
|
||||||
http://github.com/joyent/node</a>. The comments on commit
|
>github.com/joyent/node</a>. This is where discussion
|
||||||
messages are often source of heated discussion regarding core
|
regarding core development occurs.
|
||||||
development.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>If you are interested in contributing to Node.js, please
|
||||||
The <a href="http://github.com/joyent/node/wiki">GitHub Node
|
first read the <a
|
||||||
wiki</a> is full of useful links for newcomers. Don't miss
|
href="https://github.com/joyent/node/blob/master/CONTRIBUTING.md#readme">contribution
|
||||||
<a href="https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node">
|
guide</a>.
|
||||||
Projects, Applications, and Companies Using Node</a> or the
|
|
||||||
<a href="https://github.com/joyent/node/wiki/modules">very long
|
|
||||||
list of Node modules</a>, many of which are published in the
|
|
||||||
<a href="http://npmjs.org/">npm registry</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row clearfix">
|
<div class="row clearfix">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2 class="mailing">Mailing List</h2>
|
<h2 class="mailing">Discussion</h2>
|
||||||
<p>
|
<p>
|
||||||
The <a href="http://groups.google.com/group/nodejs">mailing
|
The <a href="http://groups.google.com/group/nodejs">mailing
|
||||||
list</a> is used for announcements, discussion, and flame wars
|
list</a> is used for announcements and discussion about Node.
|
||||||
about Node.
|
</p>
|
||||||
|
<p>
|
||||||
|
The <a href="https://github.com/joyent/node/issues">github
|
||||||
|
issues list</a> is the place for discussion of Node.js core
|
||||||
|
features
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Many <a href="https://github.com/joyent/node/wiki/Node-Users">Node
|
||||||
|
users</a> are active on <a href="https://twitter.com/">Twitter</a>
|
||||||
|
as well.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2 class="periodicals">Periodicals</h2>
|
<h2 class="periodicals">Periodicals</h2>
|
||||||
|
<p>
|
||||||
|
<a href="http://nodeweekly.com/">Node.js Weekly</a> is an email
|
||||||
|
list that gathers up the latest events and news from around the
|
||||||
|
Node.js community.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://planetnodejs.com">Planet Node</a> is an
|
<a href="http://planetnodejs.com">Planet Node</a> is an
|
||||||
aggregator of Node developer blogs.
|
aggregator of Node developer blogs.
|
||||||
@ -108,12 +120,23 @@
|
|||||||
<a href="http://nodeup.com/">NodeUp</a> is a podcast covering
|
<a href="http://nodeup.com/">NodeUp</a> is a podcast covering
|
||||||
the latest Node news in the community.
|
the latest Node news in the community.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="http://nodejsreactions.tumblr.com">NodeJS Reactions</a>
|
||||||
|
captures the Node.js experience in the form of animated GIFs.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row clearfix">
|
<div class="row clearfix">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2 class="conferences">Conferences</h2>
|
<h2 class="conferences">Real Life Events</h2>
|
||||||
|
<p>
|
||||||
|
<a href="http://nodemeatspace.com/">Node Meatspace</a> is a
|
||||||
|
webpage listing upcoming meetups and events in different
|
||||||
|
places.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.nodeconf.com/">NodeConf</a> conferences are
|
<a href="http://www.nodeconf.com/">NodeConf</a> conferences are
|
||||||
the main event in the United States; they are organized by
|
the main event in the United States; they are organized by
|
||||||
@ -121,8 +144,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://nodedublin.com/">Node Dublin</a> is a Node
|
<a href="http://nodeconfeu.com/">NodeConf EU</a> is a Node
|
||||||
conference in Dublin Ireland, organized by Cian O'Maiden.
|
conference in Europe, organized by Cian O'Maiden.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user