Subscriptions Microformat

I am really intrigued by the concept of Microformats. I love the idea of “presentable and parsable” formats.

I am a little disappointed, however, that there is not a microformat for describing feed subscriptions. The de facto standard for subscription lists is OPML. I am not sure how this happened but it does not seem particularly well suited for this task. I think a microformat could work much better. After all, I use my subscription list for just two thing, my blogroll (needs to be presentable) and as the subscription list for my aggregator (needs to be parsable). It would be nice if they were the same and I did not have to keep the two synchronized.

I am thinking something like the following

<ul class="osl" >
  <li class="subscription">
    <a class="title" href="http://pezra.barelyenough.org/blog" 
             type="text/xhtml" rel="feed">Peter Williams’ Weblog</a>
    (<a href="http://pezra.barelyenough.org/blog/feed" 
              type="application/rss+xml" rel="feed">RSS 2.0</a>)
    (<a href="http://pezra.barelyenough.org/blog/feed/atom" 
              type="application/atom+xml" rel="feed">Atom</a>)
  </li>

  <li class="subscription">
    <a class="title" href="http://www.toolshed.com/blog/articles" 
             type="text/xhtml" rel="feed">/\ndy’s Blog</a>
    (<a href="http://www.toolshed.com/blog/xml/rss/feed.xml" 
              type="application/rss+xml" rel="feed">RSS 2.0</a>)
  </li>

</ul>

That results in

I could style this up nicely for my blog and my aggregator could, directly, use my blogroll as it’s subscription list. Now that would be nice.

Comments 3

  1. Tantek wrote:

    Hi Peter,

    Take a look at XOXO:

    http://microformats.org/wiki/xoxo

    and especially the examples. I think you’ll find what you’re looking for, and that it is very close to what you independently came up with.

    Thanks,

    Tantek

    Posted 28 Jul 2005 at 11:02 pm
  2. ryan king wrote:

    Have you looked at attention.xml?

    Posted 29 Jul 2005 at 1:09 am
  3. Peter Williams wrote:

    I have not. It does look sort of like what I want. Thanks for the pointer.

    Posted 29 Jul 2005 at 9:11 am

Trackbacks & Pingbacks 1

  1. From Peter Williams’ Weblog » Blog Archive » Subscriptions Microformat (Redux) on 29 Jul 2005 at 10:35 am

    […] Peter Williams’ Weblog « Subscriptions Microformat Subscriptions Microformat (Redux) […]

Post a Comment

Your email is never published nor shared. Required fields are marked *