taking the red pill WordPress XML-RPC Fixes for ecto
May 26th, 2004 | Published in PHP
taking the red pill WordPress XML-RPC Fixes for ecto WordPress 1.2 delta and ecto play well together - if you carefully educate the former to accept and work with the latter’s XML-RPC requests.
In my case (WordPress 1.2 delta, Ecto 1.1.4), I had to modify the xmlrpc.php file in order to sanitize the post_content and post_excerpt variables for the MySQL requests.
While I was at it, I also put some archaic support for the Markdown plugin into the xmlrpc.php file. This way, ecto will process your post entry through Markdown when previewing.
