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
| Name | Description |
|---|---|
| blogapi_admin_settings | Add some settings to the admin_settings form. |
| 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 | Blogging API callback. Finds the URL of a user's blog. |
| 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 | Implementaton of hook_init(). |
| blogapi_menu | Implementation of hook_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_perm | Implementation of hook_perm(). |
| blogapi_rsd | |
| 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_validate_blogid | Validate blog ID, which maps to a content type in Drupal. |
