package cowabloga

  1. Overview
  2. Docs
type t = {
  1. title : string;
  2. subtitle : string option;
  3. base_uri : string;
  4. id : string;
  5. rights : string option;
  6. author : Cow.Atom.author option;
  7. read_entry : string -> Cow.Html.t Lwt.t;
}

An Atom feed: metadata plus a way to retrieve entries.