]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.conf.xml.sample
...
[helm.git] / helm / matita / matita.conf.xml.sample
index 61ab2d8d6d6b2ea0750cd4b3856ab8759077fa9c..c68c57fa9fe2af81511287807295e7c2dbb2f5f9 100644 (file)
@@ -1,27 +1,28 @@
 <?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">zack</key>
+    <key name="owner">@@OWNER@@</key>
+<!--     <key name="font_size">10</key> -->
+    <key name="tactics_bar">false</key>
   </section>
   <section name="db">
-<!--     <key name="host">localhost</key> -->
+    <!-- <key name="host">localhost</key> -->
     <key name="host">mowgli.cs.unibo.it</key>
     <key name="user">helm</key>
-<!--     <key name="database">mowgli</key> -->
     <key name="database">matita</key>
   </section>
   <section name="getter">
+    <!-- <key name="prefetch">false</key> -->
+    <key name="prefetch">@@PREFETCH@@</key>
     <key name="servers">
       file:///projects/helm/library/coq_contribs
     </key>
     <key name="cache_dir">.matita/getter/cache</key>
     <key name="maps_dir">.matita/getter/maps</key>
     <key name="dtd_dir">/projects/helm/xml/dtd</key>
-<!--     <key name="loglevel">180</key> -->
   </section>
 </helm_registry>