diff options
| -rw-r--r-- | html/index.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/html/index.html b/html/index.html index 4df6ae1e..a432fb98 100644 --- a/html/index.html +++ b/html/index.html @@ -14,16 +14,13 @@ http://www.remotesensing.org/proj</a>, and mirrored at <!----------------------------------------------------------------------------> <h2>Download</h2> -The current development source is available by anonymous CVS. The CVS -tree can be -<a href="http://www.remotesensing.org/cgi-bin/cvsweb.cgi/osrs/proj/">browsed -on the web</a> or checked out as the "proj" component from the server -":pserver:anonymous@cvs.remotesensing.org:/cvsroot". For example:<p> +The current development source is available by anonymous CVS from the server +":pserver:anonymous@cvs.remotesensing.org:/cvs". For example:<p> <pre> -% cvs -d :pserver:anonymous@cvs.remotesensing.org:/cvsroot login -Password: anonymous -% cvs -d :pserver:anonymous@cvs.remotesensing.org:/cvsroot co proj +% cvs -d :pserver:anonymous@cvs.remotesensing.org:/cvs login +Password: <enter> +% cvs -d :pserver:anonymous@cvs.remotesensing.org:/cvs co proj ... </pre> |
