--- - 2007-01-17 23:25:47.000000000 -0500 +++ /dev/fd/63 2007-01-17 23:25:47.000000000 -0500 @@ -1,11 +1,12 @@ Getting Started =============== -You should first use the "Setup Blogs" command to identify any blogs you wish to post to. This command will load a file for editing. Within this file, you simply specify a blog name and the XMLRPC URL for it. For example: +You should first use the "Setup Blogs" command to identify any blogs you wish to post to. This command will load a file for editing. Within this file, you simply specify a blog name, the XMLRPC URL, and an optional mode for it. For example: My MT Blog http://myusername@mydomain.com/mt/mt-xmlrpc.cgi#1 My WordPress Blog http://myusername@mydomain.com/blog/xmlrpc.php My Typo Blog http://myusername@mydomain.com/backend/xmlrpc + My Drupal Blog http://myusername@mydomain.com/xmlrpc.php drupal After you've configured for your blog(s), try the "Fetch Post" command to retrieve an existing post for editing. This is the easiest way to confirm that your configuration is correct. You will be prompted for your password upon initially connecting to your blog. Once you have that working, you should have no problem publishing a new post. @@ -73,7 +74,7 @@ * `TM_BLOG_ENDPOINT`: You may either specify a named blog endpoint (as configured with the "Setup Blogs" command) or an endpoint URL. This value can be overriden by a "Blog" header within a post. If this is unset **and** your document doesn't have a "Blog" header, you will be prompted for which blog to use. * `TM_BLOG_FORMAT`: Your preferred formatting choice (default will derive from current blog template selected). -* `TM_BLOG_MODE`: 'mt' and 'wp' are valid settings for this. Influences the posting API to be as compatible as possible with Movable Type, TypePad, Blogger, Typo and WordPress variants of the metaWeblog API (default will derive from endpoint URL, or will default to 'mt'). +* `TM_BLOG_MODE`: 'drupal', 'mt' and 'wp' are valid settings for this. Influences the posting API to be as compatible as possible with Movable Type, TypePad, Blogger, Typo and WordPress variants of the metaWeblog API (default will derive from endpoint URL, or will default to 'mt'). * `TM_HTTP_PROXY`: If you are behind a proxy set it to `host:port` of the proxy.