]> matita.cs.unibo.it Git - helm.git/blob - helm/software/daemons/whelp/searchEngine.conf.xml.sample
Preparing for 0.5.9 release.
[helm.git] / helm / software / daemons / whelp / searchEngine.conf.xml.sample
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="user">
4     <key name="home">$(HOME)</key>
5     <key name="name">$(USER)</key>
6   </section>
7   <section name="db">
8   <!-- this works, but a flag to make the DB stuff not complain if no
9        user or library DB is provided should be added -->
10     <key name="metadata">mysql://mowgli.cs.unibo.it mowgli helm none legacy</key>
11     <key name="metadata">file:///tmp/ dust.db helm none user</key>
12     <key name="metadata">file:///tmp/ dust1.db helm none library</key>
13   </section>
14   <section name="getter">
15     <!-- CSC: it was like that before!
16     <key name="mode">remote</key>
17     <key name="url">http://localhost:58081/</key> -->
18     <key name="cache_dir">/tmp/helm/cache</key>
19     <key name="dtd_dir">/projects/helm/xml/dtd</key>
20     <key name="port">58081</key>
21     <key name="log_level">180</key>
22     <key name="log_file">/projects/helm/daemons/log/http_getter.log</key>
23     <key name="prefix">
24       theory:/  file:///projects/helm/library/theories/
25     </key>
26     <key name="prefix">
27       xslt:/    file:///projects/helm/xml/stylesheets_ccorn/
28     </key>
29     <key name="prefix">
30       xslt:/    file:///projects/helm/xml/stylesheets_hanane/
31     </key>
32     <key name="prefix">
33       xslt:/    file:///projects/helm/xml/on-line/xslt/
34     </key>
35     <key name="prefix">
36       xslt:/    file:///projects/helm/nuprl/NuPRL/nuprl_stylesheets/
37     </key>
38     <key name="prefix">
39       nuprl:/   http://www.cs.uwyo.edu/~nuprl/helm-library/
40     </key>
41     <key name="prefix">
42       cic:/     file:///projects/helm/library/coq_contribs/
43     </key>
44     <key name="prefix">
45       xslt:/    file:///projects/helm/xml/stylesheets/
46     </key>
47     <key name="prefix">
48       xslt:/    file:///projects/helm/xml/stylesheets/generated/
49     </key>
50     <key name="prefix">
51       theory:/residual_theory_in_lambda_calculus/
52       http://helm.cs.unibo.it/~sacerdot/huet_lambda_calculus_mowgli/residual_theory_in_lambda_calculus/
53     </key>
54     <key name="prefix">
55       theory:/IDA/
56       http://mowgli.cs.unibo.it/~sacerdot/ida/IDA/
57     </key>
58   </section>
59   <section name="search_engine">
60     <key name="html_dir">html</key>
61     <key name="port">58085</key>
62     <key name="results_per_page">10</key>
63     <!-- file from which restore CicEnvironment status -->
64     <key name="environment_dump">foo.env</key>
65     <key name="notations">/projects/helm/daemons/matita/core_notation.moo</key>
66     <key name="interpretations">/projects/helm/daemons/matita/coq.moo</key>
67   </section>
68 </helm_registry>