.TH "Eliom_atom" 3o 2012-06-11 OCamldoc "" .SH NAME Eliom_atom \- Register an atom feed .SH Module Module Eliom_atom .SH Documentation .sp Module .BI "Eliom_atom" : .B sig end .sp Register an atom feed .sp .sp .sp .sp .I module Reg : .B sig end .sp .sp .I type feed = { notify_updates : .B unit -> unit ; } .sp Needed when used with Pubsubhubbub .sp .sp .I val register_feed : .B path:string list -> .B hubs:Atom_feed.uri list -> .B string -> (unit -> Atom_feed.feed Lwt.t) -> feed .sp Add the needed for each hub in the feed, and communicate with the hub .sp .sp