blogapi.module

Version

1.39.2.11 (checked in on 2005/11/30 at 10:05:16 by dries)

Description

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

Functions

Namesort iconDescription
blogapi_blogapi
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_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_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_get_trackback_pingsBlogging API callback. Can not be implemented without support from trackback module.
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_rsd
blogapi_settings
blogapi_validate_userEnsure that the given user has permission to edit a blog.
blogapi_xmlrpcImplementation of hook_xmlrpc().
blogap_mti_publish_postBlogging API callback. Publishes the given node
_blogapi_blogid
_blogapi_get_node_types
_blogapi_get_post
_blogapi_mt_extraHandles extra information sent by clients according to MovableType's spec.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.