]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml
- set monospace buffer using modify_font widget method
[helm.git] / helm / matita / matita.conf.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="matita">
4     <key name="auto_disambiguation">true</key>
5     <key name="environment_trust">true</key>
6     <key name="baseuri">cic:/matita/</key>
7     <key name="basedir">.matita/xml</key>
8     <key name="owner">gares</key>
9 <!--     <key name="script_font">Monospace 10</key> -->
10   </section>
11   <section name="db">
12     <!-- <key name="host">localhost</key> -->
13     <key name="host">mowgli.cs.unibo.it</key>
14     <key name="user">helm</key>
15     <key name="database">matita</key>
16   </section>
17   <section name="getter">
18     <key name="prefetch">true</key>
19     <key name="servers">
20       file:///projects/helm/library/coq_contribs
21     </key>
22     <key name="cache_dir">.matita/getter/cache</key>
23     <key name="maps_dir">.matita/getter/maps</key>
24     <key name="dtd_dir">/projects/helm/xml/dtd</key>
25 <!--     <key name="loglevel">180</key> -->
26   </section>
27 </helm_registry>