Module Arod_component.Feeds

Feeds page component.

Shows aggregated feed entries from contacts ordered by date, forming a planet-style feed reader. Also includes a blogroll sidebar of contacts with registered feeds.

module Contact = Sortal_schema.Contact
module Feed = Sortal_schema.Feed
module FeedEntry = Sortal_feed.Entry
module I = Arod.Icons

Feeds List Page

val feeds_list : ctx:Arod.Ctx.t -> Htmlit.El.html * Htmlit.El.html