]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.conf.xml.sample
version 0.7.1
[helm.git] / helm / matita / matita.conf.xml.sample
index 3209bf1ab5c38a7b7666fedd55f050f1dfdf22d8..56a04d6056836e1196ffb1bb3658526c5c3ebf1b 100644 (file)
@@ -1,33 +1,30 @@
 <?xml version="1.0" encoding="utf-8"?>
 <helm_registry>
   <section name="matita">
-    <key name="glade_file">matita.glade</key>
     <key name="auto_disambiguation">true</key>
+    <key name="environment_trust">true</key>
+    <key name="baseuri">cic:/matita/</key>
+    <key name="basedir">.matita/xml</key>
+    <key name="owner">@@OWNER@@</key>
+<!--     <key name="font_size">10</key> -->
+    <key name="tactics_bar">false</key>
   </section>
-  <section name="mathql_interpreter">
-    <key name="db_map">mathql_db_map.txt</key>
-    <section name="mysql_connection">
-      <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</key>
-    <!-- flags is a string of the following characters:         -->
-    <!-- "P", "Q", "R", "S", "T", "W"                           -->
-    <!-- P selects the PostgreSQL database                      -->
-    <!-- The default database is MySQL                          -->
-    <!-- Q logs the low-level queries (in SQL)                  -->
-    <!-- R logs the result of the executed queries (in MathQL)  -->
-    <!-- S logs the source of the executed queries (in MathQL)  -->
-    <!-- T logs statistical information (query execution times) -->
-    <!-- W logs some warnings (for mathql experts only)         -->
-    <!-- By default the above information is not logged         -->
-    <key name="flags"></key>
+  <section name="db">
+    <!-- <key name="host">localhost</key> -->
+    <key name="host">mowgli.cs.unibo.it</key>
+    <key name="user">helm</key>
+    <key name="database">matita</key>
   </section>
   <section name="getter">
-    <key name="mode">remote</key>
-    <key name="url">http://mowgli.cs.unibo.it:58081/</key>
+    <key name="cache_dir">.matita/getter/cache</key>
+    <key name="dtd_dir">/projects/helm/xml/dtd</key>
+    <key name="prefix">
+      cic:/
+      file:///projects/helm/library/coq_contribs/
+    </key>
+    <key name="prefix">
+      cic:/matita/
+      .matita/xml/matita/
+    </key>
   </section>
 </helm_registry>