Annotation of loncom/license/about.html, revision 1.39

1.6       harris41    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                      2:  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                      3: <html>
                      4: <head>
                      5:    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
                      6:    <title>About LON-CAPA</title>
                      7: </head>
                      8: <body bgcolor="#FFFFFF" link="#666666" vlink="#333333">
                      9: <h1><img src="lonIcons/lonlogos.gif" alt="Small LON-CAPA logo"
                     10:      align="right" />About the
                     11: Learning<i>Online</i> Network with CAPA
1.8       harris41   12: (<a href="http://www.lon-capa.org/">LON-CAPA</a>)</h1>
1.6       harris41   13: <p>VERSION: <!-- VERSION --></p>
                     14: <p><font size="+2">Copyright Michigan State University Board of
                     15: Trustees</font></p>
1.1       www        16: 
1.6       harris41   17: <p>&nbsp;</p>
1.1       www        18: 
1.6       harris41   19: <pre>
1.1       www        20:     The LearningOnline Network with CAPA (LON-CAPA)
1.6       harris41   21:     is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>; you can redistribute it and/or modify
                     22:     it under the terms of the <a href="gpl.txt">GNU General Public License</a> as published by
                     23:     the <a href="http://www.gnu.org/">Free Software Foundation</a>; either version 2 of the License, or
1.1       www        24:     (at your option) any later version.
                     25: 
                     26:     LON-CAPA is distributed in the hope that it will be useful,
                     27:     but WITHOUT ANY WARRANTY; without even the implied warranty of
                     28:     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     29:     GNU General Public License for more details.
                     30: 
                     31:     You should have received a copy of the GNU General Public License
                     32:     along with LON-CAPA; if not, write to the Free Software
                     33:     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
1.6       harris41   34: </pre>
1.1       www        35: 
1.6       harris41   36: <h3>Included libraries and packages covered by GNU General or other
                     37: Public Licenses</h3>
1.1       www        38: 
1.6       harris41   39: <ul>
1.14      www        40: <li>Powered by Linux.</li>
1.27      www        41: <li>Powered by Apache.</li>
1.14      www        42: <li>Powered by mod_perl.</li>
                     43: <li>Using MySQL.</li>
                     44: <li>Using LaTeX.</li>
1.26      www        45: <li>Using CPAN.</li>
                     46: <li>Using MAXIMA.</li>
                     47: <li>Using Dragmath.</li>
1.34      raeburn    48: <li>Using CKeditor.</li>
1.39    ! raeburn    49: <li>Using CodeMirror.</li>
1.6       harris41   50: </ul>
1.1       www        51: 
1.6       harris41   52: <h3>Included library packages not covered by the GNU General Public
                     53: License</h3>
1.1       www        54: 
1.6       harris41   55: <p>
1.14      www        56: <img src="lonIcons/tth.gif" align="right" alt="TtH logo" />
1.6       harris41   57: <a href="http://hutchinson.belmont.ma.us/tth/tthfunc.html">TtHfunc</a>
                     58: and TtMfunc by <a href="mailto:tth@hutchinson.belmont.ma.us">Ian
                     59: Hutchinson</a>. TtHfunc and TtMfunc (the "Code") may be compiled and
1.1       www        60: linked into binary executable programs or libraries distributed by
1.6       harris41   61: the Michigan State University (the "Licensee"), but any binaries so
1.1       www        62: distributed are hereby licensed only for use in the context of a
                     63: program or computational system for which the Licensee is the primary
                     64: author or distributor, and which performs substantial additional
                     65: tasks beyond the translation of (La)TeX into HTML. The C source of
                     66: the Code may not be distributed by the Licensee to any other parties
1.6       harris41   67: under any circumstances.</p>
1.1       www        68: 
1.24      www        69: <p>The
                     70: <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>. 
                     71: </p>
1.6       harris41   72: <h3>History</h3>
1.1       www        73: 
1.21      felicia    74: <p>Based on the CAPA and Lecture<i>Online</i> software systems developed at 
                     75: Michigan State University.</p>
1.1       www        76: 
1.6       harris41   77: <p><img src="lonIcons/capapanel.gif" width="156" height="100" align="bottom" 
                     78:     alt="CAPA logo" />
                     79: <img src="lonIcons/lolpanel.gif" width="121" height="100" align="bottom" 
                     80:  alt="LectureOnline logo" />
                     81: </p>
