]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml.sample.in
matitamake stuff:
[helm.git] / helm / matita / matita.conf.xml.sample.in
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">@USER_HOME@/.matita</key>
8     <key name="owner">@USER_NAME@</key>
9 <!--     <key name="font_size">10</key> -->
10     <key name="tactics_bar">false</key>
11   </section>
12   <section name="db">
13     <!-- <key name="host">localhost</key> -->
14     <key name="host">mowgli.cs.unibo.it</key>
15     <key name="user">helm</key>
16     <key name="database">matita</key>
17   </section>
18   <section name="getter">
19     <key name="cache_dir">@USER_HOME@/.matita/getter/cache</key>
20     <key name="dtd_dir">/projects/helm/xml/dtd</key>
21     <key name="prefix">
22       cic:/
23       file:///projects/helm/library/coq_contribs/
24     </key>
25     <key name="prefix">
26       cic:/matita/
27       file://@USER_HOME@/.matita/xml/matita/
28     </key>
29   </section>
30 </helm_registry>