[LON-CAPA-cvs] cvs: doc /build download.html

harris41 lon-capa-cvs@mail.lon-capa.org
Wed, 01 May 2002 22:23:38 -0000


harris41		Wed May  1 18:23:38 2002 EDT

  Modified files:              
    /doc/build	download.html 
  Log:
  updating instructions and a few stylistic improvements
  
  
Index: doc/build/download.html
diff -u doc/build/download.html:1.5 doc/build/download.html:1.6
--- doc/build/download.html:1.5	Tue Apr 23 09:26:55 2002
+++ doc/build/download.html	Wed May  1 18:23:38 2002
@@ -1,4 +1,4 @@
-<!-- $Id: download.html,v 1.5 2002/04/23 13:26:55 harris41 Exp $ -->
+<!-- $Id: download.html,v 1.6 2002/05/01 22:23:38 harris41 Exp $ -->
 <html>
 <head>
 <title>How to Download</title>
@@ -49,17 +49,25 @@
 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>
 <ul>
+<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>
 </ul>
+<p>
 For more information on using CVS, please visit
-<a href="http://www.cvshome.org">http://www.cvshome.org</a>.
-<br />
+<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 -->
 </body>
 </html>