Module Webring.Webring

type config = {
  1. name : string;
    (*

    Display name, e.g. "ring.muhokama.fun".

    *)
  2. url : string;
    (*

    Webring home page.

    *)
  3. member_id : string;
    (*

    This site's member id within the ring.

    *)
  4. base_url : string;
    (*

    Base URL for per-member pred/succ links.

    *)
}

Configuration for a webring membership.

val default_config : config

Default configuration for this site's webring membership.

val navigation : ?config:config -> unit -> [> Html_types.div ] Tyxml.Html.elt

Render the webring navigation block.