Welcome to the forums, Kathleen!
QUOTE
Is there anything -outside the ordinary- that I need to be concerned about beforehand?
The only issue I see is that with MT 3.16, the instructions for exporting your entries from Blogger have been removed from the MT manual. It appears the intent is to place these instructions on the main Movable Type web site, but that page is not ready yet. In case you don't have access to any instructions on how to export your Blogger entries:
Exporting Blogger Entries1. Log into your Blogger account, then switch into template-editing mode.
2. Make a copy of your current template; you will be replacing your Blogger template with the conversion template in Step 3, but you probably don't want to lose your original template.
3. Replace your Blogger template with the following:
CODE
<Blogger>
TITLE: <BlogItemTitle><$BlogItemTitle$></BlogItemTitle>
AUTHOR: <$BlogItemAuthorNickname$>
DATE: <$BlogItemDateTime$>
-----
BODY:
<$BlogItemBody$>
-----
<BlogItemCommentsEnabled>
<BlogItemComments>
COMMENT:
AUTHOR: <$BlogCommentAuthor$>
DATE: <$BlogCommentDateTime$>
<$BlogCommentBody$>
-----
</BlogItemComments>
</BlogItemCommentsEnabled>
--------
</Blogger>
4. Enter the Settings area for this weblog.
5. Change your
Blog Filename to a different filename; this will prevent you from overwriting your main index file.
6. In
Formatting, set your weblog to display all of your posts on the main index page. There is no explicit setting for this; instead, you should change the number of days displayed on your front page (
Show N days' posts on main page) higher than the number of days that you have been weblogging.
7. Set
Date/Time Format to the format
MM/DD/YYYY HH:MM:SS AM|PM. (Note: the format will not look like this in the menu; instead it will be the current time, formatted.)
8. Set
Convert Line Breaks to
No.
9. Set
Archive Frequency to
No Archive. This will prevent your archives from being overwritten with the new template.
10. Switch back to the Posts screen, and
Publish your weblog. You will end up with a single file with all of your posts, formatted using the above template, at the location specified in your Settings. Download this file to your local hard drive.
From here, you'll proceed with importing your entries into MT. The instructions for how to do this are available
here.
If you run into any problems or have any questions, don't be afraid to ask!