Diff for /doc/build/Attic/download.html between versions 1.3 and 1.6

version 1.3, 2002/04/23 13:18:57 version 1.6, 2002/05/01 22:23:38
Line 9 Line 9
 <!-- preamble start -->  <!-- preamble start -->
 <br />&nbsp;  <br />&nbsp;
 <p>  <p>
 First, information must be retrieved from the LON-CAPA server.  The LON-CAPA files are released in a single <tt>*.tar.gz</tt> file.
 There are two kinds of information you will want:  
 <ul>  <ul>
 <li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it  <li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it
 provides you with</li>  provides you with</li>
Line 50  To view the code development history of Line 49  To view the code development history of
 version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">  version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">
 helen@lon-capa.org</a>) to request a CVS USERNAME.  helen@lon-capa.org</a>) to request a CVS USERNAME.
 </p>  </p>
 1.   <p>
   The initial CVS commands would be:
   </p>
   <ul>
   <table bgcolor="#aaaaaa" border="1">
   <tr><td>
   <pre>
 export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs   export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
 cvs login   cvs login 
   cvs co loncapa
   </pre>
   </td></tr></table>
   </ul>
   <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>
 <!-- maintext end -->  <!-- maintext end -->
 </body>  </body>
 </html>  </html>

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


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