Diff for /doc/build/generate_web_pages.pl between versions 1.2 and 1.3

version 1.2, 2003/08/19 14:36:10 version 1.3, 2003/09/02 15:43:01
Line 61  LON-CAPA does not yet run on 2.0.</p> Line 61  LON-CAPA does not yet run on 2.0.</p>
   
 <p>For all distributions, please see how to   <p>For all distributions, please see how to 
 <a href="config.html">configure the server after installation</a>.</p>  <a href="config.html">configure the server after installation</a>.</p>
   <hr />
 PRELUDE  PRELUDE
   
 $content .= "<ul>\n";  $content .= "<ul>\n";
Line 72  $content .= "</ul>\n"; Line 73  $content .= "</ul>\n";
   
 my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",  my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",
     $content);      $content);
   
   $content .= <<POSTLUDE;
   <hr />
   <a name="download" />
   <h3>Downloading LON-CAPA</h3>
   
   <p>
   <b>Current Release is Version LATESTVERSION.
   This version was released on LATESTDATE.</b>
   </p>
   <p>
   You can download the <b>most current version of LON-CAPA</b> at
   <a href="http://install.lon-capa.org/versions/loncapa-current.tar.gz">
   http://install.lon-capa.org/versions/loncapa-current.tar.gz</a>
   (version LATESTVERSION).
   </p>
   <p>
   The <b>development release of LON-CAPA</b> is at:
   <a href="http://install.lon-capa.org/versions/loncapa-unstable.tar.gz">
   http://install.lon-capa.org/versions/loncapa-unstable.tar.gz</a>.
   </p>
   <p>
   To view the code development history of LON-CAPA, you will need to use the
   <a href="http://www.cvshome.org/">CVS</a> tool, the open standard for
   version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">
   helen@lon-capa.org</a>) to request a CVS USERNAME.
   </p>
   <p>
   The initial CVS commands would be:
   </p>
   <blockquote>
   <table bgcolor="#aaaaaa" border="1">
   <tr><td>
   <pre>
   export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
   cvs login 
   cvs co loncapa
   </pre>
   </td></tr></table>
   </blockquote>
   <p>
   For more information on using CVS, please visit
   <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
   or read <tt>loncom/build/readme.html</tt> after downloading
   the current version of LON-CAPA as described above.
   </p>
   
   POSTLUDE
   
 print INDEX $index;  print INDEX $index;
 close INDEX;  close INDEX;
   

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>