Categories
Web

RSS: The Sledge-o-matic of markup

Recovered from the Wayback Machine.

Long time no talk about RSS. I’m overdue.

Thanks to a pointer from Sam, I read The article Why Blogs haven’t stormed the business world. According to it, the reason why more weblogs aren’t in use today is because it’s too difficult to move content from one tool to another:

The greatest problem, however, is not the limitations of the front end of this software, but rather what goes on behind the curtain, so to speak. As bloggers add content to their sites, the programs update and store HTML pages in a collection of directories spread throughout a Web site. Each tool has its own directory structure, its own names for the archives it compiles of past postings, its own method of updating each page.

That way lies trouble. While the actual pages in a blog may be simple HTML, the sum total of elements in a blog is a giant heap of files and folders understood only by the tool a blogger is using at present. What would happen if you were to switch tools tomorrow? With even the simplest blogs, many users would be daunted by the need to move files, change directories, get the new tools to hook up with the old. In short, each new tool would break your current blog. There simply is no portability under the current structure.

What an idiot.

I’ve spent the last few years helping organizations integrate from products as diverse as Peoplesoft, Oracle Financials, Blue Martini, and Vignette. Compared to this, transforming the content from something such as Radio or Blogger to Moveable Type is a piece of cake. What’s difficult for the individual who has no programming expertise is nothing to a junior programming with a little time, and a good, not great, knowledge of Perl or Python or Java or half a dozen other languages. Not only that, but any weblogging tool worth anything has developed export and import procedures between their products and others.

How many people have ported their pages from one weblogging tool to another? The key is an import mechanism, not a format.

According to the author, if all the tools would just agree to use RSS as the import/export mechanism, all of our problems would be solved:

 

In fact, the answer may be at hand. The RSS protocol, mentioned above, is used to tell reader programs where to find a blog. Why not use the same technology to tell blog software how to pick up the entire contents of a blog and integrate or repurpose those contents? In effect, the XML standard for structured Web data could be used as a uniform way to transform each tool’s blog into another’s, in order to hand off control. Not only would this avoid a knowledge disaster in the long term, but it would encourage blog sharing and collaboration in the near term.

 

What XML standard? XML itself isn’t a standard, but at least there is only one consistent implementation of it. RSS consists of multiple specifications, some of which are controlled by one company, and another of which is controlled by a bunch of people through a Yahoo news group. And, as we saw recently, what should be a simple, hierarchical syndication/aggregation format is the focus of numerous techno wars, which doesn’t make sense because it’s nothing more than a simple, brain dead data model.

Well, it is until we start mucking around with it. Trying to use it for everything and anything, as if we have to justify the time we’ve spent talking about it, working with it, tweaking it.

Hello RSS people! When will you be done?

I think what annoyed me the most about the article, not just the fact that now we’re going to have yet again another round of tweaks and talks and nasty asides on “RSS as intra-blog transformation meta-language”, is the author’s statement:

 

I’ll leave it to the experts to iron-out the specifics. At some point, the community of coders will have to realize that adding more and more features to blogs won’t fix the problem of organizing and disseminating all the content piling up in the unfinished basement below. This problem should be addressed before the blog becomes the blob.

 

Clueless. Absolutely and completely clueless.

There! That satisfied my RSS weblogging need for at least another few months.

 

Print Friendly, PDF & Email