]> git.mjollnir.org Git - moodle.git/commitdiff
Updates
authormoodler <moodler>
Mon, 6 Jan 2003 08:42:08 +0000 (08:42 +0000)
committermoodler <moodler>
Mon, 6 Jan 2003 08:42:08 +0000 (08:42 +0000)
lang/en/docs/credits.html
lang/en/docs/developer.html

index 392262098f04ff39f6039624e80722c8811e81ee..6c84fce9d133a46db400c830415f9ce0967a1922 100644 (file)
 </UL>\r
 </BLOCKQUOTE>      \r
 \r
+<H3><BR>Themes</H3>\r
+<BLOCKQUOTE>      \r
+<P>Themes give Moodle sites some colour and life.  Here are all the themes carried as part of the Moodle distribution, along with their authors:\r
+<UL>\r
+    <LI><B>standard* and cordoroyblue</B>, by Martin Dougiamas\r
+    <LI><B>oceanblue</B>, by Mitsuhiro Yoshida, <A HREF="http://mitstek.com">http://mitstek.com</A>\r
+    <LI><B>brightretro</B>, by Thomas Murdock, <A HREF="http://sand-paper.org/">http://sand-paper.org</A>\r
+    <LI><B>garden</B>, by Spiggy, <A HREF="http://phpgirl.com">http://phpgirl.com</A>\r
+</UL>\r
+</BLOCKQUOTE>      \r
 \r
 \r
 <H3><BR>Other contributors</H3>\r
@@ -78,6 +88,7 @@
    Holger Schadeck, \r
    Giovanni Tummarello, \r
    John Windmueller, \r
+   Sean Keogh,\r
    Mitsuhiro Yoshida,\r
    Mark Kimes, \r
    Greg Barnett, \r
index eb8c360a1d8c57ff509f0a77432a81ed6a2846d2..6572e51968036e40976e72c2c4ba611151b08f3e 100644 (file)
@@ -38,7 +38,7 @@
   </li>\r
   <li><strong>Moodle should be easy to install, learn and modify</strong><br>\r
     <br>\r
-    Early prototypes of Moodle (1999) were built using <a href="http://www.zope.org/">Zope</a> \r
+    Early prototypes of Moodle (1999) were built using <a target=_top href="http://www.zope.org/">Zope</a> \r
     - an advanced object-oriented web application server. Unfortunately I found \r
     that although the technology was pretty cool, it had a very steep learning \r
     curve and was not very flexible in terms of system administration. The PHP \r
 <p> <strong><a name="themes" id="themes"></a>Themes</strong></p>\r
 <blockquote> \r
   <p>Themes (or skins) define the look of a site. A number of simple themes are \r
-    provided in the main distribution, but you may want to copy one of these and \r
-    customise it to suit your own needs (eg local logo, colours, styles, graphics \r
-    etc). Each theme is in a subdirectory of the &quot;theme&quot; directory. \r
-    You can copy the &quot;standard&quot; theme or any other theme as a template \r
-    for your own.</p>\r
-  <p>Here is what each of the files does:</p>\r
+    provided in the main distribution, but you may want to create your own theme\r
+    with your own colours, logo, styles and graphics.\r
+\r
+  <p>Each theme is in a subdirectory of the &quot;theme&quot; directory, and contains \r
+     at least the following files:</p>\r
   <ul>\r
-    <li><strong>config.php</strong>: defines your theme colours used throughout \r
+    <li><strong>config.php</strong>: defines the theme colours used throughout \r
       the site</li>\r
     <li><strong>styles.php</strong>: the style sheet, containing CSS definitions \r
       for standard HTML elements as well as many Moodle elements.</li>\r
       what you need to edit to add a logo at the top of pages, for example.</li>\r
     <li><strong>footer.html</strong>: Included at the bottom of each page.</li>\r
   </ul>\r
-  <p>Note that Moodle upgrades <em>may</em> break themes slightly, so check the \r
+  <p>To create your own themes for current versions of Moodle:</p>\r
+  <ol>\r
+    <li>Copy one of the existing theme folders to one with a new name.  I recommend\r
+        starting with one of the standard themes.\r
+    <li>Edit config.php and insert your own colours.\r
+    <li>Edit styles.php and change your CSS styles.\r
+    <li>Edit header.html and footer.html to add new logos, or change the layout.\r
+  </ol>\r
+  <p>Note that all these steps are optional - you can make a radically different\r
+    look to your site simply by editing the colours in config.php</p>\r
+  <p>Note also that Moodle upgrades <em>may</em> break themes slightly, so check the \r
     release notes carefully if you are using a custom theme.</p>\r
-  <p>In particular, Moodle 2.0 will have a completely new display system, based \r
-    on a XSL transformations of XML output from Moodle. It is likely that the \r
+  <p>In particular, Moodle 2.0 will have a completely new display system, probably based on\r
+    XSL transformations of XML output from Moodle. It is likely that the \r
     themes for this will be a completely different format, but the advantage will \r
     be a much higher possible degree of customisation (including moving elements \r
     around the page).</p>\r
