--- doc/build/generate_web_pages.pl 2003/08/19 14:36:10 1.2 +++ doc/build/generate_web_pages.pl 2003/09/02 15:43:01 1.3 @@ -61,6 +61,7 @@ LON-CAPA does not yet run on 2.0.

For all distributions, please see how to configure the server after installation.

+
PRELUDE $content .= "\n"; my $index = replaceText("Install LON-CAPA", "Install LON-CAPA", $content); + +$content .= < + +

Downloading LON-CAPA

+ +

+Current Release is Version LATESTVERSION. +This version was released on LATESTDATE. +

+

+You can download the most current version of LON-CAPA at + +http://install.lon-capa.org/versions/loncapa-current.tar.gz +(version LATESTVERSION). +

+

+The development release of LON-CAPA is at: + +http://install.lon-capa.org/versions/loncapa-unstable.tar.gz. +

+

+To view the code development history of LON-CAPA, you will need to use the +CVS tool, the open standard for +version control. Please contact Helen ( +helen@lon-capa.org) to request a CVS USERNAME. +

+

+The initial CVS commands would be: +

+
+ +
+
+export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
+cvs login 
+cvs co loncapa
+
+
+
+

+For more information on using CVS, please visit +http://www.cvshome.org/ +or read loncom/build/readme.html after downloading +the current version of LON-CAPA as described above. +

+ +POSTLUDE + print INDEX $index; close INDEX;