From fe8222e7e90bd9195acf09fd96de68988067d6c4 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Fri, 20 Jul 2001 10:08:31 +0000 Subject: drupal.module - removed. page.module now serves this purpose on its own. --- modules/drupal.module | 37 ------------------------------------- modules/drupal/drupal.module | 37 ------------------------------------- 2 files changed, 74 deletions(-) delete mode 100644 modules/drupal.module delete mode 100644 modules/drupal/drupal.module (limited to 'modules') diff --git a/modules/drupal.module b/modules/drupal.module deleted file mode 100644 index 63eda27fa..000000000 --- a/modules/drupal.module +++ /dev/null @@ -1,37 +0,0 @@ -drupal engine"; - } - - return $links ? $links : array(); -} - -function drupal_page() { - global $theme, $user; - - $theme->header(); - - $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@drop.org) and built 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://www.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); - - $output = "

Download Drupal

\n"; - $output .= "
  • Drupal 2.00 (2001/03/15 - latest version)
  • \n"; - $output .= "
  • Drupal 1.00 (2001/01/15)
  • \n"; - $output .= "

    Drupal website

    \n"; - $output .= "
  • http://www.drupal.org/
  • \n"; - $output .= "

    Drupal documentation

    \n"; - $output .= "
  • Drupal handbook
  • \n"; - $output .= "

    Drupal mailing lists

    \n"; - $output .= "
  • Mailing list information
  • "; - $output .= "

    Drupal development

    \n"; - $output .= "
  • Development information, CVS instructions, CVS log messages
  • \n"; - $theme->box("Drupal support and development", $output); - - $theme->footer(); -} - -?> \ No newline at end of file diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module deleted file mode 100644 index 63eda27fa..000000000 --- a/modules/drupal/drupal.module +++ /dev/null @@ -1,37 +0,0 @@ -drupal engine"; - } - - return $links ? $links : array(); -} - -function drupal_page() { - global $theme, $user; - - $theme->header(); - - $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@drop.org) and built 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://www.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); - - $output = "

    Download Drupal

    \n"; - $output .= "
  • Drupal 2.00 (2001/03/15 - latest version)
  • \n"; - $output .= "
  • Drupal 1.00 (2001/01/15)
  • \n"; - $output .= "

    Drupal website

    \n"; - $output .= "
  • http://www.drupal.org/
  • \n"; - $output .= "

    Drupal documentation

    \n"; - $output .= "
  • Drupal handbook
  • \n"; - $output .= "

    Drupal mailing lists

    \n"; - $output .= "
  • Mailing list information
  • "; - $output .= "

    Drupal development

    \n"; - $output .= "
  • Development information, CVS instructions, CVS log messages
  • \n"; - $theme->box("Drupal support and development", $output); - - $theme->footer(); -} - -?> \ No newline at end of file -- cgit v1.2.3