Moodle - the world's open source learning platform https://moodle.org/
Find a file
martin b4d7002e66 Changes to allow much better control over what "teachers" are called
in a course.  Firstly, the course settings page now allows the teachers
to specify the word they want to use in place of "teachers" and "students"
as well as "teacher" and "student".  Secondly, a new teacher admin tool
allows any teacher to modify the order and displayed role of teachers
in that course.  This affects the display on the course listings, the
participants page and so on.
2002-09-08 03:24:38 +00:00
admin Improvements to the language checker. As well as checking for missing 2002-09-07 14:57:33 +00:00
course Changes to allow much better control over what "teachers" are called 2002-09-08 03:24:38 +00:00
doc Mentioned that config.php needs to be edited using a *text editor* :-) 2002-08-31 02:44:21 +00:00
error Fixes to convert mail to individual mailing ... 2002-06-05 14:05:59 +00:00
files Moved some functions out to lib/moodlelib.php 2002-09-01 14:28:08 +00:00
lang Changes to allow much better control over what "teachers" are called 2002-09-08 03:24:38 +00:00
lib Changes to allow much better control over what "teachers" are called 2002-09-08 03:24:38 +00:00
login Language fixes, added english strings etc 2002-09-03 13:11:40 +00:00
mod Slight update to README 2002-09-07 05:01:55 +00:00
pix Sorted out moodle logos 2002-09-04 09:38:22 +00:00
theme Prints an error message if theme can't be set 2002-08-30 16:02:10 +00:00
user Changes to allow much better control over what "teachers" are called 2002-09-08 03:24:38 +00:00
CHANGES CHANGES UP TO 1.0.3.1 2002-09-05 12:25:08 +00:00
config-dist.php Added ability to define proxy machine (eg a firewall) so that Moodle 2002-09-02 06:34:43 +00:00
file.php Better error message when invalid arguments are supplied. 2002-09-05 11:56:20 +00:00
help.php Better error (don't need a link) 2002-08-18 15:24:44 +00:00
index.php Language fixes, added english strings etc 2002-09-03 13:11:40 +00:00
README.txt Added .txt to these files to make them double-clickable 2002-08-17 03:03:51 +00:00
UPGRADING.txt Updated the info to mention that the upgrading only works if you 2002-09-05 12:29:26 +00:00
version.php Changes to allow much better control over what "teachers" are called 2002-09-08 03:24:38 +00:00

README     $Id$
------

Here is a basic outline of the installation process,
which normally takes me only a few minutes:

1) Move the Moodle files into your web directory. 

2) Create an empty directory somewhere to store 
   uploaded files (NOT accessible via the web).
   This directory must be writeable by the web server
   process.

3) Create a single database for Moodle to store all
   it's tables in.

4) Copy the file config-dist.php to config.php, and 
   edit it with all your own settings.

5) Visit your new home page with a web browser.  Moodle
   will lead you through the rest of the setup, 
   creating an admin account and so on.

6) Set up a cron task to call the file admin/cron.php
   every five minutes or so.

For more details, I highly recommend you read the 
full installation documentation, which is stored 
in the "doc" directory or found at http://moodle.com/doc/.

Cheers!
Martin Dougiamas