Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler d0cbe0fd1c Some clean ups, and the blocks/mod scanning for styles.php is now enabled
by default ... I am going to be moving some of these module styles out
to the modules.
2005-03-25 16:04:47 +00:00
admin DST presets -> timezones 2005-03-23 01:54:45 +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 Changed a magic number to DAYSECS and some instance_config_save() calls to 2005-03-23 14:16:02 +00:00
calendar Fixed up some styles (mostly headers) 2005-03-18 14:45:13 +00:00
course Small visual improvement 2005-03-22 18:17:45 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol WHen a student enrols via a group password, make sure they are in the 2005-03-21 08:33:24 +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 Don't download MP3 files automatically.... download only when play button 2005-03-16 08:15:33 +00:00
grade First cut of cleaned-up CDC gradebook. I've renamed some database fields, 2005-03-17 16:23:28 +00:00
lang *** empty log message *** 2005-03-25 09:57:56 +00:00
lib Adding search and replace icon 2005-03-25 09:57:50 +00:00
login SESSION encoding fix from STABLE (2770) 2005-03-21 06:14:44 +00:00
message Guests can't use messaging 2005-03-17 20:39:30 +00:00
mod Some more CSS changes (SE) 2005-03-24 13:59:59 +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 Some clean ups, and the blocks/mod scanning for styles.php is now enabled 2005-03-25 16:04:47 +00:00
user Timezone selection drop down menu now works. 2005-03-23 03:00:59 +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 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 course/lib must be included ALWAYS because block_site_main_menu uses it. 2005-03-08 23:35:35 +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 mdl_user.dstpreset becomes mdl_user.timezonename 2005-03-23 01:19:27 +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