Day: <span>May 11, 2002</span>

Whoops — that experiment didn’t work. I know why too — the static rendering code in Radio doesn’t set uri in the pagetable, and the directory-rendering code expects it to be there. Have to figure out how to fix that next…

Update: It works!

Jake's Radio 'Blog

Comments closed

Experimenting — this macro renders the top-level of the Radio UserLand directory in my weblog:

<%radio.macros.viewDirectory (“http://radio.userland.com/discuss/reader$6742.opml”, directoryHomeUrl:”http://radio.userland.com/directory/6742″)%>

Here’s the output of the above:

Can’t call the script “viewDirectory” because it doesn’t define a parameter named “directoryHomeUrl”

I should probably add some CSS class names to the output HTML, so that I can customize the appearance.

Also, it would be nice to have an optional parameter that tells the directory rendering code to make the text of the items links, and another to tell it not to use the little icons. That would make it easy to create a blog-roll in OPML…

Jake's Radio 'Blog

Comments closed