MacJournal and my Symfony blog
So, now I wrote my blog with Symfony, I lost the possibility to write my blogposts with MacJournal. After a quick search, I discovered they support the XML-RPC protocol, I didn't knew that one yet, but after a quick look, it looked a but like SOAP, but please correct me if I'm wrong!
I also discovered, that the specifications of XML-RPC where last updated June 2003! Also I couldn't find any good documentation about the requests MacJournal does.
Anybody has some tips for me? I did find some Blogger API's, that would be possible to integrate as well. If it all works out, I will publish it as an Symfony Plugin.

Comments
I think MacJournal does support the Atom Publishing protocol, which should be pretty well documented. I know Habari has a simple implementation of it if you're looking for a reference.
Docs: http://www.atomenabled.org/developers/protocol/
Habari: http://habariproject.org/en/ with the implementation in the /system/classes/atomhandler.php file.