package cowabloga

  1. Overview
  2. Docs
module Entry : sig ... end
val to_html : ?sep:Cow.Xml.t -> feed:Atom_feed.t -> entries:Entry.t list -> Cow.Xml.t Lwt.t
val to_atom : feed:Atom_feed.t -> entries:Entry.t list -> Cow.Atom.feed Lwt.t
val recent_posts : ?active:string -> Atom_feed.t -> Entry.t list -> Foundation.Sidebar.t list