I got tired of typing "[@more@]" in my xml rpc client to get extended text in post in LifeType, so I extended the xmlrpc class to support MovableType.
I encountered one issue.
Since the paramers to metaWeblog.getPost and metaWeblog.getRecentPosts do not indicate whether metaWeblog or MovableType API is used. This causes a problem becuase there is no indication if the extended text should be appended to the "description" field or added to the "mt_text_more" field.
I solved this problem by adding a "hidden" blogsetting. If it is not set, the functions behave the same as they did, where the extended text is appended to the "description" filed. (Even though I think that the the default eventually should be the otherway around.) This setting could be configured with a plugin.
Do we want this for 1.1.1, or should this change wait for 1.2?
I will attach the diff next
