]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/searchEngine.conf.xml.sample
ocaml 3.09 transition
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
index 435552e44e46f77149e6148d7b876719db8d8783..6d646020f7fef7da2fdd1b57c069f1e33758a8c6 100644 (file)
@@ -1,29 +1,62 @@
 <?xml version="1.0" encoding="utf-8"?>
 <helm_registry>
-  <section name="mathql_interpreter">
-   <key name="db_map">mathql_db_map.txt</key>
-   <section name="mysql_connection">
+  <section name="db">
     <key name="host">mowgli.cs.unibo.it</key>
-    <key name="database">mowgli</key>
-    <!-- <key name="port"></key> -->
-    <!-- <key name="password"></key> -->
     <key name="user">helm</key>
-   </section>
-   <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm password=awH21Un</key>
-   <!-- flags is a string of the following characters: "S", "L", "W" -->
-   <!-- S logs statistical information (query execution times)       -->
-   <!-- L logs the low-level queries (in SQL)                        -->
-   <!-- W logs some warnings (for mathql experts only)               -->
-   <!-- By default the above information is not logged               -->
-   <key name="flags"></key>
+    <key name="database">mowgli</key>
   </section>
   <section name="getter">
+    <!-- CSC: it was like that before!
     <key name="mode">remote</key>
-    <key name="url">http://localhost:58081/</key>
+    <key name="url">http://localhost:58081/</key> -->
+    <key name="cache_dir">/tmp/helm/cache</key>
+    <key name="dtd_dir">/projects/helm/xml/dtd</key>
+    <key name="port">58081</key>
+    <key name="log_level">180</key>
+    <key name="log_file">/projects/helm/daemons/log/http_getter.log</key>
+    <key name="prefix">
+      theory:/  file:///projects/helm/library/theories/
+    </key>
+    <key name="prefix">
+      xslt:/    file:///projects/helm/xml/stylesheets_ccorn/
+    </key>
+    <key name="prefix">
+      xslt:/    file:///projects/helm/xml/stylesheets_hanane/
+    </key>
+    <key name="prefix">
+      xslt:/    file:///projects/helm/xml/on-line/xslt/
+    </key>
+    <key name="prefix">
+      xslt:/    file:///projects/helm/nuprl/NuPRL/nuprl_stylesheets/
+    </key>
+    <key name="prefix">
+      nuprl:/   http://www.cs.uwyo.edu/~nuprl/helm-library/
+    </key>
+    <key name="prefix">
+      cic:/     file:///projects/helm/library/coq_contribs/
+    </key>
+    <key name="prefix">
+      xslt:/    file:///projects/helm/xml/stylesheets/
+    </key>
+    <key name="prefix">
+      xslt:/    file:///projects/helm/xml/stylesheets/generated/
+    </key>
+    <key name="prefix">
+      theory:/residual_theory_in_lambda_calculus/
+      http://helm.cs.unibo.it/~sacerdot/huet_lambda_calculus_mowgli/residual_theory_in_lambda_calculus/
+    </key>
+    <key name="prefix">
+      theory:/IDA/
+      http://mowgli.cs.unibo.it/~sacerdot/ida/IDA/
+    </key>
   </section>
   <section name="search_engine">
     <key name="html_dir">html</key>
     <key name="port">58085</key>
-    <key name="valid_servers">mowgli.cs.unibo.it:58080 mowgli.cs.unibo.it localhost:58080</key>
+    <key name="results_per_page">10</key>
+    <!-- file from which restore CicEnvironment status -->
+    <key name="environment_dump">foo.env</key>
+    <key name="notations">/projects/helm/daemons/matita/core_notation.moo</key>
+    <key name="interpretations">/projects/helm/daemons/matita/coq.moo</key>
   </section>
 </helm_registry>