]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/searchEngine.conf.xml.sample
daemons tamed
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
diff --git a/helm/searchEngine/searchEngine.conf.xml.sample b/helm/searchEngine/searchEngine.conf.xml.sample
deleted file mode 100644 (file)
index 6d64602..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<helm_registry>
-  <section name="db">
-    <key name="host">mowgli.cs.unibo.it</key>
-    <key name="user">helm</key>
-    <key name="database">mowgli</key>
-  </section>
-  <section name="getter">
-    <!-- CSC: it was like that before!
-    <key name="mode">remote</key>
-    <key name="url">http://localhost:58081/</key> -->
-    <key name="cache_dir">/tmp/helm/cache</key>
-    <key name="dtd_dir">/projects/helm/xml/dtd</key>
-    <key name="port">58081</key>
-    <key name="log_level">180</key>
-    <key name="log_file">/projects/helm/daemons/log/http_getter.log</key>
-    <key name="prefix">
-      theory:/  file:///projects/helm/library/theories/
-    </key>
-    <key name="prefix">
-      xslt:/    file:///projects/helm/xml/stylesheets_ccorn/
-    </key>
-    <key name="prefix">
-      xslt:/    file:///projects/helm/xml/stylesheets_hanane/
-    </key>
-    <key name="prefix">
-      xslt:/    file:///projects/helm/xml/on-line/xslt/
-    </key>
-    <key name="prefix">
-      xslt:/    file:///projects/helm/nuprl/NuPRL/nuprl_stylesheets/
-    </key>
-    <key name="prefix">
-      nuprl:/   http://www.cs.uwyo.edu/~nuprl/helm-library/
-    </key>
-    <key name="prefix">
-      cic:/     file:///projects/helm/library/coq_contribs/
-    </key>
-    <key name="prefix">
-      xslt:/    file:///projects/helm/xml/stylesheets/
-    </key>
-    <key name="prefix">
-      xslt:/    file:///projects/helm/xml/stylesheets/generated/
-    </key>
-    <key name="prefix">
-      theory:/residual_theory_in_lambda_calculus/
-      http://helm.cs.unibo.it/~sacerdot/huet_lambda_calculus_mowgli/residual_theory_in_lambda_calculus/
-    </key>
-    <key name="prefix">
-      theory:/IDA/
-      http://mowgli.cs.unibo.it/~sacerdot/ida/IDA/
-    </key>
-  </section>
-  <section name="search_engine">
-    <key name="html_dir">html</key>
-    <key name="port">58085</key>
-    <key name="results_per_page">10</key>
-    <!-- file from which restore CicEnvironment status -->
-    <key name="environment_dump">foo.env</key>
-    <key name="notations">/projects/helm/daemons/matita/core_notation.moo</key>
-    <key name="interpretations">/projects/helm/daemons/matita/coq.moo</key>
-  </section>
-</helm_registry>