Would it be possible to include support for fetching & editing the excerpt field through the blogging bundle?
regards, Manuela
I don't think there is built in support for the excerpt in xmlrpc, at least in Wordpress, but it can be hacked in or hooks can be added through Wordpress' plugin architecture and the blogging bundle can be modified to work with it. I've done the same thing for tags with Ultimate Tag Warrior. Anything you can call from the Wordpress database can be manipulated through the blogging bundle, with a little work.
Brett
On Oct 30, 2006, at 5:14 AM, Manuela Hoffmann wrote:
Brett Terpstra : Art Director Circle Six Design, Inc. 111 Riverfront Dr, Suite 204 .................................................. p: 507.459.4398 877.858.4332 f: 1.866.540.3063 e: brett@circlesixdesign.com http://www.circlesixdesign.com ..................................................
Yes, it's been requested several times, so I'm working on a package that's not as intrusive as my current installation. I'll post it here and on my blog when it's ready.
I just took a look at the wordpress xmlrpc.php file and it does appear to support excerpts. If I have time later I'm going to look into a patch to handle that, unless someone beats me to it or it's already there and I don't know about it :-). That happens to me a lot.
Brett
On Nov 1, 2006, at 11:38 AM, Manuela Hoffmann wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
- From what I can remember of those blogging APIs there is the post_excerpt field in the MetaWeblog API and there is mt_excerpt in combination with mt_text_more in the old MT API. I think these are all the options there are in WordPress.
Drupal's blogapi.module only seems to support mt_excerpt. I haven't tried that yet, though.
Horst
Brett Terpstra schrieb: