]> matita.cs.unibo.it Git - helm.git/commitdiff
reindented
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 7 Jan 2003 18:29:09 +0000 (18:29 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 7 Jan 2003 18:29:09 +0000 (18:29 +0000)
helm/http_getter/http_getter_env.mli

index 95378a3c7ead32b057ece202d0a1ef4fa51cddee..c2ce1a7691cd60fcc44b486a8f5ff2c0f45cc8a9 100644 (file)
  *  http://cs.unibo.it/helm/.
  *)
 
-  open Http_getter_types;;
+open Http_getter_types;;
 
   (* environment gathered data *)
 
-  val xml_dbm       : string        (* XML map DBM file *)
-  val rdf_dbm       : string        (* RDF map DBM file *)
-  val xsl_dbm       : string        (* XSL map DBM file *)
-  val xml_index     : string        (* XMLs' index *)
-  val rdf_index     : string        (* RDFs' index *)
-  val xsl_index     : string        (* XSLTs' index *)
-  val xml_dir       : string        (* XMLs' directory *)
-  val rdf_dir       : string        (* RDFs' directory *)
-  val dtd_dir       : string        (* DTDs' root directory *)
-  val servers_file  : string        (* servers.txt file *)
-  val port          : int           (* port on which getter listens *)
-  val dtd_base_url  : string        (* base URL for DTD downloading *)
+val xml_dbm       : string        (* XML map DBM file *)
+val rdf_dbm       : string        (* RDF map DBM file *)
+val xsl_dbm       : string        (* XSL map DBM file *)
+val xml_index     : string        (* XMLs' index *)
+val rdf_index     : string        (* RDFs' index *)
+val xsl_index     : string        (* XSLTs' index *)
+val xml_dir       : string        (* XMLs' directory *)
+val rdf_dir       : string        (* RDFs' directory *)
+val dtd_dir       : string        (* DTDs' root directory *)
+val servers_file  : string        (* servers.txt file *)
+val port          : int           (* port on which getter listens *)
+val dtd_base_url  : string        (* base URL for DTD downloading *)
 
   (* derived data *)
 
-  val host          : string          (* host on which getter listens *)
-  val my_own_url    : string          (* URL at which contact getter *)
-  val servers       : string list ref (* servers list *)
-  val cache_mode    : http_getter_encoding  (* cached files encoding *)
-  val conf_file     : string          (* configuration file's full path *)
-  val conf_dir      : string          (* directory where conf_file resides *)
+val host          : string          (* host on which getter listens *)
+val my_own_url    : string          (* URL at which contact getter *)
+val servers       : string list ref (* servers list *)
+val cache_mode    : http_getter_encoding  (* cached files encoding *)
+val conf_file     : string          (* configuration file's full path *)
+val conf_dir      : string          (* directory where conf_file resides *)
 
   (* misc *)