Provided by: libeliom-ocaml-doc_3.0.3-4build2_all bug

NAME

       Eliom_atom - Register an atom feed

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