]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml.sample.in
ocaml 3.09 transition
[helm.git] / helm / matita / matita.conf.xml.sample.in
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="user">
4     <key name="home">~</key>
5 <!-- If not specified here, name of the user executing matita will be used -->
6 <!--     <key name="name">foo</key> -->
7   </section>
8   <section name="matita">
9     <key name="auto_disambiguation">true</key>
10     <key name="environment_trust">true</key>
11     <key name="baseuri">cic:/matita/</key>
12     <key name="basedir">$(user.home)/.matita</key>
13     <key name="owner">$(user.name)</key>
14 <!--     <key name="font_size">10</key> -->
15     <key name="tactics_bar">false</key>
16   </section>
17   <section name="db">
18     <!-- <key name="host">localhost</key> -->
19     <key name="host">mowgli.cs.unibo.it</key>
20     <key name="user">helm</key>
21     <key name="database">matita</key>
22   </section>
23   <section name="getter">
24     <key name="cache_dir">$(user.home)/.matita/getter/cache</key>
25     <key name="dtd_dir">/projects/helm/xml/dtd</key>
26     <key name="prefix">
27       cic:/
28       file:///projects/helm/library/coq_contribs/
29     </key>
30     <key name="prefix">
31       cic:/matita/
32       file://$(user.home)/.matita/xml/matita/
33     </key>
34   </section>
35 </helm_registry>