Annotation of doc/build/download.html, revision 1.3

1.3     ! harris41    1: <!-- $Id: download.html,v 1.2 2002/04/23 13:13:45 harris41 Exp $ -->
1.1       harris41    2: <html>
                      3: <head>
                      4: <title>How to Download</title>
                      5: <!-- pdfahref download.pdf -->
                      6: <!-- button DOWNLOADS -->
                      7: </head>
                      8: <body bgcolor='#ffffff'>
                      9: <!-- preamble start -->
                     10: <br />&nbsp;
                     11: <p>
                     12: First, information must be retrieved from the LON-CAPA server.
                     13: There are two kinds of information you will want:
                     14: <ul>
1.2       harris41   15: <li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it
                     16: provides you with</li>
1.1       harris41   17: <ul>
                     18: <li>network connectivity with other LON-CAPA computers around the world</li>
                     19: <li>processing and delivery of course material and problem sets to your
                     20: students</li>
                     21: <li>classroom and course management</li>
                     22: <li>extensive new functionality for your web server</li>
                     23: <li>tools for monitoring the state of your system</li>
1.3     ! harris41   24: </ul>
1.1       harris41   25: </ul>
1.2       harris41   26: </p>
                     27: <p>
                     28: After the download, please read the pages describing the
                     29: configuration, installation, and upgrading of LON-CAPA.
1.1       harris41   30: </p>
                     31: <br />&nbsp;
                     32: <!-- preamble end -->
                     33: <!-- maintext start -->
                     34: <p>
1.2       harris41   35: <a name="download" />
1.1       harris41   36: <font size='+2'>Source code of LON-CAPA</font>
                     37: </p>
                     38: <p>
1.2       harris41   39: You can download the most current version of LON-CAPA at
                     40: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
                     41: http://install.lon-capa.org/versions/current/loncapa.tar.gz</a>.
                     42: </p>
                     43: <p>
                     44: To view past releases, please visit
                     45: <a href="http://install.lon-capa.org/versions/">
                     46: http://install.lon-capa.org/versions/</a>.
                     47: </p>
                     48: To view the code development history of LON-CAPA, you will need to use the
                     49: <a href='http://www.cvshome.org/'>CVS</a> tool, the open standard for
                     50: version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">
                     51: helen@lon-capa.org</a>) to request a CVS USERNAME.
1.1       harris41   52: </p>
                     53: 1. 
                     54: export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
                     55: cvs login 
                     56: 
                     57: 
                     58: <!-- maintext end -->
                     59: </body>
                     60: </html>

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