]> matita.cs.unibo.it Git - helm.git/commitdiff
fix
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 13 Jun 2005 14:48:34 +0000 (14:48 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 13 Jun 2005 14:48:34 +0000 (14:48 +0000)
helm/matita/matita.conf.xml [deleted file]
helm/matita/matita.conf.xml.sample [new file with mode: 0644]

diff --git a/helm/matita/matita.conf.xml b/helm/matita/matita.conf.xml
deleted file mode 100644 (file)
index b4e6d0f..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<helm_registry>
-  <section name="matita">
-    <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">gares</key>
-<!--     <key name="script_font">Monospace 10</key> -->
-  </section>
-  <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="prefetch">true</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>
diff --git a/helm/matita/matita.conf.xml.sample b/helm/matita/matita.conf.xml.sample
new file mode 100644 (file)
index 0000000..d28c809
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<helm_registry>
+  <section name="matita">
+    <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">mario</key>
+<!--     <key name="script_font">Monospace 10</key> -->
+    <key name="tactics_bar">false</key>
+  </section>
+  <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="prefetch">true</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>
+  </section>
+</helm_registry>