updated theme short docu and theme credits

This commit is contained in:
urs_hunkler 2005-11-01 11:45:08 +00:00
parent 399aa3161a
commit 14a930ba2b
2 changed files with 28 additions and 26 deletions

View file

@ -38,7 +38,7 @@
Yoshida, Greg Barnett, Mark Kimes, Mary Hunter, Russell Jungwirth, Przemyslaw Stencel, Yoshida, Greg Barnett, Mark Kimes, Mary Hunter, Russell Jungwirth, Przemyslaw Stencel,
John "Captain" Eyre, Paula Edmiston, Howard Miller, Claudio Tavares, P. Timothy Ervin, 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, 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.</strong></p> Bryan Williams, Rob Butner, Koen Roggemans, David Scotson, Torsten Anderson, Eamon Costello, Hannes Gassert, Andrew Walker, Urs Hunkler.</strong></p>
</blockquote> </blockquote>
<p>Sorry if we've forgotten to include your name here - the Moodle community is large and active so this list is difficult <p>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! :-) </p> to maintain! Please email Martin and make your suggestions! :-) </p>
@ -73,14 +73,20 @@
as part of the Moodle distribution, along with their authors: as part of the Moodle distribution, along with their authors:
</p> </p>
<ul> <ul>
<li><b>standard* and cordoroyblue</b>, by Martin Dougiamas <li><b>cornflower</b>, by Thomas Murdock, <a target="_top" href="http://thinkingdistance.com/">http://thinkingdistance.com/</a>
</li> </li>
<li><strong>formal_white</strong>, by Andrea Bicciolo, <a target="_top" href="http://www.mediatouch.it/">http://www.mediatouch.it/</a>
</li>
<li><b>metal</b>, by A. Chavan, updated for Moodle 1.5 by Martin Dougiamas
</li>
<li><b>oceanblue</b>, by Mitsuhiro Yoshida, <a target="_top" href="http://mitstek.com">http://mitstek.com</a> <li><b>oceanblue</b>, by Mitsuhiro Yoshida, <a target="_top" href="http://mitstek.com">http://mitstek.com</a>
</li> </li>
<li><b>brightretro, cornflower</b>, by Thomas Murdock, <a target="_top" href="http://sand-paper.org/">http://sand-paper.org</a> <li><b>orangewhite, orangewhitepda</b>, by Urs Hunkler, <a target="_top" href="http://unodo.de">http://unodo.de</a>
</li> </li>
<li><b>garden</b>, by Spiggy, <a target="_top" href="http://phpgirl.com">http://phpgirl.com</a> </li> <li><b>standard and all standard* themes</b>, by Martin Dougiamas
<li><strong>formal_white</strong>, by Andrea Bicciolo</li> </li>
<li><b>wood</b>, by Eloy Lafuente (stronk7)
</li>
</ul> </ul>
<p>&nbsp;</p> <p>&nbsp;</p>
</blockquote> </blockquote>
@ -189,7 +195,7 @@
<blockquote> <blockquote>
<p>Class to create, manage and unpack zip files.<br /> <p>Class to create, manage and unpack zip files.<br />
<br /> <br />
Version: 2.4<br /> Version: 2.4 RC1<br />
Copyright &copy; 2004 &nbsp;Vincent Blavet &lt;vincent@phpconcept.net&gt;<br /> Copyright &copy; 2004 &nbsp;Vincent Blavet &lt;vincent@phpconcept.net&gt;<br />
License: GNU GPL<br /> License: GNU GPL<br />
URL: <a href="http://www.phpconcept.net" target="newpage">http://www.phpconcept.net</a><br /> URL: <a href="http://www.phpconcept.net" target="newpage">http://www.phpconcept.net</a><br />
@ -223,10 +229,10 @@
<blockquote> <blockquote>
<p>A PHP net client<br /> <p>A PHP net client<br />
<br /> <br />
Version: 1.2<br /> Version: 1.0<br />
Copyright &copy; 1999-2000&nbsp;Monte Ohrt &lt;monte@ispi.net&gt;<br /> Copyright &copy; 1999-2000&nbsp;Monte Ohrt &lt;monte@ispi.net&gt;<br />
License: GNU LGPL<br /> License: GNU LGPL<br />
URL: <a href="http://snoopy.sourceforge.com">http://snoopy.sourceforge.net/</a><br /> URL: <a href="http://snoopy.sourceforge.com">http://snoopy.sourceforge.com</a><br />
</p> </p>
</blockquote> </blockquote>

View file

@ -145,33 +145,29 @@
<p>Each theme is in a subdirectory of the &quot;theme&quot; directory, and <p>Each theme is in a subdirectory of the &quot;theme&quot; directory, and
contains at least the following files:</p> contains at least the following files:</p>
<ul> <ul>
<li><strong>config.php</strong>: defines the theme colours used throughout <li><strong>config.php</strong>: to configure how the CSS files work together. You can build your theme onto the standard or onto any parent theme, can include or exclude several CSS files.</li>
the site</li> <li><strong>styles.php</strong>: Builds the bridge to the CSS files. You don't need to edit anything.</li>
<li><strong>styles.php</strong>: the style sheet, containing CSS definitions
for standard HTML elements as well as many Moodle elements.</li>
<li><strong>header.html</strong>: Included at the top of each page. This <li><strong>header.html</strong>: Included at the top of each page. This
is what you need to edit to add a logo at the top of pages, for example.</li> is what you need to edit to add a logo at the top of pages, for example.</li>
<li><strong>footer.html</strong>: Included at the bottom of each page.</li> <li><strong>footer.html</strong>: Included at the bottom of each page.</li>
<li><strong>styles_color.css</strong>: CSS styles for all colour properties.</li>
<li><strong>styles_fonts.css</strong>: CSS styles for fonts, font-size, line-height etc.</li>
<li><strong>styles_layout.css</strong>: CSS styles for the page layout, positioning etc.</li>
<li><strong>styles_moz.css</strong>: CSS styles for Mozilla special rounded corners.</li>
</ul> </ul>
<p>To create your own themes for current versions of Moodle:</p> <p>To create your own themes for the current versions of Moodle:</p>
<ol> <ol>
<li>Copy one of the existing theme folders to one with a new name. I recommend <li>Copy one of the existing theme folders to one with a new name. I recommend
starting with one of the standard themes. </li> starting with one of the standard themes. </li>
<li>Edit config.php and insert your own colours. </li> <li>Edit config.php to meet your demands. </li>
<li>Edit styles.php and change your CSS styles. </li> <li>Edit the CSS files with your styles. </li>
<li>Edit header.html and footer.html to add new logos, or change the layout. <li>Edit header.html and footer.html to add new logos, or change the layout.
</li> </li>
</ol> </ol>
<p>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</p>
<p>Note also that Moodle upgrades <em>may</em> break themes slightly, so check <p>Note also that Moodle upgrades <em>may</em> break themes slightly, so check
the release notes carefully if you are using a custom theme.</p> the release notes carefully if you are using a custom theme.</p>
<p>In particular, Moodle 2.0 will have a completely new display system, probably <p>Please read the detailed description of Moodle themes in the Themes documentation in <a href="http://docs.moodle.org/wiki/Themes">Moodle Docs</a>.</p>
based on XSL transformations of XML output from Moodle. It is likely that <p>More discussion about themes in the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=46">Themes
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).</p>
<p>More discussion about this in the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=46">Themes
forum on Using Moodle</a>. If you create a nice theme that you think others forum on Using Moodle</a>. If you create a nice theme that you think others
might want to use, please post your zip file on the themes forum!<br /> might want to use, please post your zip file on the themes forum!<br />
</p> </p>