mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
moving to xhtml doctype
removed the <ol><ol> construction and replaced it with a styl margin-left removed the body fixed white color and replaced it with a style in docstyles.css
This commit is contained in:
parent
8c1f5b881b
commit
9664b4ea0f
@ -1,17 +1,18 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: Background</title>
|
||||
<link rel="stylesheet" href="./docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="./docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<body>
|
||||
|
||||
<h1>Background</h1>
|
||||
|
||||
<blockquote>
|
||||
<p>Moodle is an active and evolving work in progress. Development was started
|
||||
by <a href="http://moodle.org/user/view.php?id=1&course=1" target="_top">Martin
|
||||
by <a href="http://moodle.org/user/view.php?id=1&course=1" target="_top">Martin
|
||||
Dougiamas</a> who continues to lead the project:</p>
|
||||
<blockquote>
|
||||
<p><em>I've been working on it, in some way or other, for several years. It
|
||||
@ -72,8 +73,8 @@
|
||||
<p>For more about our future plans for Moodle, see the <a href="?file=future.html">Future</a>
|
||||
roadmap.</p>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,11 +1,12 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: Coding Guidelines</title>
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Moodle Coding Guidelines</h1>
|
||||
<p class="normaltext">Any collaborative project needs consistency and stability
|
||||
to stay strong.</p>
|
||||
@ -201,7 +202,7 @@ GOOD: $assignments (for an array of objects)<br />
|
||||
<li class="spaced">Most tables should have a <strong>timemodified</strong> field (INT10) which is updated with a current timestamp obtained with the PHP <strong>time</strong>() function.</li>
|
||||
</ol>
|
||||
<hr />
|
||||
<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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,11 +1,12 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: Credits</title>
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<body>
|
||||
<h1>Credits</h1>
|
||||
<blockquote>
|
||||
<h2>Overall guidance</h2>
|
||||
@ -232,8 +233,8 @@ URL: <a href="http://moodle.org/download/mimetex">http://moodle.org/download/mim
|
||||
</p>
|
||||
</blockquote>
|
||||
</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>
|
||||
<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>
|
||||
|
@ -1,11 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: How to use CVS</title>
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
style ol {margin-left:40px;}
|
||||
.style1 {color: #990000}
|
||||
.style3 {color: #990000; font-weight: bold; }
|
||||
.style4 {
|
||||
@ -15,35 +17,36 @@
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<body>
|
||||
<h1>CVS for Moodle Developers</h1>
|
||||
<blockquote>
|
||||
<p>CVS is the <strong>Concurrent Versioning System</strong>, a commonly-used way of managing source code for large software projects. CVS keeps all versions of all files so that nothing is ever lost, and usage by different people is tracked. It also provides ways to merge code if two or more people are working on the same file. All code and all versions are stored on a central server (in the case of Moodle, at <a target="_top" href="http://www.sf.net/">Sourceforge</a>). </p>
|
||||
<p>If you just want to download Moodle using CVS to run a site, then you probably don't need this page - just follow the simpler CVS instructions on the <a target="_top" href="http://moodle.org/download">Moodle download page</a>.</p>
|
||||
<p> </p>
|
||||
<ol>
|
||||
<li><a href="#1">Joining the project as a developer</a></li>
|
||||
<li><a href="#2">CVS Modules</a> </li>
|
||||
<li><a href="#3">Basic CVS Commands</a> <br />
|
||||
3.1. <a href="#3.1">CVS on Unix</a> <br />
|
||||
3.2. <a href="#3.2">CVS on Windows</a></li>
|
||||
<li> <a href="#4">Working with Branches</a><br />
|
||||
4.1. <a href="#4.1">Trunk development</a><br />
|
||||
4.2. <a href="#4.2">Stable branches for each release</a><br />
|
||||
4.3. <a href="#4.3">Feature branches for large changes</a> </li>
|
||||
<li><a href="#n1">Joining the project as a developer</a></li>
|
||||
<li><a href="#n2">CVS Modules</a> </li>
|
||||
<li><a href="#n3">Basic CVS Commands</a> <br />
|
||||
3.1. <a href="#n3.1">CVS on Unix</a> <br />
|
||||
3.2. <a href="#n3.2">CVS on Windows</a></li>
|
||||
<li> <a href="#n4">Working with Branches</a><br />
|
||||
4.1. <a href="#n4.1">Trunk development</a><br />
|
||||
4.2. <a href="#n4.2">Stable branches for each release</a><br />
|
||||
4.3. <a href="#n4.3">Feature branches for large changes</a> </li>
|
||||
</ol>
|
||||
<p> </p>
|
||||
<h2><a name="1" id="1"></a>1. Joining the project as a developer</h2>
|
||||
</blockquote>
|
||||
<br />
|
||||
<h2><a name="n1" id="n1"></a>1. Joining the project as a developer</h2>
|
||||
<blockquote>
|
||||
<p>So, you've been offered CVS write access to help us develop and maintain Moodle! <a href="http://sourceforge.net/project/memberlist.php?group_id=30935">Welcome aboard</a>!</p>
|
||||
<p>To be able to write changes into <a target="_top" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/">Moodle's CVS archive</a>, you first need to have an account at Sourceforge (<a href="http://sourceforge.net/account/register.php">registration is free and easy</a>). For the examples on this page, let's assume your username is <strong><font color="#990000">myusername</font></strong> and your password is <strong><font color="#990000">mypassword</font></strong>. Take special note of the sourceforge instructions to <a target="_top" href="http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#develhomedir">create your CVS home directory</a> - something you have to do with every new account to "enable" it for CVS. Basically you just have to use ssh to interactively connect to cvs.sourceforge.net.</p>
|
||||
<p>To be able to write changes into <a target="_top" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/">Moodle's CVS archive</a>, you first need to have an account at Sourceforge (<a href="http://sourceforge.net/account/register.php">registration is free and easy</a>). For the examples on this page, let's assume your username is <strong><font color="#990000">myusername</font></strong> and your password is <strong><font color="#990000">mypassword</font></strong>. Take special note of the sourceforge instructions to <a target="_top" href="http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#develhomedir">create your CVS home directory</a> - something you have to do with every new account to "enable" it for CVS. Basically you just have to use ssh to interactively connect to cvs.sourceforge.net.</p>
|
||||
<p>Once you have a working Sourceforge account, contact <a
|
||||
target="_top" href="http://moodle.org/user/view.php?id=1&course=1">Martin Dougiamas</a> so he can set up your account with write access to particular Moodle directories.</p>
|
||||
target="_top" href="http://moodle.org/user/view.php?id=1&course=1">Martin Dougiamas</a> so he can set up your account with write access to particular Moodle directories.</p>
|
||||
<p>To avoid being prompted for <strong><font color="#990000">mypassword</font></strong> every time you run a CVS command, follow the <a target="_top" href="http://sourceforge.net/account/editsshkeys.php">Sourceforge directions for using authorized keys</a>. This step is optional, but it can make your CVS experience a lot nicer.</p>
|
||||
<p>With that done, you should have all the permissions you need, so you just need to set up your machine and download the current sources so you can start working on them. </p>
|
||||
<p> </p>
|
||||
</blockquote>
|
||||
<h2><a name="2" id="2"></a>2. CVS Modules</h2>
|
||||
<h2><a name="n2" id="n2"></a>2. CVS Modules</h2>
|
||||
<blockquote>
|
||||
<p>Within CVS, the word "modules" refers to separate collections of code. In Moodle we have the following modules within our repository:</p>
|
||||
<blockquote>
|
||||
@ -56,9 +59,9 @@
|
||||
<p>Most people are working on the existing features in the <strong>moodle</strong> module, but many are also contributing new ideas in the <strong>contrib</strong> modules. Once code reaches a certain level of maturity in the <strong>contrib</strong> area, it can be migrated over into the main <strong>moodle</strong> tree. </p>
|
||||
<p> </p>
|
||||
</blockquote>
|
||||
<h2><a name="3" id="3"></a>3. Basic CVS Commands </h2>
|
||||
<h2><a name="n3" id="n3"></a>3. Basic CVS Commands </h2>
|
||||
<blockquote>
|
||||
<h3><a name="3.1" id="3.1"></a>3.1 CVS on Unix </h3>
|
||||
<h3><a name="n3.1" id="n3.1"></a>3.1 CVS on Unix </h3>
|
||||
<blockquote>
|
||||
<p>Sourceforge CVS uses ssh as a transport layer for security, so you will have to set a CVS_RSH environment variable in your Unix shell. It's best to put these commands in your .bashrc or .cshrc so you don't have to type it all the time<strong>:</strong></p>
|
||||
<div class="commandline">setenv CVS_RSH ssh <em>(for csh, tcsh etc)</em><br />
|
||||
@ -86,12 +89,10 @@ update -dP</div>
|
||||
<p>Try 'cvs help' for more details ... </p>
|
||||
<p> </p>
|
||||
</blockquote>
|
||||
<h3><a name="3.2" id="3.2"></a>3.2 CVS on Windows </h3>
|
||||
<h3><a name="n3.2" id="n3.2"></a>3.2 CVS on Windows </h3>
|
||||
<blockquote>
|
||||
<p>First, you need to download a completely fresh copy of Moodle using your developer account.</p>
|
||||
</blockquote>
|
||||
<ol>
|
||||
<ol>
|
||||
<ol>
|
||||
<li> Get TortoiseCVS from <a target="_top" href="http://www.tortoisecvs.org/">tortoisecvs.org</a> and install it, then reboot.</li>
|
||||
<li>Find or create a new folder somewhere where you want Moodle to be downloaded to.</li>
|
||||
@ -103,39 +104,29 @@ update -dP</div>
|
||||
<li>Press the button: "<strong>OK</strong>" and everything should be downloaded.<br />
|
||||
</li>
|
||||
</ol>
|
||||
</ol>
|
||||
</ol>
|
||||
<blockquote>
|
||||
<p>A dialog box should show all the files being downloaded, and after a while you should have a complete copy of Moodle. After this first checkout, you can fetch the latest updated files from the CVS server:</p>
|
||||
</blockquote>
|
||||
<ol>
|
||||
<ol>
|
||||
<ol>
|
||||
<li> Right-mouse-click on your Moodle folder (or any file) and select "<strong>CVS Update</strong>". </li>
|
||||
<li>Sit back and watch the logs scroll by. Take note of conflicts that may occur if your local code has changes that conflict with the incoming versions - you will need to edit these files and resolve the conflicts manually. <br />
|
||||
</li>
|
||||
</ol>
|
||||
</ol>
|
||||
</ol>
|
||||
<blockquote>
|
||||
<p>After modifying files (you will notice their icons change from green to red!), you can commit them back to the CVS server like this:</p>
|
||||
</blockquote>
|
||||
<ol>
|
||||
<ol>
|
||||
<ol>
|
||||
<li> Right-mouse-click on your Moodle folder (or any file) and select "<strong>CVS Commit...</strong>".</li>
|
||||
<li>In the dialog box, type a clear description of the changes you are committing.</li>
|
||||
<li>Click "OK". Your changes will be sent to the server.<br />
|
||||
</li>
|
||||
</ol>
|
||||
</ol>
|
||||
</ol>
|
||||
<p> </p>
|
||||
<br />
|
||||
</blockquote>
|
||||
<h2><a name="4" id="4"></a>4. Working with Branches</h2>
|
||||
<h2><a name="n4" id="n4"></a>4. Working with Branches</h2>
|
||||
<blockquote>
|
||||
<p>This diagram shows how the main <strong>moodle</strong> module branches into different versions over time.</p>
|
||||
<p align="center"><img src="pix/cvstree.png" width="500" height="200"></p>
|
||||
<p align="center"><img src="pix/cvstree.png" width="500" height="200" /></p>
|
||||
<p align="left">To see all the current tags and branches that are available, use this command on any old file (such as index.php in the top moodle directory):</p>
|
||||
<div class="commandline">cvs status -v index.php</div>
|
||||
<p>Some tagging guidelines:</p>
|
||||
@ -144,10 +135,9 @@ update -dP</div>
|
||||
<li>Tags and branches should ALWAYS be applied to the <strong>entire module</strong> (all of Moodle). Don't tag individual files or directories. </li>
|
||||
<li>We don't allow renaming of tags because people may be relying on them, so get them right the first time! </li>
|
||||
</ul>
|
||||
<p><br />
|
||||
</p>
|
||||
<p> </p>
|
||||
<h3><a name="4.1" id="4.1"></a>4.1 Trunk development</h3>
|
||||
</blockquote>
|
||||
<br />
|
||||
<h3><a name="n4.1" id="n4.1"></a>4.1 Trunk development</h3>
|
||||
<blockquote>
|
||||
<p>The Trunk of CVS is the main development version of Moodle. In CVS it is also known as the <span class="style4">HEAD</span>, or default branch.</p>
|
||||
<p>Moodle developers try to keep this stable as possible, but as it usually contains new code it probably has bugs and small instabilities.</p>
|
||||
@ -155,7 +145,7 @@ update -dP</div>
|
||||
<p>A Beta package is also released at this point - it's for testers who don't use CVS but want to test the latest features and report bugs.</p>
|
||||
</blockquote>
|
||||
<p> </p>
|
||||
<h3><a name="4.2" id="4.2"></a>4.2 Stable branches for each release</h3>
|
||||
<h3><a name="n4.2" id="n4.2"></a>4.2 Stable branches for each release</h3>
|
||||
<blockquote>
|
||||
<p>As soon as the stable branch <span class="style3">MOODLE_XX_STABLE</span> is created, development efforts will fork into two streams for a while. Some people may continue working on new features in the trunk for the next release, but most developers should be concentrating on using the current <span class="style1"><strong>STABLE</strong></span> branch and fixing bugs that are found in it. </p>
|
||||
<p>You can switch your local copy of Moodle to the STABLE version using the following command in Unix from the root directory:</p>
|
||||
@ -165,7 +155,6 @@ update -dP</div>
|
||||
<p>On Windows clients you should have a menu from which you can choose the branch. </p>
|
||||
<p>Once the new STABLE branch really stabilises, a release can be declared. Packages are created for distribution and the branch will be tagged (by Martin) with a tag named: <strong>MOODLE_XXX</strong></p>
|
||||
<p>Periodically, bug fixes in the STABLE branch should be merged into the trunk so that they become available in future versions of Moodle. A floating tag called MOODLE_XX_MERGED will be maintained to keep track of the last merge. The procedure for such a merge is as follows:</p>
|
||||
<ol>
|
||||
<ol>
|
||||
<li>Get out the very latest trunk version.<br />
|
||||
<br />
|
||||
@ -186,18 +175,15 @@ update -dP</div>
|
||||
<div class="commandline">cvs tag -RF MOODLE_13_MERGED</div>
|
||||
</li>
|
||||
</ol>
|
||||
</ol>
|
||||
<p><br />
|
||||
Finally, the values for <em>$version</em> in all the Moodle version.php files within the stable branch should not be updated at all if possible (except the last digit if necessary). The reason is that someone updating from a very stable version to the next very stable version could miss database upgrades that happened on the trunk. </p>
|
||||
</blockquote>
|
||||
<p> </p>
|
||||
<h3><a name="4.3" id="4.3"></a>4.3 Feature branches for large changes </h3>
|
||||
<br />
|
||||
<h3><a name="n4.3" id="n4.3"></a>4.3 Feature branches for large changes </h3>
|
||||
<blockquote>
|
||||
<p>Occasionally, there may be a very large feature that needs to be checked in so several people can work on it, but it is too unstable to be included in the main development trunk.</p>
|
||||
<p>In these cases a short-term branch can be created to work on the feature, and then merged back into the main trunk as soon as possible. An example called <span class="style1"><strong>MOODLE_14_WIDGET</strong></span> branch can be seen in the above diagram.</p>
|
||||
<p>If you need to do this for your new WIDGET feature, follow these steps:</p>
|
||||
|
||||
<ol>
|
||||
<ol>
|
||||
<li>Discuss with other developers to make sure it's necessary!</li>
|
||||
<li>Make a new tag on the <strong>trunk</strong> (for all of moodle) called <strong>MOODLE_XX_WIDGET_PRE</strong>
|
||||
@ -218,16 +204,13 @@ update -dP</div>
|
||||
<strong>cvs commit </strong></div>
|
||||
</li>
|
||||
</ol>
|
||||
</ol>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p> </p>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
<p align="center">Good luck, be careful and have fun!</p>
|
||||
<p> </p>
|
||||
</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>
|
||||
<br />
|
||||
<blockquote>
|
||||
<p align="center">Good luck, be careful and have fun!</p>
|
||||
</blockquote>
|
||||
<br />
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,12 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: Developers Manual</title>
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Developers Manual</h1>
|
||||
<blockquote>
|
||||
<p>This document describes some of Moodle's design and how you can contribute.</p>
|
||||
@ -288,7 +289,7 @@
|
||||
<blockquote>
|
||||
<p> </p>
|
||||
</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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,5 +1,6 @@
|
||||
body, td, th, li {
|
||||
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
th {
|
||||
|
@ -1,12 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: Frequently Asked Questions (FAQ)</title>
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Frequently Asked Questions (FAQ)</h1>
|
||||
<p class="normaltext">This page contains answers to some of the most
|
||||
frequently asked questions by people installing Moodle. If you have
|
||||
@ -652,7 +653,7 @@ reduced functionality due to a mis-configuration in the firewall settings.
|
||||
|
||||
has a firewall that is stripping referrer information from the browser. Here are
|
||||
|
||||
some instructions for fixing <a href="http://service1.symantec.com/SUPPORT/nip.nsf/46f26a2d6dafb0a788256bc7005c3fa3/b9b47ad7eddd343b88256c6b006a85a8?OpenDocument&src=bar_sch_nam">Norton firewall products</a>.</p>
|
||||
some instructions for fixing <a href="http://service1.symantec.com/SUPPORT/nip.nsf/46f26a2d6dafb0a788256bc7005c3fa3/b9b47ad7eddd343b88256c6b006a85a8?OpenDocument&src=bar_sch_nam">Norton firewall products</a>.</p>
|
||||
|
||||
|
||||
|
||||
@ -781,11 +782,11 @@ This will be acceptable for the majority of users.
|
||||
|
||||
|
||||
|
||||
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
|
||||
<p align="center"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
|
||||
|
||||
|
||||
|
||||
<p align="CENTER"><font size="1">Version: $Id: faq.html,v 1.6 2003/03/30 13:54:28
|
||||
<p align="center"><font size="1">Version: $Id: faq.html,v 1.6 2003/03/30 13:54:28
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Moodle Docs: Background</title>
|
||||
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<body>
|
||||
|
||||
<h1>Features</h1>
|
||||
<blockquote>
|
||||
@ -213,7 +214,7 @@
|
||||
</ul>
|
||||
<p> </p>
|
||||
</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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,15 +1,16 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Moodle Docs: Future</title>
|
||||
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
|
||||
<h1>Future</h1>
|
||||
<blockquote>
|
||||
@ -54,7 +55,7 @@
|
||||
<p>This major release will contain some exciting developments in making Moodle more network-aware, with a natural evolution of Moodle's focus on collaboration. More on this here later. </p>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
<p align="CENTER"> </p>
|
||||
<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>
|
||||
<p align="center"> </p>
|
||||
<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>
|
||||
</body>
|
||||
|
@ -1,12 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Moodle Docs: Basic Installation</title>
|
||||
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.style3 {color: #660000}
|
||||
@ -14,9 +15,9 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Installing Moodle</h1>
|
||||
<h2>Dont panic! <img src="http://moodle.org/pix/s/smiley.gif"></h2>
|
||||
<h2>Dont panic! <img src="http://moodle.org/pix/s/smiley.gif" /></h2>
|
||||
<blockquote>
|
||||
<p>This guide explains how to install Moodle for the first time. For some of these steps it goes into a lot of detail to try and cover the majority of possible
|
||||
web server setups, so this document may look long and complicated. Don't panic, once you know how to do it you can install Moodle in minutes!</p>
|
||||
@ -442,6 +443,6 @@ php_value post_max_size 2M
|
||||
<p align="center"><strong>If you like Moodle, please consider <a href="http://moodle.org/donations/" target="_blank">donating</a> to help us cover our costs! </strong></p>
|
||||
</blockquote>
|
||||
<p> </p>
|
||||
<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>
|
||||
<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>
|
||||
</body>
|
||||
|
@ -1,12 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: Installing PHP and MySQL</title>
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Installing Apache, MySQL and PHP</h1>
|
||||
<blockquote>
|
||||
<p>Moodle is written in a scripting language called PHP, and stores most of its
|
||||
@ -150,8 +151,8 @@
|
||||
<p> </p>
|
||||
</blockquote>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Moodle Docs: Introduction</title>
|
||||
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<body>
|
||||
|
||||
<h1>Introduction</h1>
|
||||
<blockquote>
|
||||
@ -21,7 +22,7 @@
|
||||
provided that you agree to: <strong>provide the source to others</strong>; <strong>not
|
||||
modify or remove the original license and copyrights</strong>, and <strong>apply
|
||||
this same license to any derivative work</strong>. Read the license for full
|
||||
details and please contact the <a href="http://moodle.org/user/view.php?id=1&course=1">copyright
|
||||
details and please contact the <a href="http://moodle.org/user/view.php?id=1&course=1">copyright
|
||||
holder</a> directly if you have any questions.
|
||||
</p>
|
||||
<p>Moodle will run on any computer that can run <a href="http://www.php.net/" target="_top">
|
||||
@ -37,7 +38,7 @@
|
||||
</blockquote>
|
||||
<p><br />
|
||||
</p>
|
||||
<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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,12 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Moodle Docs: Frequently Asked Questions (FAQ)</title>
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Other documentation</h1>
|
||||
<p class="normaltext">Here are some links to other sources of Moodle documentation:</p>
|
||||
<p class="normaltext"><a href="../help.php?file=index.html">Index of all Moodle
|
||||
|
@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Moodle Docs: Philosophy</title>
|
||||
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<body>
|
||||
|
||||
<h1>Philosophy</h1>
|
||||
|
||||
@ -46,7 +47,7 @@
|
||||
<p>Obviously Moodle doesn't force this style of behaviour, but this is what it is best at supporting. In future, as the technical infrastructure of Moodle stabilises, further improvements in pedagogical support will be a major direction for Moodle development.</p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,22 +1,25 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Moodle Docs: Current Release notes</title>
|
||||
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
||||
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS" />
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
|
||||
<style type="text/css">
|
||||
<!-- dt {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
|
||||
dd {margin-bottom:1em;}
|
||||
<!--
|
||||
dt {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
|
||||
dd {margin-bottom:1em;}
|
||||
dl {margin-left: 40px;}
|
||||
.style1 {font-weight: bold}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Latest Release notes</h1>
|
||||
|
||||
<h3>Moodle 1.4.3 (17 December, 2004)</h3>
|
||||
@ -24,7 +27,7 @@
|
||||
<p>(Because this release contains important security fixes, we highly advise that sites using any
|
||||
previous version of Moodle upgrade to this version as soon as possible.)</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<dl>
|
||||
<dt>Some important security fixes</dt>
|
||||
<dd>
|
||||
@ -115,7 +118,7 @@
|
||||
|
||||
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
|
||||
<p> </p>
|
||||
|
||||
@ -126,7 +129,7 @@
|
||||
<p>(Because this release contains important security fixes, we highly advise that sites using any
|
||||
previous version of Moodle upgrade to this version as soon as possible.)</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<dl>
|
||||
<dt>Some important security fixes</dt>
|
||||
<dd>
|
||||
@ -178,14 +181,11 @@
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<br />
|
||||
|
||||
<h3> Moodle 1.4.1 (12th September, 2004)</h3>
|
||||
|
||||
<ul><dl>
|
||||
<dl>
|
||||
<dt>A few little new things</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
@ -222,14 +222,10 @@
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
<br />
|
||||
<h3> Moodle 1.4 (31st August, 2004)</h3>
|
||||
|
||||
<ul><dl>
|
||||
<dl>
|
||||
<dt>Headlines</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
@ -407,26 +403,18 @@
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<p> </p>
|
||||
<dl>
|
||||
<dd> </dd>
|
||||
<dt> </dt>
|
||||
<dd>
|
||||
<div align="center" class="style1"><font size="+1">Finally, don't forget to look at some of the <a href="http://moodle.org/download/modules/" target="_blank">many optional and innovative modules under development</a>.</font></div>
|
||||
</dd>
|
||||
</dl>
|
||||
<p align="center"><strong><font size="+1">If you experience any bugs in this release, please report them <a href="http://moodle.org/bugs" target="_blank">moodle.org/bugs</a> so we can fix them in the next release.</font></strong></p>
|
||||
<p> </p>
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
<p><br />
|
||||
</p>
|
||||
<br />
|
||||
<div align="center" class="style1"><strong><font size="+1">Finally, don't forget to look at some of the <a href="http://moodle.org/download/modules/" target="_blank">many optional and innovative modules under development</a>.
|
||||
</font></strong></div>
|
||||
<br />
|
||||
<br />
|
||||
<div align="center" class="style1"><strong><font size="+1">If you experience any bugs in this release, please report them <a href="http://moodle.org/bugs" target="_blank">moodle.org/bugs</a> so we can fix them in the next release.</font></strong></div>
|
||||
<br />
|
||||
<center>
|
||||
<p>
|
||||
<a href="./?file=releaseold.html">Old release information</a>
|
||||
</p>
|
||||
</center>
|
||||
<p> </p>
|
||||
<p align="CENTER"><font size="1"><a href="../doc/" target="_top">Moodle Documentation</a></font></p>
|
||||
<p align="CENTER"><font size="1">Version: $Id$</font></p>
|
||||
<br />
|
||||
<p align="center"><font size="1"><a href="../doc/" target="_top">Moodle Documentation</a></font></p>
|
||||
<p align="center"><font size="1">Version: $Id$</font></p>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body>
|
||||
<h1>Upgrading Moodle</h1>
|
||||
|
||||
<blockquote>
|
||||
|
Loading…
x
Reference in New Issue
Block a user