Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler 6069e20688 RSS for forums now checks the new posts against the file modification date,
and doesn't regenerate the RSS file if it doesn't need to.

Much faster now.   :-)
2004-08-05 18:06:55 +00:00
admin Added mtrace function for printing information to standard output 2004-08-05 17:08:46 +00:00
auth Added a new authentication module to connect to a First Class server! 2004-07-31 14:17:50 +00:00
backup Simple bump. Now 1.3<--->1.4 resource backup & restore is finished...I hope :-) 2004-07-30 20:24:38 +00:00
blocks Fixed a notice when $USER->id not defined 2004-08-04 02:44:25 +00:00
calendar Default calendar to 21 days 2004-08-05 09:28:44 +00:00
course Oops forgot autofocussing 2004-08-05 09:27:40 +00:00
doc FIxes for Safari 2004-07-07 17:20:59 +00:00
enrol Various fixes, especially related to using timestart and timeend 2004-07-29 14:52:59 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Fixing Bug 812 and problems with slashes when editing text and HTML files 2004-08-04 16:26:44 +00:00
filter Added support for .mpg .mpeg and .avi files. 2004-08-02 14:39:05 +00:00
lang Added 'file' 2004-08-05 16:12:57 +00:00
lib Added mtrace function for printing information to standard output 2004-08-05 17:08:46 +00:00
login On login set a variable (used later in print_header) 2004-07-25 14:01:23 +00:00
mod RSS for forums now checks the new posts against the file modification date, 2004-08-05 18:06:55 +00:00
pix New images to enable/disable email 2004-07-24 06:23:20 +00:00
rss RSS for forums now checks the new posts against the file modification date, 2004-08-05 18:06:55 +00:00
theme removed non-standard line-endings, see http://moodle.org/mod/forum/discuss.php?d=10369. 2004-07-27 07:42:14 +00:00
user MOre tweaks to make it clearer for users to enable/disable email 2004-07-24 08:53:33 +00:00
userpix Some clean up and documentation for userpix, as well as a default restriction 2003-08-26 09:40:58 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Based on code from Janne - this allows secure logins via https 2004-06-19 16:13:28 +00:00
file.php FIxed link after file not found error 2004-08-04 09:45:45 +00:00
help.php The resource types are now always displayed in a standard order 2004-08-02 19:11:15 +00:00
index.php Fix menu on site page section for new resources 2004-07-26 16:22:45 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags file 2004-07-29 15:01:28 +00:00
version.php Bump! 2004-08-03 13:01:04 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
part of the Moodle documentation (along with 
information about upgrading etc):

   http://moodle.com/doc/

There is a copy of all this documentation as part of 
this Moodle distribution.  You can access your local
copy of the installation guide here:

   lang/en/docs/install.html

Once Moodle is installed on your machine, then 
you can also access a local copy of all this 
documentation (localised to your language) at:

   http://yourmoodlesite.com/doc/


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 an empty directory somewhere to store 
   uploaded files (NOT accessible via the web).
   This directory must be writeable by the web server
   process.

3) Create a single database for Moodle to store all
   it's tables in (or choose an existing database).

4) Copy the file config-dist.php to config.php, and 
   edit it with all your own settings.

5) Visit your new home page with a web browser.  Moodle
   will lead you through the rest of the setup, 
   creating an admin account and so on.

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


Cheers!
Martin Dougiamas