--- 607028_README_9.txt 2009-11-07 21:26:00.000000000 -0500 +++ 607028_README.txt 2009-11-07 21:43:34.000000000 -0500 @@ -19,27 +19,26 @@ Drupal community at http://drupal.org/co USE AND CONFIGURE YOUR DRUPAL SITE ---------------------------------- -Drupal core (drupal-X.XX.tar.gz) includes a everything you need to get started -including several "modules" for common functionality such as managing content -and user accounts. Additional features are added to Drupal through the use of -"modules". Drupal ships with several modules to provide additional functionality -such as image uploading, search, and content translation. More contributed -modules (not part of Drupal core) are available from the drupal.org to enable -additional functionality. - - * Install, upgrade, and maintain Drupal: See INSTALL.txt and UPGRADE.txt in the - same directory as this document. - * Enable additional modules included with core. - * Learn, create and improve your Drupal site: +Drupal core (drupal-x.xx.tar.gz) includes what you need to get started with your +website. Drupal includes several "modules" for common functionality such as +managing content and user accounts. Additional features are added to Drupal by +adding modules. Drupal ships with several modules to provide additional +functionality such as image uploading, search, and content translation. More +contributed modules (not included with Drupal core) are available from the +drupal.org website to enable additional functionality. + + * Install, upgrade, and maintain Drupal: + See INSTALL.txt and UPGRADE.txt in the same directory as this document. + * Learn about Drupal to create and improve your site: http://drupal.org/getting-started + * Enable additional modules included with core. + http://drupal.org/handbook/modules * Download contributed modules to extend Drupal's functionality: http://drupal.org/project/modules - * Install new contributed modules: - http://drupal.org/node/70151 + * Install additional modules in sites/all/modules: + http://drupal.org/getting-started/5/install-contrib * Move beyond the basics of Drupal: http://drupal.org/handbook/customization - * Best practices install additions to core in sites/all/ e.g.: sites/all/modules - sites/all/themes CHANGE THE LOOK AND FEEL OF YOUR DRUPAL SITE -------------------------------------------- @@ -49,7 +48,8 @@ its functionality and content. By defaul displaying content to users, and uses the "Seven" theme for the administrative interface. To customize Drupal's display further, see the following resources. - * Change the default themes with those provided in core. + * Change the default themes with those provided in core: + http://drupal.org/getting-started/6/admin/build/themes * Download contributed themes for Drupal: http://drupal.org/project/themes * Install new contributed themes: @@ -58,6 +58,8 @@ interface. To customize Drupal's display http://drupal.org/theme-guide * Collaborate with other Drupal themers: http://drupal.org/contribute/themes + * Install additional themes in sites/all/themes: + http://drupal.org/getting-started/5/install-contrib WRITE CODE FOR YOUR DRUPAL SITE -------------------------------