blogapi.module

Version

1.120 (checked in on 2008/07/23 at 07:42:08 by dries)

Description

Enable users to post using applications that support XML-RPC blog APIs.

Functions

Namesort iconDescription
blogapi_admin_settingsAdd some settings to the admin_settings form.
blogapi_blogger_delete_postBlogging API callback. Removes the specified blog node.
blogapi_blogger_edit_postBlogging API callback. Modifies the specified blog node.
blogapi_blogger_get_postBlogging API callback. Returns a specified blog node.
blogapi_blogger_get_recent_postsBlogging API callback. Returns the latest few postings in a user's blog. $bodies TRUE <a href="http://movabletype.org/docs/mtmanual_programmatic.html#item_mt%2EgetRecentPostTitles"> returns a bandwidth-friendly list</a>.
blogapi_blogger_get_users_blogsBlogging API callback. Finds the URL of a user's blog.
blogapi_blogger_get_user_infoBlogging API callback. Returns profile information about a user.
blogapi_blogger_new_postBlogging API callback. Inserts a new blog post as a node.
blogapi_blogger_titleFor the blogger API, extract the node title from the contents field.
blogapi_errorPrepare an error message for returning to the XMLRPC caller.
blogapi_helpImplementation of hook_help().
blogapi_initImplementaton of hook_init().
blogapi_menuImplementation of hook_menu().
blogapi_metaweblog_edit_post
blogapi_metaweblog_get_category_listBlogging API callback. Returns a list of the taxonomy terms that can be associated with a blog node.
blogapi_metaweblog_get_post
blogapi_metaweblog_get_recent_posts
blogapi_metaweblog_new_media_objectBlogging API callback. Inserts a file into Drupal.
blogapi_metaweblog_new_post
blogapi_mt_get_category_list
blogapi_mt_get_post_categoriesBlogging API callback. Returns a list of the taxonomy terms that are assigned to a particular node.
blogapi_mt_get_recent_post_titles
blogapi_mt_publish_postBlogging API callback. Publishes the given node.
blogapi_mt_set_post_categoriesBlogging API callback. Assigns taxonomy terms to a particular node.
blogapi_mt_supported_text_filtersBlogging API callback. Sends a list of available input formats.
blogapi_permImplementation of hook_perm().
blogapi_rsd
blogapi_validate_userEnsure that the given user has permission to edit a blog.
blogapi_xmlrpcImplementation of hook_xmlrpc().
_blogapi_get_node_types
_blogapi_get_post
_blogapi_mt_extraHandles extra information sent by clients according to MovableType's spec.
_blogapi_validate_blogidValidate blog ID, which maps to a content type in Drupal.
 
 

Drupal is a registered trademark of Dries Buytaert.