Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Cowabloga.FeedGenerate an aggregated link feed from all the other feeds
type feed = [ | `Blog of Atom_feed.t * Blog.Entry.t list| `Wiki of Atom_feed.t * Wiki.entry list| `Links of Atom_feed.t * Links.t list ]val feed_uri :
[< `Blog of Atom_feed.t | `Links of Atom_feed.t | `Wiki of Atom_feed.t ] ->
Uri.tval to_atom_entries :
feed list ->
(Cow.Atom.entry
* [> `Blog of Atom_feed.t | `Links of Atom_feed.t | `Wiki of Atom_feed.t ])
list
Lwt.tval to_html : ?limit:int -> feed list -> Cow.Html.t Lwt.tval permalink : Atom_feed.t -> string -> stringval to_atom : meta:Atom_feed.t -> feeds:feed list -> Cow.Atom.feed Lwt.t