Index: modules/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node.module,v retrieving revision 1.637 diff -u -F^f -r1.637 node.module --- modules/node.module 20 Apr 2006 16:38:22 -0000 1.637 +++ modules/node.module 30 Apr 2006 09:02:05 -0000 @@ -1949,12 +1949,18 @@ function node_page_default() { $output .= theme('pager', NULL, variable_get('default_nodes_main', 10)); } else { - $output = t(" -

Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.

-

The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.

-

Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.

-

Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.

-

We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.

", array('%drupal' => 'http://drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin/settings'), '%modules' => url('admin/modules'), '%themes' => url('admin/themes'), '%handbook' => 'http://drupal.org/handbooks')); + $output = t("
+

Welcome to Drupal. Your website is now up and running!

+

The following steps will help you to start enjoying your new site:

+
    +
  1. To begin, create the first account. This account will have full administration rights and will allow you to configure your website.
  2. +
  3. Once logged in, visit the administration section. This allows you to make customizations to your site, such as changing your website's configuration.
  4. +
  5. Next, visit the module list and enable features which suit your website's needs. You may also find additional modules in the Drupal Modules downloads section.
  6. +
  7. To change your website's \"look and feel,\" visit the themes section. You may choose from one of the existing themes, download additional themes in the Drupal downloads section or modify one of the themes.
  8. +
+

For more information, please refer to the Help section (link to admin/help), or the online Drupal handbooks.

+
", + array('%drupal' => 'http://drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin/settings'), '%modules' => url('admin/modules'), '%dowload_modules' => 'http://drupal.org/project/modules', '%themes' => url('admin/themes'), '%dowload_themes' => 'http://drupal.org/project/themes', '%handbook' => 'http://drupal.org/handbooks')); } return $output;