blogroll
Ah ha! I have a blogroll. Ph33r me.
In other news, Template::Plugin::XML::Simple is really nifty.
<p class="code">
[% USE blogroll = XML.Simple('/export/home/tomi/web/jerakeen.org/blogroll.opml') %]
<p class=header>blogroll</p>
<p>
[% FOREACH section = blogroll.body.outline %]
<a href="[% section.htmlUrl %]">[% section.text %]</a>
[% UNLESS loop.last %]<br />[% END %]
[% END %]
</p>