Movable Type API
mt.supportedTextFilters
Retrieve information about the text formatting plugins supported by the server....
mt.supportedMethods
Retrieve information about the XML-RPC methods supported by the server....
mt.setPostCategories
Sets the categories for a post....
mt.publishPost
Publish (rebuild) all of the static files related to an entry from your weblog. Equivalent to saving an entry in the system (but without the ping)....
mt.getTrackbackPings
Retrieve the list of TrackBack pings posted to a particular entry. This could be used to programmatically retrieve the list of pings for a particular entry, then iterate through each of those pings doing the same, until one has built...
mt.getRecentPostTitles
Returns a bandwidth-friendly list of the most recent posts in the system....
mt.getPostCategories
Returns a list of all categories to which the post is assigned....
mt.getCategoryList
Returns a list of all categories defined in the weblog....
