[LON-CAPA-cvs] cvs: loncom /license about.html

raeburn raeburn at source.lon-capa.org
Sun Feb 9 12:59:46 EST 2025


raeburn		Sun Feb  9 17:59:46 2025 EDT

  Modified files:              
    /loncom/license	about.html 
  Log:
  - WCAG 2 compliance and replace <font> tag with css style.
  
  
Index: loncom/license/about.html
diff -u loncom/license/about.html:1.40 loncom/license/about.html:1.41
--- loncom/license/about.html:1.40	Tue Mar 19 21:31:52 2024
+++ loncom/license/about.html	Sun Feb  9 17:59:46 2025
@@ -1,18 +1,42 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
    <title>About LON-CAPA</title>
+<style type="text/css">
+body {
+  background-color:"#FFFFFF";
+}
+
+a:link {
+  color: #666666;
+}
+
+a:visited {
+  color: #333333";
+}
+
+h2 {
+  display: block;
+  font-size: 1.17em;
+  margin-top: 1em;
+  margin-bottom: 1em;
+  margin-left: 0;
+  margin-right: 0;
+  font-weight: bold;
+}
+</style>
 </head>
-<body bgcolor="#FFFFFF" link="#666666" vlink="#333333">
+<body>
 <h1><img src="lonIcons/lonlogos.gif" alt="Small LON-CAPA logo"
      align="right" />About the
 Learning<i>Online</i> Network with CAPA
 (<a href="http://www.lon-capa.org/">LON-CAPA</a>)</h1>
 <p>VERSION: <!-- VERSION --></p>
-<p><font size="+2">Copyright Michigan State University Board of
-Trustees</font></p>
+<div role="main">
+<p style="font-size: x-large;">Copyright Michigan State University Board of
+Trustees</p>
 
 <p> </p>
 
@@ -33,8 +57,8 @@
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 </pre>
 
-<h3>Included libraries and packages covered by GNU General or other
-Public Licenses</h3>
+<h2>Included libraries and packages covered by GNU General or other
+Public Licenses</h2>
 
 <ul>
 <li>Powered by Linux.</li>
@@ -50,8 +74,8 @@
 <li>Using Daxe.</li>
 </ul>
 
-<h3>Included library packages not covered by the GNU General Public
-License</h3>
+<h2>Included library packages not covered by the GNU General Public
+License</h2>
 
 <p>
 <img src="lonIcons/tth.gif" align="right" alt="TtH logo" />
@@ -70,7 +94,7 @@
 <p>The
 <a href="http://tango.freedesktop.org/Tango_Icon_Library">Tango icons</a> are covered by the <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution Share-Alike license</a>. 
 </p>
-<h3>History</h3>
+<h2>History</h2>
 
 <p>Based on the CAPA and Lecture<i>Online</i> software systems developed at 
 Michigan State University.</p>
@@ -81,8 +105,8 @@
  alt="LectureOnline logo" />
 </p>
 
-<h3><img src="lonDomLogos/msu.gif"
-align="right" alt="Michigan State University logo" />Support</h3>
+<h2><img src="lonDomLogos/msu.gif"
+align="right" alt="Michigan State University logo" />Support</h2>
 
 <p>Development of LON-CAPA is sponsored by Michigan State
 University, the University of Illinois at Urbana-Champaign, and Simon Fraser University.</p>
@@ -98,7 +122,7 @@
 <p>Contributing support by the Andrew W. Mellon Foundation and the
 Alfred P. Sloan Foundation.</p>
 
-<h3>Code Contributors to Date</h3>
+<h2>Code Contributors to Date</h2>
 
 <p>Guy Albertelli II, Guy Askenazi, Ray Batchelor,
 Richard Banghart, Felicia Berryman, Stefan Bisitz, Jeremy Bowers, Stefan Dröschler, Phil Fazio, Ron Fox,
@@ -110,7 +134,7 @@
 Martin Siegert, Joshua Tacey, Arne Tempelhof, Yihjia Tsai, Benjamin Tyszka, Angela VanDuinen, Suzanne Webb, Juliane Wenzel, Jay-Lynn Williams, 
 and others.</p>
 
-<h3>Translations By</h3>
+<h2>Translations By</h2>
 <ul>
    <li>Arabic: Behrouz Minaei-Bidgoli</li>
    <li>Chinese:Yunfeng Zhu</li>
@@ -124,10 +148,10 @@
    <li>Turkish: Gunay Bayrak</li>
 </ul>
    
-<h3>Additional Contributors</h3>
+<h2>Additional Contributors</h2>
 
 <p>Wolfgang Bauer, Walt Benenson, Ed Kashy, Jim Linnemann.</p>
-
+</div>
 <p>
 <a href="http://www.smete.org/">
 <img src="lonIcons/SMETE_white.gif" border="0"
@@ -135,6 +159,5 @@
 <a href="http://www.nsdl.org/">
 <img src="lonDomLogos/nsdl.gif" border="0"
  align="bottom" alt="NSDL logo" /></a></p>
-
 </body>
 </html>




More information about the LON-CAPA-cvs mailing list