diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2002-03-14 21:47:03 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2002-03-14 21:47:03 +0000 |
| commit | f628731e3d20295b924fc09e746b5a15c88d68e2 (patch) | |
| tree | 709de3c719f02211dd90eb80f831d559202aa50a /html | |
| parent | 0b81c9f77fa0d689c45185a29b0bf0bd9ff4fac5 (diff) | |
| download | PROJ-f628731e3d20295b924fc09e746b5a15c88d68e2.tar.gz PROJ-f628731e3d20295b924fc09e746b5a15c88d68e2.zip | |
Fixed CVS howto link problem reported by Tyler.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@999 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'html')
| -rw-r--r-- | html/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/html/index.html b/html/index.html index 5bf1cc05..81185095 100644 --- a/html/index.html +++ b/html/index.html @@ -14,9 +14,14 @@ http://www.remotesensing.org/proj</a>.<p> <h2>Download</h2> The current development source is available by anonymous CVS. It can -be checked out as the "proj" component. Review the -<a href="http://www.remotesensing.org/docs/howto-cvs.php3">OSRS CVS HOWTO</a> -if you need more information on using OSRS anonymous CVS.<p> +be checked out as the "proj" component from the server ":pserver:anonymous@cvs.remotesensing.org:/cvsroot". 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 +... +</pre> The following files are available from the <a href="ftp://ftp.remotesensing.org/pub/proj">proj ftp directory</a>:<p> |
