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
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 :)
Ray,
everyone at that pool party was using BlogCFC if it makes you feel better. i was the only one on Wordpress ;-)
Sean
Hahahah, good one there. :)
"BlogCFC, blog of the beautiful people."
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?
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?
OMG, that picture was HAWT!
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
Thanks Sean, I appreciate it.
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.
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?
There's an example here. http://www.kstaken.com/arch...
Cute girls in bikinis? They don't really exist, do they?
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.
But.. but... but it's PHP.
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.
Hi,
is there a wordpress to blogCFC tool. Upgrading my wordpress has just killed by blog and I would sooner be running blogCFC anyway.
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.
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!
Hello Raymond! Can I migrate wordpress to blogCFC?
Sure. Not automatically unfortunately. I'm not aware of such a tool, but a migration could be done.