Browse Source

Mentioning the google group in the README and documentation.

v0.7.4-release
Urban Hafner 16 years ago
parent
commit
9e6603476a
  1. 3
      README
  2. 23
      website/index.html

3
README

@ -2,6 +2,9 @@ Purely evented I/O for V8 javascript.
See http://tinyclouds.org/node for more information. 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 To build
./configure ./configure

23
website/index.html

@ -14,11 +14,12 @@
<body onload="sh_highlightDocument();"> <body onload="sh_highlightDocument();">
<div id="toc"> <div id="toc">
<ol> <ol>
<li><a href="#audience">Audience</a> <li><a href="#audience">Audience</a></li>
<li><a href="#about">About</a> <li><a href="#about">About</a></li>
<li><a href="#download">Download</a> <li><a href="#download">Download</a></li>
<li><a href="#build">Build</a> <li><a href="#build">Build</a></li>
<li><a href="api.html">Documentation</a> <li><a href="#community">Community</a></li>
<li><a href="api.html">Documentation</a></li>
</ol> </ol>
</div> </div>
<div id="content"> <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. <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 <p>This project is for those interested in
<ul> <ul>
@ -59,7 +60,7 @@ Server running at http://127.0.0.1:8000/
<li>developing new web frameworks <li>developing new web frameworks
</ul> </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 <p> Node's goal is to provide an easy way to build scalable network
programs. programs.
@ -161,5 +162,13 @@ make install
make test make test
</pre> </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> </body>
</html> </html>

Loading…
Cancel
Save