--- ../607028.168.README.patch 2010-11-23 11:08:38.625000000 -0500 +++ ../607028.171.README.patch 2010-11-23 12:02:34.359375000 -0500 @@ -3,8 +3,8 @@ Index: README.txt RCS file: README.txt diff -N README.txt --- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ README.txt 23 Nov 2010 15:49:37 -0000 -@@ -0,0 +1,82 @@ ++++ README.txt 23 Nov 2010 17:02:37 -0000 +@@ -0,0 +1,81 @@ +// $Id$ + +CONTENTS OF THIS FILE @@ -55,11 +55,10 @@ diff -N README.txt +---------- + +In Drupal the appearance of your site is set by the theme (extensions that set -+the fonts, colors, and layout). A theme lets you easily change how your site, -+including the content looks. Changing how the site looks does not effect the -+actual content or visa versa. You can select multiple themes, change themes, -+or customize a theme to create the style or appearance of your site. Themes -+are available for download, and you can also create your own theme. ++the fonts, colors, and layout). A theme lets you easily change how your site ++looks. You can customize a theme to create the style or appearance of your ++site. Themes are available for download, and you can also create your own ++theme. + +More about themes: + * Download contributed themes to sites/all/themes to modify Drupal's @@ -74,7 +73,7 @@ diff -N README.txt +Drupal contains an extensive API that allows you to extend and modify the +functionality of your site. By implementing 'hooks', modules can react to +system events and further customize Drupal's behavior. Drupal's flexible -+architecture+means that you should never need to 'hack core' (directly modify ++architecture means that you should never need to 'hack core' (directly modify +files that come with Drupal or one of its contributed projects) to achieve the +custom functionality you want. Instead contribute to an existing module or +write your own.