posted: 2006-02-26 19:19:58 perma-link, RSS comments feed
After all this time with MT, I've decided to go my own way. If you've ever come to the same decision, then you know that MT's export is a pretty lame format that doesn't include all of the information you might need if you migrating to another system.
The solution I've come to is to create a MT template that exposes everything as a single xml document. Here's what I'm using so far:
<?xml version="1.0" encoding="utf-8"?> <movabletype xmlns="http://movabletype.org/mtexport/1.0"> <blogs> <mtblogs> <blog> <id><$MTBlogID$></id> <name><$MTBlogName$></name> <description><$MTBlogDescription$></description> <url><$MTBlogURL$></url> <archiveurl><$MTBlogArchiveURL$></archiveurl> <relativeurl><$MTBlogRelativeURL$></relativeurl> <sitepath><$MTBlogSitePath$></sitepath> <host><$MTBlogHost$></host> <timezone><$MTBlogTimezone$></timezone> <entrycount><$MTBlogEntryCount$></entrycount> <commentcount><$MTBlogCommentCount$></commentcount> <cclicenseurl><$MTBlogCCLicenseURL$></cclicenseurl> </blog> </mtblogs> </blogs> <entries> <mtentries lastn="1000"> <entry> <id><$MTEntryID$></id> <blogid><$MTBlogID$></blogid> <title><$MTEntryTitle$></title> <status><$MTEntryStatus$></status> <excerpt><$MTEntryExcerpt$></excerpt> </entry></mtentries></entries></movabletype>
$MTEntryLink$>
<$MTEntryPermaLink$>
If you'd like to keep track of the comments on this article, you can use this rss feed.
hosting: slicehost.com.
powered by: django.
written in: python.
controlled by: bzr.
monsters by: monsterID.
You've been exposed to: {'Programming': 1}
Based upon your reading habits, might I recommend:
Or, you might like:
Post a comment