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

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

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