In EE v2.0.1pb01, I’ve modified the code on this page to get it working on my Beta build.
The index template within the export template group became:
{exp:channel:entries channel="default_site" limit="999" rdf="off"}
TITLE: {title}
AUTHOR: {author}
DATE: {entry_date format='%m/%d/%Y %h:%i:%s %A'}
STATUS: publish
ALLOW COMMENTS: 0
CONVERT BREAKS: 0
{categories}CATEGORY: {category_name}{/categories}
-----
BODY:
{body}
-----
EXTENDED BODY:
{extended}
-----
{embed="export/comments" the_entry_id="{entry_id}"}
--------
{/exp:channel:entries}
In the comments template within the same export template group, I used the following, but I did not enable PHP in the template since there is no PHP in the updated code.
{exp:comment:entries channel="default_site" entry_id="{embed:the_entry_id}" sort="asc"}COMMENT:
AUTHOR: {name}
URL: {url}
DATE: {comment_date format="%m/%d/%Y %h:%i:%s %A"}
{comment}
----- {/exp:comment:entries}
I followed the same steps outlined mentioned in the original instructions beyond that, ie viewing the index page and viewing source and saving that.
Note: I’ve updated the above code since the original submission. In my initial attempt to import my entries, it failed. I looked through the original spec for the Movable Type Export and there were some inconsistent values in the previous code. Even after using the above code, I did a find and replace to remove some extra line returns. I successfully imported roughly 150 entries using it.
