Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler d2c6555d40 Changes to styles used in nav-bar (no longer id, now a class) including
renaming - please check other themes!!!

Also the footer can now use all the same PHP variables as the headero

$heading  - the heading of the page
$menu   - the menu if any (sometimes it's the "logged in as" string)
$title - the title of the page
$navigation - the navigation string
$button - a button, if any
$home - true if on home page, otherwise false
2005-03-26 06:50:28 +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 Removed an inline style on list blocks 2005-03-26 02:35:29 +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 Just so we can put spaces in the bad words string. 2005-03-26 03:03:26 +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 Some spaces so string wraps in the edit language page 2005-03-26 03:41:05 +00:00
lib Added option to format_string to take out all the links in the string. 2005-03-26 01:07:23 +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 Now the FIRST string working under CFG->filterall is done: 2005-03-26 01:57:40 +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 Changes to styles used in nav-bar (no longer id, now a class) including 2005-03-26 06:50:28 +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