[LON-CAPA-cvs] cvs: doc /build download.html
harris41
lon-capa-cvs@mail.lon-capa.org
Thu, 02 May 2002 01:57:18 -0000
harris41 Wed May 1 21:57:18 2002 EDT
Modified files:
/doc/build download.html
Log:
xhtml-ified
Index: doc/build/download.html
diff -u doc/build/download.html:1.6 doc/build/download.html:1.7
--- doc/build/download.html:1.6 Wed May 1 18:23:38 2002
+++ doc/build/download.html Wed May 1 21:57:18 2002
@@ -1,6 +1,9 @@
-<!-- $Id: download.html,v 1.6 2002/05/01 22:23:38 harris41 Exp $ -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- $Id: download.html,v 1.7 2002/05/02 01:57:18 harris41 Exp $ -->
<html>
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>How to Download</title>
<!-- pdfahref download.pdf -->
<!-- button DOWNLOADS -->
@@ -10,19 +13,18 @@
<br />
<p>
The LON-CAPA files are released in a single <tt>*.tar.gz</tt> file.
+</p>
<ul>
<li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it
-provides you with</li>
-<ul>
-<li>network connectivity with other LON-CAPA computers around the world</li>
-<li>processing and delivery of course material and problem sets to your
-students</li>
-<li>classroom and course management</li>
-<li>extensive new functionality for your web server</li>
-<li>tools for monitoring the state of your system</li>
+provides you with
+<br />+ network connectivity with other LON-CAPA computers around the world
+<br />+ processing and delivery of course material and problem sets to your
+students
+<br />+ classroom and course management
+<br />+ extensive new functionality for your web server
+<br />+ tools for monitoring the state of your system
+</li>
</ul>
-</ul>
-</p>
<p>
After the download, please read the pages describing the
configuration, installation, and upgrading of LON-CAPA.
@@ -44,6 +46,7 @@
<a href="http://install.lon-capa.org/versions/">
http://install.lon-capa.org/versions/</a>.
</p>
+<p>
To view the code development history of LON-CAPA, you will need to use the
<a href='http://www.cvshome.org/'>CVS</a> tool, the open standard for
version control. Please contact Helen (<a href="mailto:helen@lon-capa.org">
@@ -52,7 +55,7 @@
<p>
The initial CVS commands would be:
</p>
-<ul>
+<blockquote>
<table bgcolor="#aaaaaa" border="1">
<tr><td>
<pre>
@@ -61,7 +64,7 @@
cvs co loncapa
</pre>
</td></tr></table>
-</ul>
+</blockquote>
<p>
For more information on using CVS, please visit
<a href="http://www.cvshome.org">http://www.cvshome.org</a>
@@ -69,5 +72,6 @@
the current version of LON-CAPA as described above.
</p>
<!-- maintext end -->
+<!-- validated -->
</body>
</html>