mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
211 lines
8.3 KiB
HTML
211 lines
8.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html>
|
||
<head>
|
||
<title>Moodle Docs: Credits</title>
|
||
<link rel="stylesheet" href="../theme/standard/styles.php" type="TEXT/CSS">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||
</head>
|
||
<body bgcolor="#ffffff">
|
||
|
||
<h2>Credits</h2>
|
||
|
||
<p><b>Moodle </b>the package is Copyright © 2001-2003, <a target=_top href="http://dougiamas.com/">
|
||
Martin Dougiamas</a>. It is distributed under the <a href="?file=licence.html">
|
||
GNU Public License</a>.</p>
|
||
|
||
|
||
|
||
<h3><br>Special thanks</h3>
|
||
<ul>
|
||
<b><a target=_top href="http://pctaylor.com">Dr Peter C. Taylor</a></b>,
|
||
at Curtin University of Technology in Perth, Australia, for working
|
||
with the earliest prototypes and making many useful suggestions along the way
|
||
</ul>
|
||
|
||
|
||
|
||
<h3><br>Translations</h3>
|
||
<blockquote>
|
||
<p>Many thanks to every person who has contributed to translating Moodle into
|
||
different languages. Each translation takes many hours of work, as there are
|
||
over 1000 phrases to translate (plus all the help files!). Many of the languages
|
||
have more than one contributor, sometimes working together and sometimes they've
|
||
taken over the work from a previous person.
|
||
<p>Maintaining a list of everyone here is too difficult. For the most up-to-date
|
||
information see the <a target=_top href="http://moodle.org/download/lang/">Language
|
||
download page</a>. </blockquote>
|
||
|
||
<h3><br>Themes</h3>
|
||
<blockquote>
|
||
<p>Themes give Moodle sites some colour and life. Here are all the themes carried as part of the Moodle distribution, along with their authors:
|
||
<ul>
|
||
<li><b>standard* and cordoroyblue</b>, by Martin Dougiamas
|
||
<li><b>oceanblue</b>, by Mitsuhiro Yoshida, <a target=_top href="http://mitstek.com">http://mitstek.com</a>
|
||
<li><b>brightretro</b>, by Thomas Murdock, <a target=_top href="http://sand-paper.org/">http://sand-paper.org</a>
|
||
<li><b>garden</b>, by Spiggy, <a target=_top href="http://phpgirl.com">http://phpgirl.com</a>
|
||
</ul>
|
||
</blockquote>
|
||
|
||
|
||
<h3><br>Other contributors</h3>
|
||
<blockquote>
|
||
<p>Thanks to all of you who have
|
||
<ul>
|
||
<li>donated via the <a target=_top href="http://moodle.org/donations">Donations page</a>,
|
||
<li>contributed to the <a target=_top href="http://moodle.org/bugs">bug tracker</a>, and
|
||
<li>participated in the <a target=_top href="http://moodle.org/community">Moodle Community</a>
|
||
</ul>
|
||
<p></p>
|
||
|
||
<p>Special thanks to those who have contributed substantial amounts of time to helping with Moodle code, including:
|
||
<ul>
|
||
Petri Asikainen,
|
||
Greg Barnett,
|
||
Ray Kingdon,
|
||
Eloy Lafuente,
|
||
Henrik Kaipe.
|
||
</ul>
|
||
<p></p>
|
||
|
||
<p>Also, thanks to those of you who have at some time contributed with constructive
|
||
discussions, support, testing and bits of code. This list is long and always
|
||
changing, but some names include (in the order I added them):
|
||
<ul>
|
||
Art Lader, Matt Hope, Tom Murdock, S<>bastien Nam<61>che, James Miller, Dustin
|
||
Rue, Holger Schadeck, Giovanni Tummarello, John Windmueller, Sean Keogh, Mitsuhiro
|
||
Yoshida, Mark Kimes, Mary Hunter, Przemyslaw Stencel, Roberto Pinna (Bobo),
|
||
John Eyre, Paula Edmiston, Scott Elliott, Howard Miller, Claudio Tavares,
|
||
Zbigniew Fiedorowicz, P. Timothy Ervin, Bob Calder, Ursula Raab, Thomas Robb,
|
||
David Delgado, Mad Alex, Gustav Delius.
|
||
</ul>
|
||
<p>I apologise if I've forgotten to include your name here - it's very difficult
|
||
to maintain! Mail me (Martin) and gently remind me! :-) </p>
|
||
|
||
</blockquote>
|
||
|
||
|
||
<h3><br>Moodle libraries</h3>
|
||
|
||
<blockquote>
|
||
<p>Some of Moodle's libraries were written by other people, and are being redistributed
|
||
as part of Moodle under their respective open source licenses that thankfully
|
||
allow us to do so. My thanks go out to the authors of all these excellent
|
||
products - without them Moodle would be missing important functionality. Copyright
|
||
information for each package is included below:</p>
|
||
|
||
<p><b>ADOdb </b>- lib/adodb<br>
|
||
</p>
|
||
|
||
<blockquote>
|
||
<p>Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle,
|
||
Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.</p>
|
||
|
||
<p>Version: 3.60<br>
|
||
Copyright © 2000-2003 John Lim (jlim@natsoft.com.my)<br>
|
||
License: Dual LGPL and BSD-style<br>
|
||
URL: <a href="http://php.weblogs.com/adodb" target="newpage">http://php.weblogs.com/adodb</a><br>
|
||
</p>
|
||
</blockquote>
|
||
|
||
<p><b>Graph Class</b> - lib/graphlib.php </p>
|
||
|
||
<blockquote>
|
||
<p>Class to draw line, point, bar, and area graphs, including numeric
|
||
x-axis and double y-axis.</p>
|
||
|
||
<p> Version: 1.6.3 (with modifications)<br>
|
||
Copyright © 2000 Herman Veluwenkamp, hermanV@mindless.com<br>
|
||
License: LGPL<br>
|
||
</p>
|
||
</blockquote>
|
||
|
||
|
||
<p><b>IP-Atlas</b> - lib/ipatlas</p>
|
||
|
||
<blockquote>PHP scripts to show the location of an IP address on a map.<br>
|
||
<br>
|
||
Version: 1.0 (with modifications)<br>
|
||
Copyright © 2002 Ivan Kozik<br>
|
||
License: GNU GPL<br>
|
||
URL: <a href="http://www.xpenguin.com/ip-atlas.php" target="newpage">http://www.xpenguin.com/ip-atlas.php</a><br>
|
||
</blockquote>
|
||
|
||
|
||
|
||
<p><b>PclZip</b> - lib/pclzip</p>
|
||
|
||
<blockquote>Class to create, manage and unpack zip files.<br>
|
||
<br>
|
||
Version: 2.0 RC2<br>
|
||
Copyright © 2003 Vincent Blavet <vincent@phpconcept.net><br>
|
||
License: GNU GPL<br>
|
||
URL: <a href="http://www.phpconcept.net" target="newpage">http://www.phpconcept.net</a><br>
|
||
</blockquote>
|
||
|
||
|
||
|
||
<p><b>PHP mailer</b> - lib/class.phpmailer.php<br>
|
||
</p>
|
||
|
||
<blockquote>Class for sending email using either sendmail, PHP mail(),
|
||
or SMTP. Methods are based upon the standard AspEmail(tm) classes.<br>
|
||
<br>
|
||
Version 1.71,<br>
|
||
Copyright © 2003 Brent R. Matzelle <bmatzelle@yahoo.com><br>
|
||
License: LGPL<br>
|
||
URL: <a href="http://phpmailer.sourceforge.net" target="newpage">http://phpmailer.sourceforge.net</a><br>
|
||
<br>
|
||
</blockquote>
|
||
|
||
|
||
|
||
<p><b>PHP Simple Excel File Generator</b> - lib/psxlsgen.php</p>
|
||
|
||
<blockquote>Class to generate very simple MS Excel files (xls)
|
||
via PHP.<br>
|
||
<br>
|
||
Version: 0.3b<br>
|
||
Copyright © 2001 Erol Ozcan <eozcan@superonline.com><br>
|
||
License: GNU LGPL<br>
|
||
URL: <a href="http://psxlsgen.sourceforge.net" target="newpage">http://psxlsgen.sourceforge.net</a><br>
|
||
</blockquote>
|
||
|
||
|
||
|
||
|
||
|
||
<p><b>Richtext Editor</b> - lib/rte</p>
|
||
|
||
<blockquote>HTML text editor for embedding in web pages.<br>
|
||
<br>
|
||
Version: 0.30 beta 1 (plus modifications)<br>
|
||
Copyright © 2001 Ramesys (Contracting Services) Limited <Austin.France@Ramesys.com>
|
||
License: GNU LGPL<br>
|
||
URL: <a href="http://richtext.sourceforge.net" target="newpage">http://richtext.sourceforge.net</a><br>
|
||
</blockquote>
|
||
|
||
|
||
<p><b>SMTP class </b>- lib/class.smtp.php<br>
|
||
</p>
|
||
|
||
<blockquote>Class that can be used to connect and communicate with
|
||
any SMTP server. <br>
|
||
It implements all the SMTP functions defined in RFC821 except TURN.<br>
|
||
<br>
|
||
Version: 03/26/2001 <br>
|
||
Copyright © 2001 Chris Ryan <chris@greatbridge.com><br>
|
||
<br>
|
||
</blockquote>
|
||
|
||
|
||
<blockquote><br>
|
||
</blockquote>
|
||
|
||
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
|
||
<p align="CENTER"><font size="1">Version: $Id$</font></p>
|
||
|
||
|
||
</blockquote>
|
||
</body>
|
||
</html>
|