From 654616023489e84cffd3a07de42655a9e1ae745d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Mar 2001 11:38:02 +0000 Subject: - removed dead links --- modules/drupal/drupal.module | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'modules/drupal/drupal.module') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 5190a8a5b..293c3a9bc 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -9,13 +9,11 @@ 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 (http://slashcode.com/) and Scoop (http://scoop.kuro5hin.org/). 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("Introduction", $output); $output = "
  • drupal 2.00 (2001/03/15 - latest version)
  • \n"; - $output .= "
  • drupal 1.00 (2001/01/15)
  • \n"; - $output .= "
  • drupal 1.00-rc2 (2001/01/08)
  • \n"; - $output .= "
  • drupal 1.00-rc1 (2001/01/01)
  • \n"; + $output .= "
  • drupal 1.00 (2001/01/15)
  • \n"; $theme->box("Download", $output); unset($output); @@ -25,7 +23,7 @@ function drupal_page() { $theme->box("Screenshots", $output); $output = "

    Documentation

    \n"; - $output .= "
  • documentation
  • \n"; + $output .= "
  • documentation
  • \n"; $output .= "
  • wishlist
  • \n"; $output .= "

    Mailing list

    \n"; $output .= "

    The drupal-support@drop.org list discusses drupal development. All submissions relevant to that, such as bug reports, enhancement ideas, patches or reports that a patch fixed a bug are appropriate.

    \n"; -- cgit v1.2.3