Version

1.115.2.5 (checked in on 2008/10/08 at 20:12:17 by goba)

Description

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

Functions

Namesort iconDescription
blogapi_admin_settings
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_blogs
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_init
blogapi_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_mt_validate_termsBlogging API helper - find allowed taxonomy terms for a node type.
blogapi_permImplementation of hook_perm().
blogapi_rsd
blogapi_status_error_checkCheck that the user has permission to save the node with the chosen status.
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_space_used
_blogapi_validate_blogidValidate blog ID, which maps to a content type in Drupal.