Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Wiki_self_services.Servpages

module Servpages : Hashtbl.Make(sig  type t = Wiki_types.wiki  val equal : 'a -> 'a -> bool  val hash : 'a -> intend)

This file define some tables that contain the services that are dynamically associated to a given wiki:

  • the service that answers for a page of the wiki (two services: attached and non-attached).
  • the service that answers for the css of the wiki

The other services for wikis take the wiki as argument, and are defined in Wiki_services.

The tables below are updated in the function register_wiki of Wiki_services.