• I’m sorry to do this to you because you’ve been such an amazing community but here it is.

    I’m building a bigger website with Community Server 2.1 and I need to export my wordpress blog.
    I’ve searched these forums, CS’s forums and Google but I can’t find anything useful.

    CS can supposedly import BlogML.
    But I haven’t found any BlogML export to WP.

    Please, if you have any information that can help I’d greatly appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • AFAIK, there’s nothing in place to export wp. Unsurprisingly. If the program you’re migrating to doesn’t have an import facility in place, then you probably need to ask the program’s support staff/programmers.

    Thread Starter tomsol

    (@tomsol)

    This page explains a bit more.
    http://www.codeplex.com/Wiki/View.aspx?ProjectName=BlogML

    Blog platform that support BlogML today are
    Community Server
    Das Blog
    Subtext
    SingleUserBlog

    Also, I’ve been told that if I could export WP to a well formated XML file the BlogML import might work. But I haven’t even found how to do that, if possible.

    Tomsol,

    I’m the guy who wrote most parts of BlogML 2.1 and CS converter.

    Dave Burke was kind enough to point me to here to help you. Currently there is no way to export WP content to BlogML except writing a custom theme which generates a BlogML file. Unfortunately this needs PHP background and none of PHP developers have done this.

    I asked some of my PHP friends to write at least an exporter but they didn’t get back to me. We’ll be glad to get the help of PHP community on writing a converter for BlogML. Doing same conversion from MT is easy just by following the instructions for Blogger because they use same skinning method.

    Although we (I and some other .NET developers) developed it and made converters for .NET blogging tools but BlogML is completely an open format (regardless of technology) and we say welcome to any guy who joins us to add something.

    But in order to give you some thoughts I should say that you can create a custom WP theme which generates an XML file not a HTML file. What does this mean? Let me explain.

    Instead of writing a <body /> tag for your theme you can put a <post /> tag for BlogML and so on. Same technique is done to export from Blogger to BlogML:

    http://jeffbishop.net/archive/2006/05/21/690.aspx

    But be sure we’ll try to find a solution for WP and hopefully WP community will help us to make a universal format to let bloggers choose their way. We’ve had many requests for this recently and I want to find a way.

    Anyone who is interested to help us on BlogML to writing a converter for WP can contact me at: http://nayyeri.net/contact.aspx

    Hope this helps 🙂 Feel free to contact me to get latest news.

    I’ve waited for a while for someone else to come up with a solution to this, and finally took matters into my own hands.

    I’ve rewritten the export tool in WordPress to support BlogML instead of the WXR format. It’s pretty straightforward: you just replace one admin file, and it doesn’t mess with your theme.

    You can download this tool at http://www.codeplex.com/BlogML/Release/ProjectReleases.aspx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exporting WordPress to Community Server 2.1’ is closed to new replies.