BlogCFC to Wordpress Tool

So I don't actually want people to stop using BlogCFC (I couldn't live w/o those wishlist purchases), Sean Tierney has posted a utility that will let you migrate from BlogCFC to Wordpress. Apparently if you do, you get to hang out with cooler people. (Just see the picture on the blog entry.) I agree with Sean that providing tools like this actually helps improve BlogCFC, as folks know if they have to leave it, then they aren't "stuck" with it.

Detroit report: The conference actually starts late in the day so I've been out and about in Detroit. I'm in some huge sports bar that has free wireless and an almost completely empty third floor. I'm across the street from Comerica Park. I'm not a baseball fan, but it's a cool looking park. My kids would love it.

Archived Comments

Comment 1 by kelly posted on 6/6/2006 at 9:04 PM

the real question. will wordpress have a tool to convert people back to blogcfc once it kicks wordpressses ass? I highly doubt it. bastards! lol :)

Comment 2 by Sean Tierney posted on 6/6/2006 at 9:08 PM

Ray,
everyone at that pool party was using BlogCFC if it makes you feel better. i was the only one on Wordpress ;-)

Sean

Comment 3 by Raymond Camden posted on 6/6/2006 at 9:13 PM

Hahahah, good one there. :)

"BlogCFC, blog of the beautiful people."

Comment 4 by Rob Brooks-Bilson posted on 6/6/2006 at 9:37 PM

Ray, looking at Sean's reason for moving to WP (micro content and structured blogging), one has to ask, what would it take to add support for this to blogCFC?

Comment 5 by Raymond Camden posted on 6/6/2006 at 9:49 PM

To be honest, it is a bit confusing. It seems as if it is a common format for types of blog posts (reviews, etc). But I'm not sure where it would get published. Would it be used instead of RSS? But what if your blog entires has stuff that matches microcontent and stuff that does not?

Sean - can you shed some light on this?

Comment 6 by jimjay posted on 6/6/2006 at 10:31 PM

OMG, that picture was HAWT!

Comment 7 by Sean Tierney posted on 6/6/2006 at 11:07 PM

Ray,
I'll ask my partner Kimbro to respond since he's more qualified to explain how this works (he's the one who literally wrote the tools to enable this stuff). Basically microcontent consists of these xml definitions called MCD's which know how to display both the form for authoring the content as well as the view for rendering it. Kimbro wrote the perl and php implementations of the mcd engine for MT and Wordpress and he's working on consolidating and moving everything to a js-based library that can be invoked from anywhere. When that happens I would imagine it will be trivial to add this functionality to BlogCFC.

I'll see if he can chime in and give a more thorough answer for you.
Sean

Comment 8 by Raymond Camden posted on 6/6/2006 at 11:15 PM

Thanks Sean, I appreciate it.

Comment 9 by Kimbro Staken posted on 6/6/2006 at 11:27 PM

To follow up on Sean's comment, all structured blogging is is a way to added additional structure to particular type of posts. A common example is a review, which when using a structured blogging tool enables you to add additional markup to the post so that the data is both human readable and machine readable.

The structured data is embedded in the post itself and published as part of the web page and the RSS feed. In the case of a review, the data is marked up using the hReview microfomat and also includes another block of XML data that describes the post contents. Most other post types just include the XML data block if there's no microformat for that type of data.

The intention of all of this is to enable the creation of new types of applications that can reuse this data from around the web. A good example of this is something like a classified ad, in the architecture that we're working on, you just publish the ad to your site and it will automatically appear in various classifieds aggregators around the net. The structured elements enable the aggregators to know much more about the data, for example what city you're in, the name of the item, the price and so on.

Anyway, that's the general idea.

Comment 10 by Raymond Camden posted on 6/6/2006 at 11:31 PM

So is it done in such a way that it doesn't break the rest of the page? I'm trying to wrap my head around how a review in this format, on my blog, would not break other entries or the layout in general. Do you have an example of a live web page that does this?

Comment 11 by Kimbro Staken posted on 6/7/2006 at 12:04 AM

There's an example here. http://www.kstaken.com/arch...

Comment 12 by Mike Rankin posted on 6/7/2006 at 12:39 AM

Cute girls in bikinis? They don't really exist, do they?

Comment 13 by Edward T posted on 6/7/2006 at 6:08 PM

It might be easier to understand microcontent by looking at the various microformats that have been designed. Check out the Wikipedia entry on microformats for a good series of links to emerging formats (http://en.wikipedia.org/wik... and , of course, http://microformats.org for the latest on what is going on.

Some microformats are really very non-invasive; for XFN (XHTML friends network), you only really need to support a rel attribute in your links. Others, like hReview (http://microformats.org/wik... are a little more complicated, but you just need to mark up your data with the proper class names.

For BlogCFC, you would probably need to extend the posting form to allow users to separate their data appropriately so that you could mark it up correctly on submit.

Comment 14 by Gary Funk posted on 6/8/2006 at 6:23 AM

But.. but... but it's PHP.

Comment 15 by Doug Bedient posted on 10/8/2006 at 7:29 AM

does anyone have the blogcfc2wordpress code? I need to migrate it over and his Wordpress site is down. Maybe I should point that out to my client.

Thanks if you can help.

Comment 16 by Sam posted on 8/20/2008 at 4:14 PM

Hi,

is there a wordpress to blogCFC tool. Upgrading my wordpress has just killed by blog and I would sooner be running blogCFC anyway.

Comment 17 by Raymond Camden posted on 8/20/2008 at 5:19 PM

Sam, in theory, you just have to read from the WP database and insert into BlogCFC. I'm not aware of such a tool offhand, but you could write one in about an hour.

Comment 18 by Sam posted on 8/20/2008 at 7:09 PM

Hi Ray,

Thanks for your response. I copied from DB to DB in the end because I wanted the replacement up fast - which it is now. When I get some time I may look into writing a script to do it because I'm sure there are others who wish to migrate.

I'm very pleased with BlogCFC. You have done a great job!

Comment 19 by Ari Zanuto posted on 9/28/2009 at 8:03 AM

Hello Raymond! Can I migrate wordpress to blogCFC?

Comment 20 by Raymond Camden posted on 9/28/2009 at 3:19 PM

Sure. Not automatically unfortunately. I'm not aware of such a tool, but a migration could be done.