Scroll to navigation

Eliom_atom(3o) Eliom_atom(3o)

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
 
 
 
2012-06-11 OCamldoc