]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/configuration/etc/configuration.xml.in
ocaml 3.09 transition
[helm.git] / helm / configuration / etc / configuration.xml.in
index d1e65434db4e17060751e6c273b00ad61e6cb381..db034369d1508f23a9fcb9f29cef5d5350354229 100644 (file)
@@ -1,15 +1,41 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE configuration SYSTEM "configuration.dtd">
 
+<!-- Copyright (C) 2000, HELM Team                                     -->
+<!--                                                                   -->
+<!-- This file is part of HELM, an Hypertextual, Electronic            -->
+<!-- Library of Mathematics, developed at the Computer Science         -->
+<!-- Department, University of Bologna, Italy.                         -->
+<!--                                                                   -->
+<!-- HELM is free software; you can redistribute it and/or             -->
+<!-- modify it under the terms of the GNU General Public License       -->
+<!-- as published by the Free Software Foundation; either version 2    -->
+<!-- of the License, or (at your option) any later version.            -->
+<!--                                                                   -->
+<!-- HELM is distributed in the hope that it will be useful,           -->
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of    -->
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     -->
+<!-- GNU General Public License for more details.                      -->
+<!--                                                                   -->
+<!-- You should have received a copy of the GNU General Public License -->
+<!-- along with HELM; if not, write to the Free Software               -->
+<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston,            -->
+<!-- MA  02111-1307, USA.                                              -->
+<!--                                                                   -->
+<!-- For details, see the HELM World-Wide-Web page,                    -->
+<!-- http://cs.unibo.it/helm/.                                         -->
+
 <configuration>
- <helm_dir>@CONFIGURATION_HELM_DIR@</helm_dir>
+ <helm_dir>@HELM_LIBRARY_DIR@</helm_dir>
+
+ <dtd_dir>@HELM_DTD_DIR@</dtd_dir>
+ <style_dir>@HELM_STYLE_DIR@</style_dir>
 
- <dtd_dir>@CONFIGURATION_DTD_DIR@</dtd_dir>
- <servers_file>@CONFIGURATION_SERVERS_FILE@</servers_file>
- <uris_dbm>@CONFIGURATION_URIS_DBM@</uris_dbm>
+ <servers_file>@HELM_SERVERS_FILE@</servers_file>
+ <uris_dbm>@HELM_URIS_DBM@</uris_dbm>
  <dest><value-of var="helm_dir"/></dest>
  <indexname>index.txt</indexname>
- <tmpdir>@TMPDIR@</tmpdir>
+ <tmp_dir>@HELM_TMP_DIR@</tmp_dir>
 
  <helm_url_path>/home/lpadovan/helm/PARSER/examples</helm_url_path>
  <getheader_url>http://localhost/really_very_local/helm/header/getheader.xml</getheader_url>
@@ -18,5 +44,6 @@
  <webeqp_url>http://localhost/cgi-bin/helm/webeqp.pl</webeqp_url>
  <use_webeqp_url>http://localhost/cgi-bin/helm/use_webeqp.pl</use_webeqp_url>
  <html_link><value-of var="getheader_url"/>?baseurl=<value-of var="style_url"/>&amp;stylesheet1=rootcontent.xsl&amp;stylesheet2=content_to_html.xsl&amp;xmluri=</html_link>
- <getter_url>http://localhost:8081/get?uri=</getter_url>
+ <getter_url>http://localhost:8081/</getter_url>
+ <processor_url>http://localhost:8080/helm/servlet/uwobo/</processor_url>
 </configuration>