From d92b9e9c9b57f831e9df51cb54ad70599b7aac5b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 13 May 2001 16:59:57 +0000 Subject: [PATCH] - Fixed a few typoes in drupal.module --- modules/drupal.module | 8 ++++---- modules/drupal/drupal.module | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/drupal.module b/modules/drupal.module index 35ae7b7f247..142a813f3d9 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -7,7 +7,7 @@ function drupal_page() { $output = "

Drupal is the English pronunciation for the Dutch word 'druppel' which stands for 'drop'. Drupal is a full-featured content management/discussion engine suitable to setup a news-driven community or portal site. Drupal aims towards easy installation, excessive configuration and fine-grained maintenance capabilities. Due to its modular design Drupal is flexible and easy to adapt or extend.

\n"; $output .= "

Drupal is primarily written by Dries Buytaert (dries_at_drop.org) and build after Slash and Scoop. Drupal uses PHP and MySQL and is a valuable alternative for PHP-Nuke, ThatWare, GeekLog and so on. The source code is available under terms of GNU General Public License (GPL).

\n"; - $output .= "

We don't have a real demo site yet but Drupal is used by (and created for) http://drop.org/. Create an account, play with it for a bit, read the documentation and spend some time getting used to it.

\n"; + $output .= "

We don't have a real demo site yet but Drupal is used by (and created for) http://drop.org/. Create an account, play with it for a bit, read the documentation and spend some time getting used to it.

\n"; $theme->box("Drupal", $output); /* @@ -22,11 +22,11 @@ function drupal_page() { $output .= "
  • drupal 2.00 (2001/03/15 - latest version)
  • \n"; $output .= "
  • drupal 1.00 (2001/01/15)
  • \n"; $output .= "

    Documentation

    \n"; - $output .= "
  • drupal handbook
  • \n"; + $output .= "
  • drupal handbook
  • \n"; $output .= "

    Mailing lists

    \n"; - $output .= "
  • mailing lists"; + $output .= "
  • mailing lists
  • "; $output .= "

    Development

    \n"; - $output .= "
  • drupal development\n"; + $output .= "
  • drupal development (CVS)
  • \n"; $theme->box("Support and development", $output); $theme->footer(); diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 35ae7b7f247..142a813f3d9 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -7,7 +7,7 @@ function drupal_page() { $output = "

    Drupal is the English pronunciation for the Dutch word 'druppel' which stands for 'drop'. Drupal is a full-featured content management/discussion engine suitable to setup a news-driven community or portal site. Drupal aims towards easy installation, excessive configuration and fine-grained maintenance capabilities. Due to its modular design Drupal is flexible and easy to adapt or extend.

    \n"; $output .= "

    Drupal is primarily written by Dries Buytaert (dries_at_drop.org) and build after Slash and Scoop. Drupal uses PHP and MySQL and is a valuable alternative for PHP-Nuke, ThatWare, GeekLog and so on. The source code is available under terms of GNU General Public License (GPL).

    \n"; - $output .= "

    We don't have a real demo site yet but Drupal is used by (and created for) http://drop.org/. Create an account, play with it for a bit, read the documentation and spend some time getting used to it.

    \n"; + $output .= "

    We don't have a real demo site yet but Drupal is used by (and created for) http://drop.org/. Create an account, play with it for a bit, read the documentation and spend some time getting used to it.

    \n"; $theme->box("Drupal", $output); /* @@ -22,11 +22,11 @@ function drupal_page() { $output .= "
  • drupal 2.00 (2001/03/15 - latest version)
  • \n"; $output .= "
  • drupal 1.00 (2001/01/15)
  • \n"; $output .= "

    Documentation

    \n"; - $output .= "
  • drupal handbook
  • \n"; + $output .= "
  • drupal handbook
  • \n"; $output .= "

    Mailing lists

    \n"; - $output .= "
  • mailing lists"; + $output .= "
  • mailing lists
  • "; $output .= "

    Development

    \n"; - $output .= "
  • drupal development\n"; + $output .= "
  • drupal development (CVS)
  • \n"; $theme->box("Support and development", $output); $theme->footer();