From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/drupal/drupal.info | 4 ++++ modules/drupal/drupal.module | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 modules/drupal/drupal.info (limited to 'modules/drupal') diff --git a/modules/drupal/drupal.info b/modules/drupal/drupal.info new file mode 100644 index 000000000..23f02363b --- /dev/null +++ b/modules/drupal/drupal.info @@ -0,0 +1,4 @@ +; $Id$ +name = Drupal +description = Lets you register your site with a central server and improve ranking of Drupal projects by posting information on your installed modules and themes; also enables users to log in using a Drupal ID. + diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 69c4ed569..afa6b70a5 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -44,8 +44,6 @@ print drupal_client_page(); $output .= '

'. t('For more information please read the configuration and customization handbook Drupal page.', array('@drupal' => 'http://drupal.org/handbook/modules/drupal/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Lets you register your site with a central server and improve ranking of Drupal projects by posting information on your installed modules and themes; also enables users to log in using a Drupal ID.'); case 'admin/settings/distributed-authentication': return t('

Using this your site can "call home" to another Drupal server. By calling home to drupal.org and sending a list of your installed modules and themes, you help rank projects on drupal.org and so assist all Drupal administrators to find the best components for meeting their needs. If you want to register with a different server, you can change the Drupal XML-RPC server setting -- but the server has to be able to handle Drupal XML. Some XML-RPC servers may present directories of all registered sites. To get all your site information listed, go to the site information settings page and set the site name, the e-mail address, the slogan, and the mission statement.

', array('@site-settings' => url('admin/settings/site-information'))); case 'user/help#drupal': -- cgit v1.2.3