X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_env.mli;h=2f71d5735c59c55083908df706e0ae8737ec0121;hb=bbb280d199ff7b34f7ec00f632bfada722fd1037;hp=c2ce1a7691cd60fcc44b486a8f5ff2c0f45cc8a9;hpb=39d7157312213114f81948978510bed7d85a7610;p=helm.git diff --git a/helm/http_getter/http_getter_env.mli b/helm/http_getter/http_getter_env.mli index c2ce1a769..2f71d5735 100644 --- a/helm/http_getter/http_getter_env.mli +++ b/helm/http_getter/http_getter_env.mli @@ -1,5 +1,7 @@ (* - * Copyright (C) 2003, HELM Team. + * Copyright (C) 2003: + * Stefano Zacchiroli + * for the HELM Team http://helm.cs.unibo.it/ * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -21,11 +23,15 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) open Http_getter_types;; + (* general information *) + +val version : string (* getter version *) + (* environment gathered data *) val xml_dbm : string (* XML map DBM file *)