=== added file 'INSTALL.sqlite.txt'
--- INSTALL.sqlite.txt	1970-01-01 00:00:00 +0000
+++ INSTALL.sqlite.txt	2009-02-21 18:01:01 +0000
@@ -0,0 +1,15 @@
+// $Id: INSTALL.mysql.txt,v 1.10 2007/11/19 19:53:51 goba Exp $
+
+SQLITE DATABASE CREATION
+------------------------
+
+The Drupal installer will create the SQLite database for you. The only
+requirement is the installer must have write permissions to sites/default/files.
+
+On the "Database configuration" form use the following name for your database:
+
+  sites/default/files/.ht.sqlite
+
+Note: The .ht in the name will tell Apache to prevent the database from being downloaded.
+
+No username, password, or advanced options are necessary and should not be used.

=== modified file 'install.php'
--- install.php	2009-02-18 15:07:26 +0000
+++ install.php	2009-02-21 17:16:28 +0000
@@ -241,7 +241,7 @@
       '#required' => TRUE,
       '#options' => $drivers,
       '#default_value' => !empty($database['driver']) ? $database['driver'] : current(array_keys($drivers)),
-      '#description' => st('The type of database your @drupal data will be stored in.', array('@drupal' => drupal_install_profile_name())),
+      '#description' => st('The type of database your @drupal data will be stored in. Database specific installation instructions may be found in INSTALL.databasetype.txt.', array('@drupal' => drupal_install_profile_name())),
     );
     if (count($drivers) == 1) {
       $form['basic_options']['driver']['#disabled'] = TRUE;

=== modified file 'sites/all/README.txt' (properties changed: -x to +x)
=== modified file 'sites/all/modules/README.txt' (properties changed: -x to +x)
=== modified file 'sites/all/themes/README.txt' (properties changed: -x to +x)
=== modified file 'sites/default/default.settings.php' (properties changed: -x to +x)
