]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/searchEngine.conf.xml.sample
ocaml 3.09 transition
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="db">
4     <key name="host">mowgli.cs.unibo.it</key>
5     <key name="user">helm</key>
6     <key name="database">mowgli</key>
7   </section>
8   <section name="getter">
9     <!-- CSC: it was like that before!
10     <key name="mode">remote</key>
11     <key name="url">http://localhost:58081/</key> -->
12     <key name="cache_dir">/tmp/helm/cache</key>
13     <key name="dtd_dir">/projects/helm/xml/dtd</key>
14     <key name="port">58081</key>
15     <key name="log_level">180</key>
16     <key name="log_file">/projects/helm/daemons/log/http_getter.log</key>
17     <key name="prefix">
18       theory:/  file:///projects/helm/library/theories/
19     </key>
20     <key name="prefix">
21       xslt:/    file:///projects/helm/xml/stylesheets_ccorn/
22     </key>
23     <key name="prefix">
24       xslt:/    file:///projects/helm/xml/stylesheets_hanane/
25     </key>
26     <key name="prefix">
27       xslt:/    file:///projects/helm/xml/on-line/xslt/
28     </key>
29     <key name="prefix">
30       xslt:/    file:///projects/helm/nuprl/NuPRL/nuprl_stylesheets/
31     </key>
32     <key name="prefix">
33       nuprl:/   http://www.cs.uwyo.edu/~nuprl/helm-library/
34     </key>
35     <key name="prefix">
36       cic:/     file:///projects/helm/library/coq_contribs/
37     </key>
38     <key name="prefix">
39       xslt:/    file:///projects/helm/xml/stylesheets/
40     </key>
41     <key name="prefix">
42       xslt:/    file:///projects/helm/xml/stylesheets/generated/
43     </key>
44     <key name="prefix">
45       theory:/residual_theory_in_lambda_calculus/
46       http://helm.cs.unibo.it/~sacerdot/huet_lambda_calculus_mowgli/residual_theory_in_lambda_calculus/
47     </key>
48     <key name="prefix">
49       theory:/IDA/
50       http://mowgli.cs.unibo.it/~sacerdot/ida/IDA/
51     </key>
52   </section>
53   <section name="search_engine">
54     <key name="html_dir">html</key>
55     <key name="port">58085</key>
56     <key name="results_per_page">10</key>
57     <!-- file from which restore CicEnvironment status -->
58     <key name="environment_dump">foo.env</key>
59     <key name="notations">/projects/helm/daemons/matita/core_notation.moo</key>
60     <key name="interpretations">/projects/helm/daemons/matita/coq.moo</key>
61   </section>
62 </helm_registry>