diff --git a/lang/en/docs/credits.html b/lang/en/docs/credits.html index 886d2058490..a1540c0d467 100644 --- a/lang/en/docs/credits.html +++ b/lang/en/docs/credits.html @@ -38,7 +38,7 @@ Yoshida, Greg Barnett, Mark Kimes, Mary Hunter, Russell Jungwirth, Przemyslaw Stencel, John "Captain" Eyre, Paula Edmiston, Howard Miller, Claudio Tavares, P. Timothy Ervin, Bob Calder, Ursula Raab, David Delgado, Mad Alex, Gaëtan Frenoy, Bernard Boucher, - Bryan Williams, Rob Butner, Koen Roggemans, David Scotson, Torsten Anderson, Eamon Costello, Hannes Gassert, Andrew Walker.

+ Bryan Williams, Rob Butner, Koen Roggemans, David Scotson, Torsten Anderson, Eamon Costello, Hannes Gassert, Andrew Walker, Urs Hunkler.

Sorry if we've forgotten to include your name here - the Moodle community is large and active so this list is difficult to maintain! Please email Martin and make your suggestions! :-)

@@ -73,14 +73,20 @@ as part of the Moodle distribution, along with their authors:

 

@@ -189,7 +195,7 @@

Class to create, manage and unpack zip files.

- Version: 2.4
+ Version: 2.4 RC1
Copyright © 2004  Vincent Blavet <vincent@phpconcept.net>
License: GNU GPL
URL: http://www.phpconcept.net
@@ -223,10 +229,10 @@

A PHP net client

- Version: 1.2
+ Version: 1.0
Copyright © 1999-2000 Monte Ohrt <monte@ispi.net>
License: GNU LGPL
- URL: http://snoopy.sourceforge.net/
+ URL: http://snoopy.sourceforge.com

diff --git a/lang/en/docs/developer.html b/lang/en/docs/developer.html index c2b3d65bd8b..889b98decc4 100644 --- a/lang/en/docs/developer.html +++ b/lang/en/docs/developer.html @@ -145,33 +145,29 @@

Each theme is in a subdirectory of the "theme" directory, and contains at least the following files:

-

To create your own themes for current versions of Moodle:

+

To create your own themes for the current versions of Moodle:

  1. Copy one of the existing theme folders to one with a new name. I recommend starting with one of the standard themes.
  2. -
  3. Edit config.php and insert your own colours.
  4. -
  5. Edit styles.php and change your CSS styles.
  6. +
  7. Edit config.php to meet your demands.
  8. +
  9. Edit the CSS files with your styles.
  10. Edit header.html and footer.html to add new logos, or change the layout.
-

Note that all these steps are optional - you can make a radically different - look to your site simply by editing the colours in config.php

Note also that Moodle upgrades may break themes slightly, so check the release notes carefully if you are using a custom theme.

-

In particular, Moodle 2.0 will have a completely new display system, probably - based on XSL transformations of XML output from Moodle. It is likely that - the themes for this will be a completely different format, but the advantage - will be a much higher possible degree of customisation (including moving - elements around the page).

-

More discussion about this in the Themes +

Please read the detailed description of Moodle themes in the Themes documentation in Moodle Docs.

+

More discussion about themes in the Themes forum on Using Moodle. If you create a nice theme that you think others might want to use, please post your zip file on the themes forum!