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

version 1.3, 2002/04/23 13:18:57 version 1.5, 2002/04/23 13:26:55
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.   The initial CVS commands would be:
   <ul>
   <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>
   </ul>
   For more information on using CVS, please visit
   <a href="http://www.cvshome.org">http://www.cvshome.org</a>.
   <br />
 <!-- maintext end -->  <!-- maintext end -->
 </body>  </body>
 </html>  </html>

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


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