X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgetter%2Fhttp_getter_env.mli;h=7d2d1632e16a217ac0a93afe6cff83c3f497932e;hb=de9a83f286eee12117fb478ea2db18f7faebac9a;hp=d3bc7f319ebb0b5b14673e33474e4488770d593a;hpb=f0e7ce0a6e8c15f198fab4d567b884a8ef7f6b0b;p=helm.git diff --git a/helm/ocaml/getter/http_getter_env.mli b/helm/ocaml/getter/http_getter_env.mli index d3bc7f319..7d2d1632e 100644 --- a/helm/ocaml/getter/http_getter_env.mli +++ b/helm/ocaml/getter/http_getter_env.mli @@ -35,9 +35,12 @@ val version : string (* getter version *) (* {2 environment gathered data} *) val cic_dbm : string lazy_t (* XML map DBM file for CIC *) +val cic_dbm_real : string lazy_t (* XML map DBM file for CIC ^ ".pag"*) val nuprl_dbm : string lazy_t (* XML map DBM file for NuPRL *) val rdf_dbm : string lazy_t (* RDF map DBM file *) val xsl_dbm : string lazy_t (* XSL map DBM file *) +val dump_file : string lazy_t (* CIC DBM tree dump file *) +val prefetch : bool lazy_t (* prefetch URIs tree? *) val xml_index : string lazy_t (* XMLs' index *) val rdf_index : string lazy_t (* RDFs' index *) val xsl_index : string lazy_t (* XSLTs' index *) @@ -45,7 +48,7 @@ val cic_dir : string lazy_t (* XMLs' directory for CIC*) val nuprl_dir : string lazy_t (* XMLs' directory for NuPRL*) val rdf_dir : string lazy_t (* RDFs' directory *) val dtd_dir : string lazy_t (* DTDs' root directory *) -val servers_file : string lazy_t (* servers.txt file *) +val servers_file : string option lazy_t (* servers.txt file *) val port : int lazy_t (* port on which getter listens *) val dtd_base_urls : string list lazy_t (* base URLs for document patching *)