type t = {
updated : Date.date; |
authors : Cow.Atom.author list; |
subject : string; |
permalink : string; |
body : string; |
}
val permalink : Atom_feed.t -> t -> string
val to_html : feed:Atom_feed.t -> entry:t -> Cow.Html.t Lwt.t
val to_atom : Atom_feed.t -> t -> Cow.Atom.entry Lwt.t