To import the existing blogs into the new site we use a Ruby based "importer" which crawls the existing site and creates text based blog entries for the awetruct site.
There are several outstanding issues with the importer: * Titles appear twice in the created blog post (once in the metadata, once in the actual html as <h1> node. The latter should be removed) * The creation data needs to be extracted * Comments need to be imported * ...
|