mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Mentioning the google group in the README and documentation.
This commit is contained in:
3
README
3
README
@@ -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
|
||||
|
||||
@@ -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">
|
||||
@@ -50,7 +51,7 @@ Server running at http://127.0.0.1:8000/
|
||||
|
||||
<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>
|
||||
@@ -59,7 +60,7 @@ Server running at http://127.0.0.1:8000/
|
||||
<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.
|
||||
@@ -161,5 +162,13 @@ make install
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user