Skip to content

Commit

Permalink
Clean up homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 6, 2010
1 parent e72b072 commit 939a6c7
Showing 1 changed file with 29 additions and 24 deletions.
53 changes: 29 additions & 24 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
<li><a href="changelog.html">ChangeLog</a></li>
<li><a href="#build">Build</a></li>
<li><a href="#about">About</a></li>
<li><a href="#demo">Demo</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#contribute">Contribute</a></li>
<li><a href="#benchmarks">Benchmarks</a></li>
<li><a href="#links">Links</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="api.html">Documentation</a></li>
</ol>
</div>
Expand Down Expand Up @@ -208,32 +206,42 @@ <h2 id="about">About</h2>
</p>


<h2 id="demo">Demo</h2>
<p>
A chat room demo is running at <a
<h2 id="links">Links</h2>

<ul>

<li>
A chat room <b>demo</b> is running at <a
href="http://chat.nodejs.org">chat.nodejs.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>
</li>

<h2 id="community">Community</h2>
<p>
For help and discussion subscribe to the mailing list at
<li>
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>
For real-time discussion, check irc.freenode.net <code>#node.js</code>.
</li>

<p>
For real-time discussion, check irc.freenode.net #node.js.
</p>
<li>
<a href="http://nodejs.debuggable.com/">IRC logs</a>
</li>

<p>
<li>
<a href="http://wiki.github.com/ry/node">Projects/libraries which are using/for Node.js</a>
</p>
<h2 id="contribute">Contribute</h2>
</li>

<li>
<a href="http://buildbot.nodejs.org:8010/">Node.js buildbot</a>
</li>

</ul>

<h2 id="contributing">Contributing</h2>
<p>
Patches are always welcome. The process is simple:
Patches are welcome. The process is simple:
</p>

<pre class="sh_none">
Expand All @@ -253,13 +261,10 @@ <h2 id="contribute">Contribute</h2>
</p>

<p>
Feature patches should usually be discussed before putting in the work.
You should ask the mailing list if a new feature is wanted before
working on a patch.
</p>

<h2 id="benchmarks">Benchmarks</h2>
<p>
2009.09.06 <a href="http://four.livejournal.com/1019177.html">narwhal, node, v8cgi, thin/eventmachine</a>
</p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ?
Expand Down

0 comments on commit 939a6c7

Please sign in to comment.