Meta: August 2006 Archives


As of version 3.31, Movable Type natively supports tags.

Tags are keywords or descriptive terms associated with an item as means of classification. Unlike categories, an item can have many tags to describe the item in several ways. Tags are well known from other (web) applications such as Flickr for tagging photos and del.icio.us for tagging links.

The well known weblog search service Technorati introduced tags to weblog entries, and allows for browsing and searching texts on weblogs by tag. Blog entries can be tagged easily by simply placing a few links at the bottom of the entry in the right format:

<a href="http://technorati.com/tag/[tagname]" rel="tag">[tagname]</a>

Now that MT also supports tags, I hoped for a fluent integration with Technorati. Even though the default MT templates do not link the tags shown on the pages to Technorati but rather to an internal tags search on the current weblog, I hoped for a standard implementation in the RSS feed templates spidered by Technorati. And indeed I found a correct looking code:

<category term="31" label="technorati" scheme="http://www.sixapart.com/ns/types#tag" />

Technorati automatically converts categories in the RSS feed to tags, and even though MT defines a new namespace, it should work correctly... But unfortunately, the above code does not add the tag called "technorati" to the item, but rather the record number "31".

When I tried to look up the specification at http://www.sixapart.com/ns/types#tag, I received a 404, so I still don't know whether Six Apart made a mistake when developing the new feed template or whether Technorati should have parsed the feed. Does anybody know whether either Six Apart of Technorati are working on this issue?

Only a week after I closed down Brain Links, Brain Links is back, albeit in a more simpler form. Before, each link had its own page, with a description and the possibility to comment on the link (which was rarely used). The new Brain Links is only visible as a linkroll on the sidebar of the main page of Brain Tags.

To power Brain Links, I no longer use Movable Type, but created a new widget that fetches the last ten links from my del.icio.us account. There are no archives, no overview, no categories, no comments,... just ten interesting links.