summaryrefslogtreecommitdiff
path: root/modules/blogapi
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
commitc64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch)
treed4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/blogapi
parentcdd120ed20922a3130f108ff60b47a4f2130c44d (diff)
downloadbrdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.gz
brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.bz2
- Patch #80952 by earl, webchick, neclimdul et al: .info files
Diffstat (limited to 'modules/blogapi')
-rw-r--r--modules/blogapi/blogapi.info4
-rw-r--r--modules/blogapi/blogapi.module2
2 files changed, 4 insertions, 2 deletions
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 .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@blogapi">BlogApi page</a>.', array('@blogapi' => 'http://drupal.org/handbook/modules/blogapi/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Allows users to post content using applications that support XML-RPC blog APIs.');
}
}