]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.conf.xml.sample
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / matita / matita.conf.xml.sample
diff --git a/helm/matita/matita.conf.xml.sample b/helm/matita/matita.conf.xml.sample
deleted file mode 100644 (file)
index 3209bf1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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>
-  </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>
-  <section name="getter">
-    <key name="mode">remote</key>
-    <key name="url">http://mowgli.cs.unibo.it:58081/</key>
-  </section>
-</helm_registry>