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/blogapi/blogapi.info | 4 ++++ modules/blogapi/blogapi.module | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 modules/blogapi/blogapi.info (limited to 'modules/blogapi') diff --git a/modules/blogapi/blogapi.info b/modules/blogapi/blogapi.info new file mode 100644 index 000000000..711b769eb --- /dev/null +++ b/modules/blogapi/blogapi.info @@ -0,0 +1,4 @@ +; $Id$ +name = Blog API +description = Allows users to post content using applications that support XML-RPC blog APIs. + diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index 8d6fb52bc..7231ee59e 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -23,8 +23,6 @@ function blogapi_help($section) { ', array('@file-xmlrpc' => 'xmlrpc.php', '@admin-settings-blogapi' => url('admin/settings/blogapi'))); $output .= '

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

'; return $output; - case 'admin/settings/modules#description': - return t('Allows users to post content using applications that support XML-RPC blog APIs.'); } } -- cgit v1.2.3