Convert from BlogEngine.Net to BlogSvc
Posted in BlogSvc by JarrettV on 9/13/2008 12:13:00 PM - CST
I've added some code to the Test project to convert my blog over
from BlogEngine.net. I
exported the data as a BlogML file
and then ran it through the code. It created a service document and
atom entries. It worked well but is currently specialized for my
situation.
- Some items in the future that should be considered:
- BlogML exports from other blog engines
- Broken links to images
- Updating links within content of existing blog posts
- GUI to guide the user
By adding a rewrite rule I can permanently redirect the old post locations to the new location.
#relocate old BlogEngine.NET posts
RewriteRule /post/(.+)\.aspx$ /blog/$1.xhtml [R=301,L]
Check out my site which is based on a new blue theme that will be included with the next release.
Comments
None.