Sfoglia il codice sorgente

changed to point to bespin site

eihrul 20 anni fa
parent
commit
8b475848f1
2 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 1 1
      README
  2. 5 5
      docs/mainpage.dox

+ 1 - 1
README

@@ -1,4 +1,4 @@
-Please visit the ENet homepage at http://enet.cubik.org for installation
+Please visit the ENet homepage at http://enet.bespin.org for installation
 and usage instructions.
 and usage instructions.
 
 
 If you obtained this package from CVS, the quick description on how to build
 If you obtained this package from CVS, the quick description on how to build

+ 5 - 5
docs/mainpage.dox

@@ -1,5 +1,5 @@
 /** @mainpage enet
 /** @mainpage enet
- <center>http://enet.cubik.org</center>
+ <center>http://enet.bespin.org</center>
  <hr>
  <hr>
 
 
 ENet's purpose is to provide a relatively thin, simple and robust
 ENet's purpose is to provide a relatively thin, simple and robust
@@ -36,18 +36,18 @@ or dependent tasks.
 You can retrieve the source to ENet by downloading it in either .zip
 You can retrieve the source to ENet by downloading it in either .zip
 form, .tar.gz form, or accessing the cvs distribution directly.
 form, .tar.gz form, or accessing the cvs distribution directly.
 
 
-The most recent CVS can be downloaded <a href="http://enet.cubik.org/download/enet.tar.gz">here</a>
+The most recent CVS can be downloaded <a href="http://enet.bespin.org/download/enet.tar.gz">here</a>
 
 
 To access ENet via anonymous CVS, you must use the CVSROOT
 To access ENet via anonymous CVS, you must use the CVSROOT
-:pserver:anoncvs\@sferik.cubik.org:/home/enet/cvsroot with an empty
+:pserver:anonymous\@bespin.org:/var/lib/cvs/enet with an empty
 password.
 password.
 
 
 @code
 @code
-	$ cvs -z3 -d :pserver:anoncvs@sferik.cubik.org:/home/enet/cvsroot login
+	$ cvs -z3 -d :pserver:anonymous@bespin.org:/var/lib/cvs/enet login
 @endcode
 @endcode
 	Hit the return key when prompted for a password.
 	Hit the return key when prompted for a password.
 @code
 @code
-	$ cvs -z3 -d :pserver:anoncvs@sferik.cubik.org:/home/enet/cvsroot co -l .
+	$ cvs -z3 -d :pserver:anonymous@bespin.org:/var/lib/cvs/enet co -l .
 	$ cvs -z3 co enet
 	$ cvs -z3 co enet
 @endcode
 @endcode