]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/configuration/etc/configuration.xml.in
added processor_url to configuration file
[helm.git] / helm / configuration / etc / configuration.xml.in
index 5079df4009a2e02461f816dd9f85c17eeaa85e6e..756286c3ff980c8cea3f4ebae7af825f1702ce8e 100644 (file)
 <!-- http://cs.unibo.it/helm/.                                         -->
 
 <configuration>
- <helm_dir>@CONFIGURATION_HELM_DIR@</helm_dir>
+ <helm_dir>@HELM_LIBRARY_DIR@</helm_dir>
 
- <dtd_dir>@CONFIGURATION_DTD_DIR@</dtd_dir>
- <servers_file>@CONFIGURATION_SERVERS_FILE@</servers_file>
- <uris_dbm>@CONFIGURATION_URIS_DBM@</uris_dbm>
+ <dtd_dir>@HELM_DTD_DIR@</dtd_dir>
+ <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>@CONFIGURATION_TMPDIR@</tmpdir>
+ <tmpdir>@HELM_TMP_DIR@</tmpdir>
 
  <helm_url_path>/home/lpadovan/helm/PARSER/examples</helm_url_path>
  <getheader_url>http://localhost/really_very_local/helm/header/getheader.xml</getheader_url>
@@ -42,5 +42,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:12345/</processor_url>
 </configuration>