1.1       www        82: 
1.14      www        83: <h3><img src="lonDomLogos/msu.gif"
1.6       harris41   84: align="right" alt="Michigan State University logo" />Support</h3>
1.1       www        85: 
1.14      www        86: <p>Development of LON-CAPA is sponsored by Michigan State
1.26      www        87: University, the University of Illinois at Urbana-Champaign, and Simon Fraser University.</p>
1.1       www        88: 
1.6       harris41   89: <p>
1.14      www        90: Additional support by the National Science Foundation under
1.6       harris41   91: <a href="https://www.fastlane.nsf.gov/servlet/showaward?award=0085921">NSF
                     92: ITR 85921</a>. Any opinions, findings and conclusions or
1.1       www        93: recommendations expressed in this material are those of the author(s)
                     94: and do not necessarily reflect those of the National Science
1.6       harris41   95: Foundation.</p>
1.1       www        96: 
1.6       harris41   97: <p>Contributing support by the Andrew W. Mellon Foundation and the
                     98: Alfred P. Sloan Foundation.</p>
1.1       www        99: 
1.6       harris41  100: <h3>Code Contributors to Date</h3>
1.1       www       101: 
1.20      albertel  102: <p>Guy Albertelli II, Guy Askenazi, Ray Batchelor,
1.28      www       103: Richard Banghart, Felicia Berryman, Stefan Bisitz, Jeremy Bowers, Stefan Dr&ouml;schler, Phil Fazio, Ron Fox,
1.38      raeburn   104: Robin Goltermann, Damien Guillaume, Matthew Hall, Harsha Jagasia, Gerd Kortemeyer,
1.36      raeburn   105: James Laverty, Carl Lira, 
1.37      raeburn   106: Mark Lucas, Robert McQueen, Behrouz Minaei-Bidgoli, Corey Musolff,
1.26      www       107: Hon-Kie Ng, Stuart Raeburn, Peter Riegler,
1.18      www       108: Alexander Sakharuk, Jason Stredwick,
1.35      raeburn   109: Martin Siegert, Joshua Tacey, Arne Tempelhof, Yihjia Tsai, Benjamin Tyszka, Angela VanDuinen, Suzanne Webb, Juliane Wenzel, Jay-Lynn Williams, 
1.18      www       110: and others.</p>
1.1       www       111: 
1.15      albertel  112: <h3>Translations By</h3>
                    113: <ul>
1.26      www       114:    <li>Arabic: Behrouz Minaei-Bidgoli</li>
1.31      www       115:    <li>Chinese:Yunfeng Zhu</li>
1.26      www       116:    <li>French: Chaden Djalali</li>
1.23      www       117:    <li>German: Stefan Bisitz, Gerd Kortemeyer </li>
1.15      albertel  118:    <li>Japanese: Minoru Akiyama </li>
1.22      felicia   119:    <li>Persian: Behrouz Minaei-Bidgoli </li> 
1.26      www       120:    <li>Portugese: Ricardo Kulzer, Emerson Cruz</li>
1.29      www       121:    <li>Russian: Alexander Sakharuk</li>
1.32      www       122:    <li>Spanish: Ruben Martin Diez, Juan Eduardo Ramirez</li>
1.26      www       123:    <li>Turkish: Gunay Bayrak</li>
1.15      albertel  124: </ul>
                    125:    
1.6       harris41  126: <h3>Additional Contributors</h3>
1.1       www       127: 
1.6       harris41  128: <p>Wolfgang Bauer, Walt Benenson, Ed Kashy, Jim Linnemann.</p>
1.1       www       129: 
1.6       harris41  130: <p>
                    131: <a href="http://www.smete.org/">
1.14      www       132: <img src="lonIcons/SMETE_white.gif" border="0"
                    133:  align="bottom" alt="SMETE logo" /></a>
                    134: <a href="http://www.nsdl.org/">
                    135: <img src="lonDomLogos/nsdl.gif" border="0"
                    136:  align="bottom" alt="NSDL logo" /></a></p>
1.1       www       137: 
1.6       harris41  138: </body>
                    139: </html>

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