From 637004c5391eb48b473a80df1de425aaae8edc25 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 23 Jan 2003 09:24:20 +0000 Subject: - Tidied up XHTML. Patch by Ulf. - Added missing t() function. Patch by Stefan. --- modules/bloggerapi.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/bloggerapi.module') diff --git a/modules/bloggerapi.module b/modules/bloggerapi.module index 0502357be..796fa6758 100644 --- a/modules/bloggerapi.module +++ b/modules/bloggerapi.module @@ -386,18 +386,20 @@ function bloggerapi_help() {

Drupal's support for the Blogger API is quite complete. Each method with an asterisk below has been implemented in Drupal.

+

blogger.newPost()*
blogger.editPost()*
blogger.getUsersBlogs()*
blogger.getUserInfo()*
blogger.getTemplate()
-blogger.setTemplate()
+blogger.setTemplate()

Drupal also supports the following methods. These methods were added after the those listed above and are not documented on the Blogger API website. Each method is linked to its corresponding blogger-dev mailing list posts:

+

blogger.getPost()*
blogger.getRecentPosts()*
-blogger.deletePost()*
+blogger.deletePost()*

Installation and usage

-- cgit v1.2.3