-  <p>More discussion about this in the <a href="http://moodle.com/mod/forum/view.php?id=46">Themes \r
-    forum on Using Moodle</a>.<br>\r
+  <p>More discussion about this in the <a target=_top href="http://moodle.com/mod/forum/view.php?id=46">Themes \r
+    forum on Using Moodle</a>.  If you create a nice theme that you think others\r
+    might want to use, please post your zip file on the themes forum!<br>\r
   </p>\r
 </blockquote>\r
+\r
+  <p>&nbsp;</p>\r
+\r
 <p><strong><a name="languages" id="languages"></a>Languages</strong></p>\r
 <blockquote> \r
   <p>Moodle has been designed for internationalisation. Each 'string' or 'page' \r
   <p>Note that you can edit languages online, using the administration web tools \r
     under &quot;Check this language&quot;. This makes it easy to not to only create \r
     new languages but to refine existing ones. If you are starting a new language, \r
-    please contact me, <a href="http://dougiamas.com/">Martin Dougiamas</a>. </p>\r
-  <p>You might also like to post in the <a href="http://moodle.com/mod/forum/view.php?id=43" target="_top">Languages \r
+    please contact me, <a target=_top href="http://dougiamas.com/">Martin Dougiamas</a>. </p>\r
+  <p>You might also like to post in the <a target=_top href="http://moodle.com/mod/forum/view.php?id=43" target="_top">Languages \r
     forum on Using Moodle</a>. </p>\r
-  <p>If you are maintaining a language an ongoing basis, I can give you <a href="cvs.html">CVS \r
+  <p>If you are maintaining a language an ongoing basis, I can give you <a href="?file=cvs.html">CVS \r
     write access to the Moodle source code</a> so that you can directly maintain \r
     the files.</p>\r
 </blockquote>\r
 <blockquote> \r
   <p>Given a working database with defined tables, the intentionally simple SQL \r
     used in Moodle should work fine with a wide variety of database brands.</p>\r
+\r
   <p>A problem exists with <strong>automatically creating</strong> new tables \r
     in a database, which is what Moodle tries to do upon initial installation. \r
     Because every database is very different, there doesn't yet exist any way \r
     database, schemas can be created that list the required SQL to create Moodle \r
     tables in a particular database. These are files in <strong>lib/db</strong> \r
     and inside the <strong>db</strong> subdirectory of each module.</p>\r
-  <p>Currently, only MySQL is supported because that's what I know. If you are \r
+\r
+  <p>Currently, only MySQL and PostgreSQL are fully supported in this way. If you are \r
     familiar with another database (especially open source databases) and are \r
-    willing to help port the MySQL schema, please get in contact with me (<a href="http://dougiamas.com/">Martin \r
+    willing to help port the existing schema, please get in contact with me (<a target=_top href="http://dougiamas.com/">Martin \r
     Dougiamas</a>).</p>\r
 </blockquote>\r
 <p>&nbsp;</p>\r
 <p><strong><a name="courseformats" id="courseformats"></a>Course Formats</strong></p>\r
 <blockquote> \r
-  <p>Moodle 1.x supports three different course formats: weekly, topics and social. \r
+  <p>Moodle currently supports three different course formats: weekly, topics and social. \r
   </p>\r
   <p>These are a little more connected to the rest of the code (and hence, less \r
     &quot;pluggable&quot;) but it is still quite easy to add new ones.</p>\r
 <blockquote> \r
   <p>If you feel like writing a tutorial, an article, an academic paper or anything \r
     else about Moodle, please do! </p>\r
-  <p>Put it on the web and make sure you include links to <a href="http://moodle.com/">http://moodle.com/</a></p>\r
+  <p>Put it on the web and make sure you include links to <a target=_top href="http://moodle.com/">http://moodle.com/</a></p>\r
   </blockquote>\r
 <p>&nbsp;</p>\r
 <p><strong><a name="bugs" id="bugs"></a>Participating in the bug tracker</strong></p>\r
 <blockquote> \r
   <p>Finally, I would like to invite you to register on the &quot;bug tracker&quot; \r
-    at <a href="http://bugs.moodle.org">bugs.moodle.org</a> so you can file any \r
+    at <a target=_top href="http://bugs.moodle.org">bugs.moodle.org</a> so you can file any \r
     bugs that you find and perhaps participate in discussing and fixing them. \r
   </p>\r
   <p>&quot;Bugs&quot; not only includes software bugs with current versions of \r
     <blockquote> \r
       <p align="center">Thanks for using Moodle!</p>\r
       <p align="center">Cheers,<br>\r
-        <a href="http://dougiamas.com/" target="_top">Martin Dougiamas</a></p>\r
+        <a target=_top href="http://dougiamas.com/" target="_top">Martin Dougiamas</a></p>\r
     </blockquote>\r
   </blockquote>\r
 </blockquote>\r