BlogML is an XML format for storing the contents of a blog; either for archival or migrating to a different blogging engine.
BlogML currently supports the following engines:
- Community Server
- Subtext
- SingleUserBlog
And I finished a beta implementation for dasBlog today.
The current BlogML format does not support all the features dasBlog has, so the following information is lost when exporting your blog using BlogML:
- Post specific languages; the language information for a post made in a different language than the default is lost;
- Only trackbacks are exported; Pingbacks and referrals are lost;
- Attachments are not imported in this build;
- Some properties of comments are lost (useragent, ip of user);
The current driver program is very basic, and requires some hacking to switch between import- and export-mode.
Note: although dasBlog is a .Net 1.1 project, this is written using .Net 2.0 as per the BlogML project.
download: dasblogml.zip