Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.115.2.5 (checked in on 2008/10/08 at 20:12:17 by goba)
Enable users to post using applications that support XML-RPC blog APIs.
| Name | Description |
|---|---|
| blogapi_admin_settings | |
| blogapi_blogger_delete_post | Blogging API callback. Removes the specified blog node. |
| blogapi_blogger_edit_post | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_get_post | Blogging API callback. Returns a specified blog node. |
| blogapi_blogger_get_recent_posts | Blogging 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_info | Blogging API callback. Returns profile information about a user. |
| blogapi_blogger_new_post | Blogging API callback. Inserts a new blog post as a node. |
| blogapi_blogger_title | For the blogger API, extract the node title from the contents field. |
| blogapi_error | Prepare an error message for returning to the XMLRPC caller. |
| blogapi_help | Implementation of hook_help(). |
| blogapi_init | |
| blogapi_menu | |
| blogapi_metaweblog_edit_post | |
| blogapi_metaweblog_get_category_list | Blogging 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_object | Blogging API callback. Inserts a file into Drupal. |
| blogapi_metaweblog_new_post | |
| blogapi_mt_get_category_list | |
| blogapi_mt_get_post_categories | Blogging 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_post | Blogging API callback. Publishes the given node |
| blogapi_mt_set_post_categories | Blogging API callback. Assigns taxonomy terms to a particular node. |
| blogapi_mt_supported_text_filters | Blogging API callback. Sends a list of available input formats. |
| blogapi_mt_validate_terms | Blogging API helper - find allowed taxonomy terms for a node type. |
| blogapi_perm | Implementation of hook_perm(). |
| blogapi_rsd | |
| blogapi_status_error_check | Check that the user has permission to save the node with the chosen status. |
| blogapi_validate_user | Ensure that the given user has permission to edit a blog. |
| blogapi_xmlrpc | Implementation of hook_xmlrpc(). |
| _blogapi_get_node_types | |
| _blogapi_get_post | |
| _blogapi_mt_extra | Handles extra information sent by clients according to MovableType's spec. |
| _blogapi_space_used | |
| _blogapi_validate_blogid | Validate blog ID, which maps to a content type in Drupal. |