From 43db9cf86fdfba736117cda501c6eb1d31d04693 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 3 Jul 2001 19:16:20 +0000 Subject: - common.inc: + Made '$na' translatable on popular demand. - node.module: + replaced a confusing configuration description, as suggested by Remco. - statistics.module: + Added a 'most recent referers'-table sorted by timestamp. - drupal.module: + Small update of the links. --- modules/drupal.module | 14 +++++++------ modules/drupal/drupal.module | 14 +++++++------ modules/node.module | 8 ++++---- modules/node/node.module | 8 ++++---- modules/statistics.module | 38 ++++++++++++++++++++++++++---------- modules/statistics/statistics.module | 38 ++++++++++++++++++++++++++---------- modules/system.module | 8 ++++---- modules/system/system.module | 8 ++++---- 8 files changed, 88 insertions(+), 48 deletions(-) (limited to 'modules') diff --git a/modules/drupal.module b/modules/drupal.module index 3ffbf1776..a5da33f5c 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -13,20 +13,22 @@ function drupal_page() { $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 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://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://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 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 handbook
  • \n"; $output .= "

    Drupal mailing lists

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

    Drupal development

    \n"; - $output .= "
  • Development information, CVS instructions, CVS log messages
  • \n"; + $output .= "
  • Development information, CVS instructions, CVS log messages
  • \n"; $theme->box("Drupal support and development", $output); $theme->footer(); diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 3ffbf1776..a5da33f5c 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -13,20 +13,22 @@ function drupal_page() { $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 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://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://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 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 handbook
  • \n"; $output .= "

    Drupal mailing lists

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

    Drupal development

    \n"; - $output .= "
  • Development information, CVS instructions, CVS log messages
  • \n"; + $output .= "
  • Development information, CVS instructions, CVS log messages
  • \n"; $theme->box("Drupal support and development", $output); $theme->footer(); diff --git a/modules/node.module b/modules/node.module index 001e9b351..1d3981310 100644 --- a/modules/node.module +++ b/modules/node.module @@ -31,15 +31,15 @@ function node_perm() { } function node_conf_options() { - $output .= form_select(t("Default number of nodes to display"), "default_nodes_main", variable_get("default_nodes_main", 10), array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10, 15 => 15, 20 => 20, 25 => 25, 30 => 30), t("The default maximum number of nodes to display on the main page.")); + $output .= form_select("Default number of nodes to display", "default_nodes_main", variable_get("default_nodes_main", 10), array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10, 15 => 15, 20 => 20, 25 => 25, 30 => 30), "The default maximum number of nodes to display on the main page."); return $output; } function node_conf_filters() { - $output .= form_select(t("Enable HTML tags"), "filter_html", variable_get("filter_html", 0), array("Disabled", "Enabled"), t("Strip HTML and PHP tags.")); - $output .= form_textfield(t("Allowed HTML tags"), "allowed_html", variable_get("allowed_html", "