]> matita.cs.unibo.it Git - helm.git/blob - helm/configuration/etc/configuration.xml.in
added LICENSE
[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>@CONFIGURATION_HELM_DIR@</helm_dir>
30
31  <dtd_dir>@CONFIGURATION_DTD_DIR@</dtd_dir>
32  <servers_file>@CONFIGURATION_SERVERS_FILE@</servers_file>
33  <uris_dbm>@CONFIGURATION_URIS_DBM@</uris_dbm>
34  <dest><value-of var="helm_dir"/></dest>
35  <indexname>index.txt</indexname>
36  <tmpdir>@CONFIGURATION_TMPDIR@</tmpdir>
37
38  <helm_url_path>/home/lpadovan/helm/PARSER/examples</helm_url_path>
39  <getheader_url>http://localhost/really_very_local/helm/header/getheader.xml</getheader_url>
40  <style_url>http://localhost/really_very_local/helm/style/</style_url>
41  <webeq_url>http://localhost/cgi-bin/helm/webeq.pl</webeq_url>
42  <webeqp_url>http://localhost/cgi-bin/helm/webeqp.pl</webeqp_url>
43  <use_webeqp_url>http://localhost/cgi-bin/helm/use_webeqp.pl</use_webeqp_url>
44  <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>
45  <getter_url>http://localhost:8081/get?uri=</getter_url>
46 </configuration>