MT2Blogger by Zaim Bakar Info, bug reports, etc. to: zaimlah@yahoo.com 1. Requirements * PHP 4.2.0 or later * File uploads enabled Optional requirements * PHP max execution time set to more than 30 seconds (see the Issues section) 2. Installation * The zip package contents should have a directory structure like this: mt2blogger/ mt2blogger.php README blogger/ blogger.php xmlrpc.php Readme.txt * Upload all files onto your webserver. * To run, point browser to location of script. E.g.: http://www.yourserver.com/mt2blogger/mt2blogger.php 3. Issues 1) Exported posts are automatically published (even though the 'publish' parameter on the blogger.newPost XML-RPC call is set to false) 2) No titles for exported post, the Blogger API does not have the title parameter, so the entry title is included inside the body. 3) Dates for exported posts is set to the date of export, not the original date of the post. 4) For large numbers of entries, the PHP execution time limit may not be enough (at 30 seconds). A timeout may occur before all entries has been exported. Increase the limit in the php.ini or httpd.conf files if this happens