Module Site


module Site: sig .. end
Mediawiki site manipulation


val create : string -> string -> string -> site
create name url lang creates a mediawiki site where name is the name of the wiki, url is the URL of the API and lang is the ISO code of the language of the wiki.
val wikipedia : string -> site
Create a Wikipedia site from a given language.
val wikisource : string -> site
Create a Wikisource site from a given language.
val wikicommons : site
Wikimedia Commons.