(* Library of functions useful for people implementing a Wiki. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. * $Id: wikilib.mli,v 1.1 2004/09/07 10:14:10 rich Exp $ *) type genurl_error_t = GenURL_OK of string | GenURL_TooShort | GenURL_BadURL | GenURL_Duplicate of string val generate_url_of_title : Dbi.connection -> int -> string -> genurl_error_t val xhtml_of_content : Dbi.connection -> int -> string -> string val text_of_xhtml : string -> string