aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2012-05-05 07:48:43 +0300
committerLee Salzman <[email protected]>2012-05-05 07:48:43 +0300
commit78e828b80edd3da8feedeec0edcba095da3ca0ac (patch)
tree705f74c3c7b907cc1f52d2139299b6a120e71821 /docs
parent5018dcf2071de5b483d3f452730ee44b0a3248a5 (diff)
downloadenet-78e828b80edd3da8feedeec0edcba095da3ca0ac.tar.gz
enet-78e828b80edd3da8feedeec0edcba095da3ca0ac.zip
github migration note
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/mainpage.dox20
1 files changed, 2 insertions, 18 deletions
diff --git a/docs/mainpage.dox b/docs/mainpage.dox
index a462618..5b00743 100755
--- a/docs/mainpage.dox
+++ b/docs/mainpage.dox
@@ -34,28 +34,12 @@ portable, and easily embeddable.
@page SourceDistro Source Distribution
You can retrieve the source to ENet by downloading it in either .tar.gz form
-or accessing the cvs distribution directly.
+or accessing the github distribution directly.
The most recent stable release (1.3.3) can be downloaded <a href="http://enet.bespin.org/download/enet-1.3.3.tar.gz">here</a>.
The last release that is protocol compatible with the 1.2 series or earlier (1.2.5) can be downloaded <a href="http://enet.bespin.org/download/enet-1.2.5.tar.gz">here</a>
-To access ENet via anonymous CVS, you must use the CVSROOT
-:pserver:anonymous\@bespin.org:/var/lib/cvs/enet with an empty
-password.
-
-@code
- $ cvs -z3 -d :pserver:[email protected]:/var/lib/cvs/enet login
-@endcode
- Hit the return key when prompted for a password.
-@code
- $ cvs -z3 -d :pserver:[email protected]:/var/lib/cvs/enet co -l .
- $ cvs -z3 co enet
-@endcode
-
-This will create a CVS directory in the current directory, and with
-the second command will proceed to check the enet module out of CVS.
-Any problems with CVS access or request for write access should be
-sent via email to @ref MailingList.
+You can find the most recent ENet source at <a href="https://github.com/lsalzman/enet">the github repository</a>.
*/