Export from diaryland to Movable Type!

(liberate - version 1.3.2, by clayrhino)

Let me ask you:

If you answered yes to any of these questions, this liberate script* may be right for your needs to move from diaryland over to MovableType!

If you need a hand, shoot me an email and I'll try to help you out.

* - not FDA approved.

Follow the directions below, then type the URL of the diary:
http://.diaryland.com

Date format: (Automatic may not always work)

Instructions:

In order to export your diaryland entries with this script, you need to add some custom html tags to your diaryland templates. After you've update them, it may take a couple hours for all your entries to be updated with the tags. In some cases, it can take up to a few days. You can try right away though. Adding these tags shouldn't affect your layout.

Make sure to not include formatting html (i.e. <b>) inside these tags, or they will be exported as well. It is always easier to format your MT blog templates afterwards.

This script is on the house, with the exception of an automatic ping sent to clayrhino.com. If you feel so inclined, you may donate your first-born or a small monetary sum for the time I've spent coding liberate:

Important: If the script times out before the archive is completely exported, you may need to separate your entries into multiple archives. To do this, go to http://members.diaryland.com/edit/archiveentries.phtml.

Note: This script is for exporting individual type diaryland diaries. If you have a weblog type diary, this script probably won't work... (yet).

each entry page template (index.html):

Example:

<blog>
  <blogtitle>%%short_description%%</blogtitle>
  <blogdate>%%date%%</blogdate>
  <blogtime>%%time%%</blogtime>
  <blogentry>%%entry%%</blogentry>
  <blogcomments>%%commentsembed%%</blogcomments>
</blog>
older.html archive page template:

Example:

<blogarchive>%%older_entries%%</blogarchive>
individual entry on your archive page template:

Example:

<bloglink url="%%page_name%%"></bloglink>
<a href="%%page_name%%">%%short_description%%</a>
individual comments template:

Example:

<blogcomment url="%%signerurl%%" name="%%signername%%">
%%comment%%
</blogcomment>

another shoddy script by clayrhino. © 2003