]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/getter/sample.conf.xml
new getter implementation: no more DBM maps
[helm.git] / helm / ocaml / getter / sample.conf.xml
1 <helm_registry>
2   <section name="matita">
3     <key name="owner">luser</key>
4   </section>
5   <section name="getter">
6     <key name="servers_file">/projects/helm/var/servers.txt</key>
7     <key name="prefetch">true</key>
8     <key name="cache_dir">/tmp/helm/cache</key>
9     <key name="maps_dir">/projects/helm/var</key>
10     <key name="dtd_dir">/projects/helm/xml/dtd</key>
11     <key name="port">58081</key>
12     <key name="log_level">180</key>
13     <key name="log_file">/projects/helm/daemons/log/http_getter.log</key>
14     <key name="prefix">
15       cic:/
16       file:///projects/helm/library/coq_contribs/
17     </key>
18     <key name="prefix">
19       cic:/matita/
20       file:///home/zacchiro/helm/matita/.matita/xml/matita/
21     </key>
22     <key name="prefix">
23       theory:/
24       file:///projects/helm/library/theories/
25     </key>
26     <!--
27     <key name="prefix">
28       theory:/residual_theory_in_lambda_calculus/
29       http://helm.cs.unibo.it/~sacerdot/huet_lambda_calculus_mowgli/residual_theory_in_lambda_calculus/
30     </key>
31     <key name="prefix">
32       theory:/IDA/
33       http://mowgli.cs.unibo.it/~sacerdot/ida/IDA/
34     </key>
35     -->
36   </section>
37 </helm_registry>