Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler 70c476a79e Fixes bug 112
Changes to expand "open" option in forums.  Now have a choice between
three options:  new discussions and new replies, new replies only and
no new discussions or new replies.

Three new options in lang/forum.php and I changed "allowdiscussions".
2002-10-03 11:15:50 +00:00
admin Locale box is a bit bigger, since locale strings can be bigger :-) 2002-10-02 10:35:43 +00:00
auth First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
course "Activities" wasn't being taken from language files 2002-10-03 02:57:36 +00:00
doc Added Sebastien Nameche 2002-10-02 10:59:04 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Moved some functions out to lib/moodlelib.php 2002-09-01 14:28:08 +00:00
lang Fixes bug 112 2002-10-03 11:15:50 +00:00
lib User's name in footer is now a link 2002-10-03 11:11:53 +00:00
login Fixed links to be relative. This prevents errors on the offchance that 2002-10-02 07:08:56 +00:00
mod Fixes bug 112 2002-10-03 11:15:50 +00:00
pix Made these images transparent 2002-10-02 05:10:10 +00:00
theme Aaaahhh I remember now why this was in here, because in future there might 2002-09-27 14:19:59 +00:00
user format_time() now supports language strings for day(s)/hour(s)/min(s)/sec(s) 2002-10-03 04:04:59 +00:00
CHANGES Changes 2002-10-02 07:59:22 +00:00
config-dist.php Most of the configuration variables have been moved out of the config.php 2002-09-19 12:01:55 +00:00
file.php Better error message when invalid arguments are supplied. 2002-09-05 11:56:20 +00:00
help.php Better error (don't need a link) 2002-08-18 15:24:44 +00:00
index.php Special "navigation" for home page - "home" value sets off different header 2002-09-23 15:41:06 +00:00
README.txt A change to test the ACLs 2002-10-02 08:23:49 +00:00
RELEASE.html Just making this more relevant for the CVS update junkies :-) 2002-10-03 03:55:03 +00:00
UPGRADING.txt Expanded the description and included sample commands 2002-10-03 03:35:53 +00:00
version.php New version number for development 2002-10-02 14:43:04 +00:00

README     $Id$
------

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.

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.

For more details, I highly recommend you read the 
full installation documentation, which is stored 
in the "doc" directory or found at http://moodle.com/doc/.

Cheers!
Martin Dougiamas