Added the framework to allow us to populate standards parts of the
[cocanwiki.git] / scripts / cocanwiki_template.mli
1 (* COCANWIKI scripts.
2  * Written by Richard W.M. Jones <rich@merjis.com>.
3  * Copyright (C) 2004 Merjis Ltd.
4  * $Id: cocanwiki_template.mli,v 1.1 2004/09/08 15:46:52 rich Exp $
5  *)
6
7 (** Get template from filename, with no host-specific substitutions. *)
8 val _get_template : string -> Template.template
9
10 (** Get template from filename, with host-specific substitutions. *)
11 val get_template : Dbi.connection -> int -> string -> Template.template