Module Cowabloga.Atom_feed

type t = {
title : string;
subtitle : string option;
base_uri : string;
id : string;
rights : string option;
author : Cow.Atom.author option;
read_entry : string -> Cow.Html.t Lwt.t;
}

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