Browse Source

add irc channel to website

v0.7.4-release
Ryan 16 years ago
parent
commit
b77e603e04
  1. 16
      website/index.html

16
website/index.html

@ -21,6 +21,7 @@
<li><a href="#about">About</a></li> <li><a href="#about">About</a></li>
<li><a href="#download">Download</a></li> <li><a href="#download">Download</a></li>
<li><a href="#build">Build</a></li> <li><a href="#build">Build</a></li>
<li><a href="#demo">Demo</a></li>
<li><a href="#community">Community</a></li> <li><a href="#community">Community</a></li>
<li><a href="api.html">Documentation</a></li> <li><a href="api.html">Documentation</a></li>
</ol> </ol>
@ -203,6 +204,15 @@ make install</pre>
<p>To run the tests</p> <p>To run the tests</p>
<pre class="sh_none">make test</pre> <pre class="sh_none">make test</pre>
<h2 id="demo">Demo</h2>
<p>
A chat room demo is running at <a
href="http://chat.tinyclouds.org">chat.tinyclouds.org</a>. The
source code for the chat room is at <a
href="http://github.com/ry/node_chat/tree/master">http://github.com/ry/node_chat</a>.
The chat room is not stable and might occasionally be down.
</p>
<h2 id="community">Community</h2> <h2 id="community">Community</h2>
<p> <p>
@ -210,11 +220,9 @@ make install</pre>
<a href="http://groups.google.com/group/nodejs">http://groups.google.com/group/nodejs</a> <a href="http://groups.google.com/group/nodejs">http://groups.google.com/group/nodejs</a>
or send an email to <a href="mailto:nodejs+subscribe@googlegroups.com">nodejs+subscribe@googlegroups.com</a>. or send an email to <a href="mailto:nodejs+subscribe@googlegroups.com">nodejs+subscribe@googlegroups.com</a>.
</p> </p>
<p> <p>
A chat room demo is running at <a href="http://chat.tinyclouds.org">chat.tinyclouds.org</a>. The source For real-time discussion, check irc.freenode.net #node.js.
code for the chat room is at <a href="http://github.com/ry/node_chat/tree/master">http://github.com/ry/node_chat</a>.
The chat room is not stable and may be occasionally go down.
</p> </p>
</div> </div>
</body> </body>

Loading…
Cancel
Save