Moodle - the world's open source learning platform https://moodle.org/
Find a file
defacer 41dafe04ce Provisional fix for the "100% < anything else" bug.
If it's compatible with Postgres, then cool!
2005-01-26 19:59:08 +00:00
admin Removed $THEME from admin pages 2005-01-25 17:08:05 +00:00
auth Stop people browsing auth modules 2005-01-23 04:18:32 +00:00
backup upgrading to 1.5 2005-01-23 23:24:58 +00:00
blocks Provisional fix for the "100% < anything else" bug. 2005-01-26 19:59:08 +00:00
calendar Removed some $THEME stuff 2005-01-25 17:16:34 +00:00
course changed the name of the special course div to "course-contend" 2005-01-25 15:54:00 +00:00
doc Merged sc28 from stable 2004-12-12 07:01:35 +00:00
enrol Stop people browsing enrolment modules 2005-01-23 04:17:41 +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 fixed $course->id 2004-12-15 06:32:32 +00:00
filter To stop people browsing filters 2005-01-23 04:16:07 +00:00
lang new help files translated. 2005-01-26 17:33:16 +00:00
lib I've deleted the hard coded distance (<br />) and added CSS properties in the CSS files to define the distance between the sideblocks. 2005-01-26 15:57:00 +00:00
login Bit of a tidy up 2005-01-25 13:49:46 +00:00
message Fixed a variable reference 2005-01-25 06:20:28 +00:00
mod HTML Entities are now 'reversed' on import. 2005-01-26 10:37:16 +00:00
pix It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); 2005-01-19 09:50:33 +00:00
rss Moved rsslib.php from the rss directory to the lib directory with the 2005-01-25 06:09:31 +00:00
theme CSS properties supplemented to deal with unwanted post modernism effects ;-) 2005-01-26 16:26:24 +00:00
user Removed some THEME colours 2005-01-25 13:43:09 +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 Some changes that may help on safe mode ... see bug 2093 2004-12-26 14:45:39 +00:00
file.php new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
help.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
index.php Removed $THEME from site topic 2005-01-25 13:40:26 +00:00
install.php Fixing the admin directory check (again ;-)) 2005-01-10 08:04:44 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2004-09-20 08:54:12 +00:00
version.php Update for meta courses. New table renamed from meta_course to course_meta (and upgrade script provided in mysql.php and postgres7.php) and new field in course table renamed from meta_course to metacourse. Associated changes in code. Please test me! 2005-01-25 04:33:02 +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