Moodle - the world's open source learning platform https://moodle.org/
Find a file
defacer 526a130e50 Checking in the code for the "improvements to the quiz results overview page"
project, commissioned by the University of York. Enjoy!
2005-03-08 18:49:00 +00:00
admin SOme security! 2005-03-06 18:13:05 +00:00
auth *** empty log message *** 2005-03-08 15:02:21 +00:00
backup Now group images are in backup & restore 2005-03-07 23:40:25 +00:00
blocks Improvements with how format_text is called 2005-03-08 17:46:51 +00:00
calendar A few unrelated changes, sorry for not being tidy. 2005-02-26 06:30:19 +00:00
course Removing for now 2005-03-08 18:32:35 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Resized course box a bit 2005-03-04 02:16:09 +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 Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +00:00
filter Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +00:00
lang Modified strings for the calendar admin screens. 2005-03-08 15:31:02 +00:00
lib New feature: you can now give a HTML class to a column with $table->column_class() 2005-03-08 14:57:16 +00:00
login FIxed some notices and cleaned up a little 2005-02-25 07:18:40 +00:00
message Added CSS hooks for page 2005-03-04 14:58:51 +00:00
mod Checking in the code for the "improvements to the quiz results overview page" 2005-03-08 18:49:00 +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 Speed and beauty improvements when displaying discussion listings 2005-03-08 17:32:08 +00:00
user MOre changes to use filelib.php 2005-03-07 12:10:22 +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 Cleaned up this file a bit, was getting messy! 2005-03-05 18:13:44 +00:00
file.php Call new lib/filelib.php 2005-03-07 11:34:16 +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 Speed and beauty improvements when displaying discussion listings 2005-03-08 17:32:08 +00:00
install.php Added checks for allow_fopen_url in two more places! 2005-02-23 15:40:53 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags New tags 2005-02-19 13:19:49 +00:00
version.php Added user fields for Skype, AIM, Yahoo, and MSN messengers. :-) 2005-03-05 05:57:10 +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