Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-03-31 20:01:04 +00:00
admin Bug number of last checkin was 2801 ;-) 2005-03-28 04:32:50 +00:00
auth Removed old files 2005-03-23 09:55:52 +00:00
backup Bump! 2005-03-20 23:44:00 +00:00
blocks Adding the new grade tables 2005-03-28 18:16:39 +00:00
calendar Avoid some double-slashes sent to DB. It was breaking the multilang 2005-03-27 22:16:05 +00:00
course MOved deletion of course module 2005-03-31 08:32:24 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Fixing typo in ldap enrolment plugin (variable missing _) 2005-03-29 00:21:55 +00:00
error Converted double quote strings to single quote literals - inspired by error in double quotes found by ottenhoff and noted in comment to bug 1981 2004-09-24 22:28:50 +00:00
files Removing some old theme rubbish 2005-03-19 08:32:01 +00:00
filter Just so we can put spaces in the bad words string. 2005-03-26 03:03:26 +00:00
grade Fixes to preferences and other stuff 2005-03-29 12:34:32 +00:00
lang translated some. 2005-03-31 14:09:47 +00:00
lib Remove "deleted" field from course_modules table 2005-03-31 08:46:38 +00:00
login SESSION encoding fix from STABLE (2770) 2005-03-21 06:14:44 +00:00
message Added title to history icon link (SE) 2005-03-27 06:30:41 +00:00
mod Julian has fixed "Attempted on" and "Time taken" display and removed a javascript error. 2005-03-31 20:01:04 +00:00
pix forgot to commit this move left icon earlier. This is not a professionally created icon, perhaps someone can do a better job? 2005-03-08 09:22:57 +00:00
rss MOre changes to use filelib.php 2005-03-07 12:10:22 +00:00
theme Much longer images for long tabs .... hope this doesn't slow them 2005-03-30 18:03:13 +00:00
user Fixed incorrect usage of isteacher(), didn't work and threw a warning. 2005-03-26 18:34:55 +00:00
userpix Works with slasharguments off now 2005-01-17 15:21:00 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Added support for $CFG->filtermatchoneperpage, allowing a phrase 2005-03-21 23:47:21 +00:00
file.php Call new lib/filelib.php 2005-03-07 11:34:16 +00:00
help.php Close footer properly 2005-03-27 05:44:31 +00:00
index.php Removed a spacer 2005-03-29 16:49:39 +00:00
install.php Whoops, how did this get in there? :-) 2005-03-14 13:31:34 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-03-10 15:31:24 +00:00
version.php Remove "deleted" field from course_modules table 2005-03-31 08:46:38 +00:00

README     $Id$
------

QUICK INSTALL
=============

For the impatient, 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 a single database for Moodle to store all
   it's tables in (or choose an existing database).

3) Visit your Moodle site with a browser, you should 
   be taken to the install.php script, which will lead
   you through creating a config.php file and then 
   setting up Moodle, creating an admin account etc.

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


For more information, see the INSTALL DOCUMENTATION:

   http://moodle.org/doc

If you have real trouble, please visit the Moodle course 
"Using Moodle" on moodle.org.


Good luck and have fun!
Martin Dougiamas, Lead Developer