]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/sample.conf.xml
new getter implementation: no more DBM maps
[helm.git] / helm / ocaml / getter / sample.conf.xml
diff --git a/helm/ocaml/getter/sample.conf.xml b/helm/ocaml/getter/sample.conf.xml
new file mode 100644 (file)
index 0000000..52f383f
--- /dev/null
@@ -0,0 +1,37 @@
+<helm_registry>
+  <section name="matita">
+    <key name="owner">luser</key>
+  </section>
+  <section name="getter">
+    <key name="servers_file">/projects/helm/var/servers.txt</key>
+    <key name="prefetch">true</key>
+    <key name="cache_dir">/tmp/helm/cache</key>
+    <key name="maps_dir">/projects/helm/var</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">
+      cic:/
+      file:///projects/helm/library/coq_contribs/
+    </key>
+    <key name="prefix">
+      cic:/matita/
+      file:///home/zacchiro/helm/matita/.matita/xml/matita/
+    </key>
+    <key name="prefix">
+      theory:/
+      file:///projects/helm/library/theories/
+    </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>
+</helm_registry>