Module

Module Eliom_atom

Documentation

Module Eliom_atom : sig end

Register an atom feed

module Reg : sig end

type feed = { notify_updates : unit -> unit ; }

Needed when used with Pubsubhubbub

val register_feed : path:string list -> hubs:Atom_feed.uri list -> string -> (unit -> Atom_feed.feed Lwt.t) -> feed

Add the needed <link rel="hub" ...> for each hub in the feed, and communicate with the hub