Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.txt,v
retrieving revision 1.76
diff -u -p -r1.76 INSTALL.txt
--- INSTALL.txt	14 Sep 2009 07:33:55 -0000	1.76
+++ INSTALL.txt	13 Jan 2010 22:15:23 -0000
@@ -91,13 +91,13 @@ INSTALLATION
    Next, give the web server write privileges to the sites/default/settings.php
    file with the command (from the installation directory):
 
-     chmod o+w sites/default/settings.php
+    chmod o+w sites/default/settings.php
 
   So that the files directory can be created automatically, give the web server
   write privileges to the sites/default directory with the command (from the
   installation directory):
 
-     chmod o+w sites/default
+    chmod o+w sites/default
 
 3. CREATE THE DRUPAL DATABASE
 
@@ -156,17 +156,17 @@ INSTALLATION
    configuration steps suggested on the "Welcome" page.
 
    If the default Drupal theme is not displaying properly and links on the page
-   result in "Page Not Found" errors, try manually setting the $base_url variable
-   in the settings.php file if not already set. It's currently known that servers
-   running FastCGI can run into problems if the $base_url variable is left
-   commented out (see http://bugs.php.net/bug.php?id=19656).
+   result in "Page Not Found" errors, try manually setting the $base_url
+   variable in the settings.php file if not already set. It's currently known
+   that servers running FastCGI can run into problems if the $base_url variable
+   is left commented out (see http://bugs.php.net/bug.php?id=19656).
 
 6. REVIEW FILE SYSTEM STORAGE SETTINGS AND FILE PERMISSIONS
 
    The files directory created in step 4 is the default file system path used
-   to store all uploaded files, as well as some temporary files created by Drupal.
-   After installation, the settings for the file system path may be modified
-   to store uploaded files in a different location.
+   to store all uploaded files, as well as some temporary files created by
+   Drupal. After installation, the settings for the file system path may be
+   modified to store uploaded files in a different location.
 
    It is not necessary to modify this path, but you may wish to change it if:
 
@@ -185,19 +185,19 @@ INSTALLATION
        use the following command from a shell or system prompt (while in
        the installation directory):
 
-           mkdir uploads
+         mkdir uploads
 
      * Ensure that the new location for the path is writable by the web
        server process. To grant write permissions for a directory named
        uploads, you may need to use the following command from a shell
        or system prompt (while in the installation directory):
 
-           chmod o+w uploads
+         chmod o+w uploads
 
      * Access the file system path settings in Drupal by selecting these
        menu items from the Navigation menu:
 
-           Administer > Site configuration > File system
+         Administer > Site configuration > File system
 
        Enter the path to the new location (e.g.: uploads) at the File
        System Path prompt.
@@ -213,12 +213,12 @@ INSTALLATION
    this optional security measure, use the following command from a shell or
    system prompt (while in the installation directory):
 
-          chmod a-r CHANGELOG.txt
+     chmod a-r CHANGELOG.txt
 
    Note that the example only affects CHANGELOG.txt. To completely hide
    all documentation files from public view, repeat this command for each of
-   the Drupal documentation files in the installation directory, substituting the
-   name of each file for CHANGELOG.txt in the example.
+   the Drupal documentation files in the installation directory, substituting
+   the name of each file for CHANGELOG.txt in the example.
 
    For more information on setting file permissions, see "Modifying Linux, Unix,
    and Mac file permissions" (http://drupal.org/node/202483) or "Modifying
@@ -237,7 +237,7 @@ INSTALLATION
    Note, however, that cron tasks will only be executed when there are site
    visitors. You can enable the built-in cron feature at:
 
-          Administer > Configuration and modules > Development > Maintenance mode
+     Administer > Configuration and modules > Development > Maintenance mode
 
    Advanced users may want to ensure that cron tasks are executed periodically.
    To do this, visit the page "cron.php", which executes maintenance tasks on
@@ -247,23 +247,23 @@ INSTALLATION
    to your site. The full URL of the page, with cron key, is available in the
    "Cron maintenance tasks" section of the "Status report page" at:
 
-          Administer > Reports > Status report
+     Administer > Reports > Status report
 
    Most systems support using a crontab utility for automatically executing
    tasks like visiting the cron.php page. The following example crontab line
    uses wget to automatically visit the cron.php page each hour, on the hour:
 
-   0   *   *   *   *   wget -O - -q -t 1 http://www.example.com/cron.php?cron_key=RANDOMTEXT
+     0   *   *   *   *   wget -O - -q -t 1 http://www.example.com/cron.php?cron_key=RANDOMTEXT
 
    Replace the text "http://www.example.com/cron.php?cron_key=RANDOMTEXT" in the
    example with the full URL displayed under "Cron maintenance tasks" on the
    "Status report" page.
 
    More information about cron maintenance tasks are available in the help pages
-   and in Drupal's online handbook at http://drupal.org/cron. Example cron scripts
-   can be found in the scripts/ directory. (Note that these scripts must be
-   customized similar to the above example, to add your site-specific cron key
-   and domain name.)
+   and in Drupal's online handbook at http://drupal.org/cron. Example cron
+   scripts can be found in the scripts/ directory. (Note that these scripts must
+   be customized similar to the above example, to add your site-specific cron
+   key and domain name.)
 
 DRUPAL ADMINISTRATION
 ---------------------
@@ -365,9 +365,9 @@ MORE INFORMATION
   at http://drupal.org/security (available as an RSS feed). This page also
   describes how to subscribe to these announcements via e-mail.
 
-- For information about the Drupal security process, or to find out how to report
-  a potential security issue to the Drupal security team, see the "Security team"
-  page at http://drupal.org/security-team.
+- For information about the Drupal security process, or to find out how to
+  report a potential security issue to the Drupal security team, see the
+  "Security team" page at http://drupal.org/security-team.
 
 - For information about the wide range of available support options, see the
-  "Support" page at http://drupal.org/support.
+  "Support" page at http://drupal.org/support.
\ No newline at end of file
