From ea4be3e2ab861e8569ee923aff9df23bb3fd8f43 Mon Sep 17 00:00:00 2001
From: Stefano Zacchiroli
- getxml?uri=URI[&format=(normal|gz)][&patch_dtd=(yes|no)]
+ getxml?uri=URI[&format=(normal|gz)][&patch_dtd=(yes|no)]
- register?uri=URI&url=URL
+ register?uri=URI&url=URL
resolve?uri=URI
- getdtd?uri=URI[&patch_dtd=(yes|no)]
+ getdtd?uri=URI[&patch_dtd=(yes|no)]
- getxslt?uri=URI[&patch_dtd=(yes|no)]
+ getxslt?uri=URI[&patch_dtd=(yes|no)]
- add_server?url=URL&position=POSITION
+ add_server?url=URL&position=POSITION
remove_server?position=POSITION
@@ -89,7 +92,7 @@ let usage_string configuration =
getallrdfuris
- ls?baseuri=regexp&format=(txt|xml)
+ ls?baseuri=regexp&format=(txt|xml)
getempty
@@ -99,7 +102,8 @@ let usage_string configuration =
"
- version configuration
+ xhtml_ns helm_ns
+ version configuration
let empty_xml =
"
diff --git a/helm/ocaml/getter/http_getter_const.mli b/helm/ocaml/getter/http_getter_const.mli
index 894ccd645..d532313f0 100644
--- a/helm/ocaml/getter/http_getter_const.mli
+++ b/helm/ocaml/getter/http_getter_const.mli
@@ -30,6 +30,9 @@ val version: string
val conffile: string
val empty_xml: string
+val helm_ns: string (** helm namespace *)
+val xhtml_ns: string (** xhtml namespace *)
+
(** @return an HTML usage string including configuration information passed as
input parameter *)
val usage_string: string -> string
--
2.39.2