Moodle - the world's open source learning platform https://moodle.org/
Find a file
defacer 0ab589983e New class that models the behavior of a chat activity!
Isn't it so small and cute? ;-)
2005-02-09 15:39:07 +00:00
admin Shane's reorganised the configuration variables 2005-02-09 13:50:35 +00:00
auth Some cleanups just to make these pages look acceptable 2005-02-09 12:55:34 +00:00
backup Some better feedback about lack of XSLT functions 2005-02-08 07:23:04 +00:00
blocks FIxed some old <p> tags 2005-02-08 18:33:08 +00:00
calendar Removed some $THEME stuff 2005-01-25 17:16:34 +00:00
course Support course idnumber as a way to call courses 2005-02-09 13:20:24 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Various cleanups for XHTML and so on 2005-02-08 17:56:22 +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 Fix for bug 2491: 2005-02-08 18:03:43 +00:00
filter Latest version - very nice! 2005-02-03 11:12:47 +00:00
lang Added some new strings and de-capitalised most of the others. :-) 2005-02-09 15:20:59 +00:00
lib New class that models the behavior of a chat activity! 2005-02-09 15:39:07 +00:00
login Bit of a tidy up 2005-01-25 13:49:46 +00:00
message Messaging can now be completely disabled using $CFG->messaging 2005-01-31 07:11:42 +00:00
mod Removed $THEMEs and stuff. 2005-02-09 15:36:29 +00:00
pix added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". 2005-02-09 08:58:57 +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 I commented the buttons for "XHTML, "CSS" and "Section 508" out, because I saw the theme "orangewhite" in action on a public site. In the moment Moodle will match the standars they should IMO be placed at the footer again. 2005-02-09 14:35:43 +00:00
user FIxed a notice 2005-02-09 14:45:19 +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 First cut of email to module (or core) processing. 2005-02-08 02:57:14 +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 Updating index page with all the latest from blocklib and pagelib. 2005-02-02 04:32:13 +00:00
install.php Added a comment about safe mode permissions 2005-02-09 05:20:01 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-02-01 04:01:56 +00:00
version.php Fix for bug 2488: 2005-02-08 20:29:17 +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