From: moodler <moodler>
Date: Mon, 23 Dec 2002 16:12:44 +0000 (+0000)
Subject: Tweak
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1342d68a8ae3b6b93d0424ec07ecd28a53d9b263;p=moodle.git

Tweak
---

diff --git a/doc/install.html b/doc/install.html
index e8878c4fa7..34e5232332 100755
--- a/doc/install.html
+++ b/doc/install.html
@@ -38,7 +38,7 @@
       <LI>File uploading allowed</LI>
       </UL>
 </LI>
-    <li>a working database server (<A HREF="http://www.mysql.com/">MySQL</A> or <A HREF="http://www.postgresql.org/">PostgreSQL</A>. (MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 or ODBC are also theoretically supported but will require you to manually set up the database tables).</li>
+    <li>a working database server: <A HREF="http://www.mysql.com/">MySQL</A> or <A HREF="http://www.postgresql.org/">PostgreSQL</A> are recommended. (MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 or ODBC are also theoretically supported but will require you to manually set up the database tables).</li>
   </ol>
   <p>On a Windows platform, the quickest way to satisfy these requirements is 
     to download <A HREF="http://www.foxserv.net/">FoxServ</A>, 
@@ -46,8 +46,12 @@
     PHP, and MySQL for you. Make sure you enable the GD module so Moodle can process 
     images - you may have to edit php.ini and remove the comment (;) from this 
     line: 'extension=php_gd.dll'.</p>
+
   <p>On Mac OS X I highly recommend the <a href="http://fink.sourceforge.net/">fink</a> 
     project as a way to download easily-maintainable packages for all of this.</p>
+
+  <p>If you're on Linux or another Unix then I'll assume you can figure all this out for yourself! ;-) </p>
+
 </blockquote>
 <P>&nbsp;</P>
 <H3><A NAME="downloading"></A>2. Download</H3>