[enet-cvs] CVS: web index.html,1.2,1.3
Bruce
enet-discuss@lists.puremagic.com
Sun, 9 Jun 2002 10:38:39 -0600
Update of /home/enet/cvsroot/web
In directory sferik:/tmp/cvs-serv21059
Modified Files:
index.html
Log Message:
Put website's index.html into CVS and add mention of the enet-cvs list.
Index: index.html
===================================================================
RCS file: /home/enet/cvsroot/web/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.html 2002/02/10 22:48:40 1.2
+++ index.html 2002/06/09 16:38:37 1.3
@@ -5,8 +5,24 @@
<body>
<p>ENet is a UDP networking library that provides both reliable and semi-reliable transmission of data. The semi-reliable transmission only ensures that data is received in the order in which it was transmitted, not that the data will actually be received.</p>
-</p>An initial version can be <a href="download/enet.tar.gz">downloaded</a>. This release is the very first release, and will be augmented with documentation and other niceties over time.</p>
+<p>An initial version can be <a href="download/enet.tar.gz">downloaded</a>. This release is the very first release, and will be augmented with documentation and other niceties over time.</p>
+<p>To access ENet via anonymous CVS, you may use the CVSROOT <code>:pserver:anoncvs@sferik.cubik.org:/home/enet/cvsroot</code> with an empty password:</p>
+
+<blockquote>
+<pre>cvs -z3 -d :pserver:anoncvs@sferik.cubik.org:/home/enet/cvsroot login</pre>
+<p>Hit the <code>return</code> key when prompted for a password.</p>
+
+<pre>cvs -z3 co -l .</pre>
+<pre>cvs -z3 co enet</pre>
+</blockquote>
+
+<p>This will create a CVS directory in the current directory, and with the second command, will proceed to check the <code>enet</code> module out of CVS.</p>
+
+<p>Any problems with CVS access or requests for write access should be sent via email to <code>enet-discuss</code> mailing list.</p>
+
<p>The <a href="http://lists.puremagic.com/mailman/listinfo/enet-discuss">enet-discuss</a> list is for discussion of ENet, including bug reports or feature requests.</p>
+
+<p>The CVS commits are also sent to <a href="http://lists.puremagic.com/mailman/listinfo/enet-cvs">enet-cvs</a>, so feel free to subscribe if you want to keep up with the latest developments.</p>
</body>
</html>