]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/getter/sample.conf.xml
added support for multiple binding of the same prefix (needed by the
[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     <!--
23     <key name="prefix">
24       cic:/universe/
25       http://localhost:9999/
26     </key>
27     -->
28     <key name="prefix">
29       theory:/
30       file:///projects/helm/library/theories/
31     </key>
32     <!--
33     <key name="prefix">
34       theory:/residual_theory_in_lambda_calculus/
35       http://helm.cs.unibo.it/~sacerdot/huet_lambda_calculus_mowgli/residual_theory_in_lambda_calculus/
36     </key>
37     <key name="prefix">
38       theory:/IDA/
39       http://mowgli.cs.unibo.it/~sacerdot/ida/IDA/
40     </key>
41     -->
42     <key name="prefix">
43       xslt:/
44       file:///projects/helm/xml/stylesheets/
45     </key>
46     <key name="prefix">
47       xslt:/
48       file:///projects/helm/xml/stylesheets_ccorn/
49     </key>
50   </section>
51 </helm_registry>