From 883959e875abadf3336e1a93292bc1fcc8f92696 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 16 Feb 2004 17:09:47 +0000 Subject: [PATCH] - triciclo.conf.xml.sample ported to the latest version of Helm_registry - annotations.{url,dir} renamed into local_library.{url,dir} --- helm/gTopLevel/gTopLevel.ml | 8 ++--- helm/gTopLevel/triciclo.conf.xml.sample | 41 +++++++++++++++++-------- 2 files changed, 33 insertions(+), 16 deletions(-) diff --git a/helm/gTopLevel/gTopLevel.ml b/helm/gTopLevel/gTopLevel.ml index 08e6e539a..ba334ac03 100644 --- a/helm/gTopLevel/gTopLevel.ml +++ b/helm/gTopLevel/gTopLevel.ml @@ -398,14 +398,14 @@ let let innertypesuri = UriManager.innertypesuri_of_uri uri in Xml.pp ~quiet:true xmlinnertypes (Some (path ^ ".types.xml")) ; Http_getter.register' innertypesuri - (Helm_registry.get "annotations.url" ^ + (Helm_registry.get "local_library.url" ^ Str.replace_first (Str.regexp "^cic:") "" (UriManager.string_of_uri innertypesuri) ^ ".xml" ) ; (* constant type / variable / mutual inductive types definition *) Xml.pp ~quiet:true xml (Some (path ^ ".xml")) ; Http_getter.register' uri - (Helm_registry.get "annotations.url" ^ + (Helm_registry.get "local_library.url" ^ Str.replace_first (Str.regexp "^cic:") "" (UriManager.string_of_uri uri) ^ ".xml" ) ; @@ -420,7 +420,7 @@ let in Xml.pp ~quiet:true bodyxml' (Some (path ^ ".body.xml")) ; Http_getter.register' bodyuri - (Helm_registry.get "annotations.url" ^ + (Helm_registry.get "local_library.url" ^ Str.replace_first (Str.regexp "^cic:") "" (UriManager.string_of_uri bodyuri) ^ ".xml" ) @@ -433,7 +433,7 @@ exception OpenConjecturesStillThere;; exception WrongProof;; let pathname_of_annuri uristring = - Helm_registry.get "annotations.dir" ^ + Helm_registry.get "local_library.dir" ^ Str.replace_first (Str.regexp "^cic:") "" uristring ;; diff --git a/helm/gTopLevel/triciclo.conf.xml.sample b/helm/gTopLevel/triciclo.conf.xml.sample index d84206e90..7a2a3e305 100644 --- a/helm/gTopLevel/triciclo.conf.xml.sample +++ b/helm/gTopLevel/triciclo.conf.xml.sample @@ -1,15 +1,32 @@ - file:///home/sacerdot/miohelm/objects - file:///home/sacerdot/miohelm/objects - remote - - http://mowgli.cs.unibo.it:58081/ - /public/sacerdot/constanttype - /public/sacerdot/environment - /public/sacerdot/innertypes - /public/sacerdot/currentproof - /public/sacerdot/currentprooftype - - http://mowgli.cs.unibo.it:58080/ + +
+ + /home/sacerdot/helm/local_stuff + + + + http://localhost +
+ + +
+ file://$(users_settings_per_user_work_directory)/objects + $(local_library.dir) +
+
+ remote + $(users_settings.daemons_host):58081 +
+
+ $(users_settings.per_user_work_directory)/constanttype + $(users_settings.per_user_work_directory)/environment + $(users_settings.per_user_work_directory)/innertypes + $(users_settings.per_user_work_directory)/currentproof + $(users_settings.per_user_work_directory)/currentprooftype +
+
+ $(users_settings.daemons_host):58080/ +
-- 2.39.2