You are here: Browse Railsplugins Mephisto Countdown
So basically, you just do this in your layout:
Blogroll
{{ "id" | bloglines: "folder", "target" }}
Where “id” is your user name (not your email address, but the one for your Bloglines blog). The arguments are optional: “folder” would be the name of the folder you would like to show and “target” would be the target for of generated links, i.e. “_blank”. These are about the same option you have, when showing your blog roll with the help of http://www.bloglines.com/help/share?tip=4
I don’t like the HTML Bloglines generates, so there is a second option for a list output, with the same arguments:
Blogroll
{{ "id" | bloglines_ul: "folder", "target" }}
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly