type entry = {updated : Date.date; |
author : Cow.Atom.author; |
subject : string; |
body : body; |
permalink : string; |
}val html_of_author : Cow.Atom.author -> Cow.Html.tval atom_date : Date.date -> int * Date.month * int * int * intval body_of_entry : Atom_feed.t -> entry -> Cow.Html.t Lwt.tval html_of_entry : Atom_feed.t -> entry -> Cow.Html.t Lwt.tval html_of_index : Atom_feed.t -> Cow.Html.t Lwt.tval permalink : Atom_feed.t -> entry -> stringval html_of_recent_updates : Atom_feed.t -> entry list -> Cow.Html.tval html_of_page : content:Cow.Html.t Lwt.t -> sidebar:Cow.Html.t -> Cow.Html.t Lwt.tval permalink_exists : string -> entry list -> boolval atom_entry_of_ent : Atom_feed.t -> entry -> Cow.Atom.entry Lwt.tval to_atom : feed:Atom_feed.t -> entries:entry list -> Cow.Atom.feed Lwt.t