]> matita.cs.unibo.it Git - helm.git/blob - helm/configuration/etc/configuration.xml.in
ocaml 3.09 transition
[helm.git] / helm / configuration / etc / configuration.xml.in
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE configuration SYSTEM "configuration.dtd">
3
4 <!-- Copyright (C) 2000, HELM Team                                     -->
5 <!--                                                                   -->
6 <!-- This file is part of HELM, an Hypertextual, Electronic            -->
7 <!-- Library of Mathematics, developed at the Computer Science         -->
8 <!-- Department, University of Bologna, Italy.                         -->
9 <!--                                                                   -->
10 <!-- HELM is free software; you can redistribute it and/or             -->
11 <!-- modify it under the terms of the GNU General Public License       -->
12 <!-- as published by the Free Software Foundation; either version 2    -->
13 <!-- of the License, or (at your option) any later version.            -->
14 <!--                                                                   -->
15 <!-- HELM is distributed in the hope that it will be useful,           -->
16 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of    -->
17 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     -->
18 <!-- GNU General Public License for more details.                      -->
19 <!--                                                                   -->
20 <!-- You should have received a copy of the GNU General Public License -->
21 <!-- along with HELM; if not, write to the Free Software               -->
22 <!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston,            -->
23 <!-- MA  02111-1307, USA.                                              -->
24 <!--                                                                   -->
25 <!-- For details, see the HELM World-Wide-Web page,                    -->
26 <!-- http://cs.unibo.it/helm/.                                         -->
27
28 <configuration>
29  <helm_dir>@HELM_LIBRARY_DIR@</helm_dir>
30
31  <dtd_dir>@HELM_DTD_DIR@</dtd_dir>
32  <style_dir>@HELM_STYLE_DIR@</style_dir>
33
34  <servers_file>@HELM_SERVERS_FILE@</servers_file>
35  <uris_dbm>@HELM_URIS_DBM@</uris_dbm>
36  <dest><value-of var="helm_dir"/></dest>
37  <indexname>index.txt</indexname>
38  <tmp_dir>@HELM_TMP_DIR@</tmp_dir>
39
40  <helm_url_path>/home/lpadovan/helm/PARSER/examples</helm_url_path>
41  <getheader_url>http://localhost/really_very_local/helm/header/getheader.xml</getheader_url>
42  <style_url>http://localhost/really_very_local/helm/style/</style_url>
43  <webeq_url>http://localhost/cgi-bin/helm/webeq.pl</webeq_url>
44  <webeqp_url>http://localhost/cgi-bin/helm/webeqp.pl</webeqp_url>
45  <use_webeqp_url>http://localhost/cgi-bin/helm/use_webeqp.pl</use_webeqp_url>
46  <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>
47  <getter_url>http://localhost:8081/</getter_url>
48  <processor_url>http://localhost:8080/helm/servlet/uwobo/</processor_url>
49 </configuration>