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

1.2     ! harris41    1: <!-- $Id: download.html,v 1.1 2002/03/06 18:36:08 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>
                     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>