Skip to content

Commit

Permalink
add irc channel to website
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 27, 2009
1 parent 9615c93 commit b77e603
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<li><a href="#about">About</a></li>
<li><a href="#download">Download</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="api.html">Documentation</a></li>
</ol>
Expand Down Expand Up @@ -203,18 +204,25 @@ <h2 id="build">Build</h2>
<p>To run the tests</p>

<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>
<p>
For help and discussion subscribe to the mailing list at
<a href="http://groups.google.com/group/nodejs">http://groups.google.com/group/nodejs</a>
or send an email to <a href="mailto:[email protected]">[email protected]</a>.
</p>

<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 may be occasionally go down.
For real-time discussion, check irc.freenode.net #node.js.
</p>
</div>
</body>
Expand Down

0 comments on commit b77e603

Please sign in to comment.