Skip to content

Commit

Permalink
Mentioning the google group in the README and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Jun 5, 2009
1 parent c226f81 commit 9e66034
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Purely evented I/O for V8 javascript.

See http://tinyclouds.org/node for more information.

For help and discussion subscribe to the mailing list at
http://groups.google.com/group/nodejs or send an email to
nodejs+subscribe@googlegroups.com.

To build
./configure
Expand Down
23 changes: 16 additions & 7 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
<body onload="sh_highlightDocument();">
<div id="toc">
<ol>
<li><a href="#audience">Audience</a>
<li><a href="#about">About</a>
<li><a href="#download">Download</a>
<li><a href="#build">Build</a>
<li><a href="api.html">Documentation</a>
<li><a href="#audience">Audience</a></li>
<li><a href="#about">About</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#build">Build</a></li>
<li><a href="#community">Community</a></li>
<li><a href="api.html">Documentation</a></li>
</ol>
</div>
<div id="content">
Expand Down Expand Up @@ -50,7 +51,7 @@ <h1><a href="http://tinyclouds.org/node">Node</a></h1>

<p> See the <a href="api.html">API documentation</a> for more examples.

<h2 id=audience>Audience</h2>
<h2 id="audience">Audience</h2>

<p>This project is for those interested in
<ul>
Expand All @@ -59,7 +60,7 @@ <h2 id=audience>Audience</h2>
<li>developing new web frameworks
</ul>

<h2 id=about>About</h2>
<h2 id="about">About</h2>

<p> Node's goal is to provide an easy way to build scalable network
programs.
Expand Down Expand Up @@ -161,5 +162,13 @@ <h2 id="build">Build</h2>
make test
</pre>

<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:nodejs+subscribe@googlegroups.com">nodejs+subscribe@googlegroups.com</a>.
</p>

</body>
</html>

0 comments on commit 9e66034

Please sign in to comment.