X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fsitemap.ml;h=ecf0d81d0641af4d2ada46ae6fa249c736fe56e3;hb=a9168cad656af034b671c9dea53057845e2196c9;hp=39e17918454ba4ce09937871feb9b06dcf7f4de8;hpb=714e5e5b4b585da1eca55274e3903ee9a1dbf0d6;p=cocanwiki.git diff --git a/scripts/sitemap.ml b/scripts/sitemap.ml index 39e1791..ecf0d81 100644 --- a/scripts/sitemap.ml +++ b/scripts/sitemap.ml @@ -1,7 +1,7 @@ (* COCANWIKI scripts. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: sitemap.ml,v 1.2 2004/09/07 13:40:10 rich Exp $ + * $Id: sitemap.ml,v 1.3 2004/09/07 14:58:34 rich Exp $ *) open Apache @@ -9,10 +9,10 @@ open Registry open Cgi open Printf -open Merjisforwiki - open Cocanwiki open Cocanwiki_template +open Cocanwiki_date +open Cocanwiki_strings let template = get_template "sitemap.html"