Dave Winer kindly let me know about a proposed standard for linking to OPML blogrolls. Given that I added a page containing my blogroll last year, it was easy enough for me to add a tiny bit of code to the header to add support for automatic detection of my blogroll.
<link rel="blogroll" type="text/xml" href="/blogroll.xml" title="Dan Q's blogroll">
Now all we need is some tools that can do such detection!
(You’ll note I’ve added a title attribute: as I discovered the other day, some browsers including ELinks will show all
<link>
s of unknown rel="..."
at the top of the page and I wanted this one to make sense!)
Nice. Added this to my site. My reader automatically builds an OPML of all the feeds when one is added/removed so I consider this my blogroll.