# 31 05 2006 - 18:54 #
TXP-RPC Server includes some of the MobableType add-ons to the MetaWeblog API. These add-ons are:
- mt_allow_comments(integer): Allow comments for the current article. If this param value is 1, comments are allowed. Else, will use the default comments setup for the blog.
- mt_excerpt(string): Article Excerpt, if any
- mt_keywords(string): Article keywords.
- mt_text_more(string): If provided, it will be added at the end of the article body.
- mt_convert_breaks(string): Either 0, 1 or 2, which means text untouched, convert line breaks and use textile respectively.
These values can be suplied to the struct used by metaWeblog.newPost and metaWeblog.editPost. Additionally, mt_allow_comments, mt_convert_breaks, mt_excerpt and mt_keywords are returned on the structs provided by metaWeblog.getPost and metaWeblog.getRecentPosts.
metaWeblog.getCategories
mt.supportedMethods