]> matita.cs.unibo.it Git - helm.git/blob - helm/configuration/etc/configuration.xml.in
...
[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 <configuration>
5  <helm_dir>@CONFIGURATION_HELM_DIR@</helm_dir>
6
7  <dtd_dir>@CONFIGURATION_DTD_DIR@</dtd_dir>
8  <servers_file>@CONFIGURATION_SERVERS_FILE@</servers_file>
9  <uris_dbm>@CONFIGURATION_URIS_DBM@</uris_dbm>
10  <dest><value-of var="helm_dir"/></dest>
11  <indexname>index.txt</indexname>
12  <tmpdir>@CONFIGURATION_TMPDIR@</tmpdir>
13
14  <helm_url_path>/home/lpadovan/helm/PARSER/examples</helm_url_path>
15  <getheader_url>http://localhost/really_very_local/helm/header/getheader.xml</getheader_url>
16  <style_url>http://localhost/really_very_local/helm/style/</style_url>
17  <webeq_url>http://localhost/cgi-bin/helm/webeq.pl</webeq_url>
18  <webeqp_url>http://localhost/cgi-bin/helm/webeqp.pl</webeqp_url>
19  <use_webeqp_url>http://localhost/cgi-bin/helm/use_webeqp.pl</use_webeqp_url>
20  <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>
21  <getter_url>http://localhost:8081/get?uri=</getter_url>
22 </configuration>