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