]> matita.cs.unibo.it Git - helm.git/commitdiff
added processor_url to configuration file
authorLuca Padovani <luca.padovani@unito.it>
Tue, 6 Feb 2001 16:00:42 +0000 (16:00 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Tue, 6 Feb 2001 16:00:42 +0000 (16:00 +0000)
helm/configuration/etc/configuration.dtd
helm/configuration/etc/configuration.xml.in

index 98112ee9d3e194c4828b5e9fbc836c70dcbc5311..5ee2e0dddf31d2c6a5795ad5b1b6ad4f1a065e5a 100644 (file)
@@ -33,7 +33,7 @@
 <!ELEMENT configuration (helm_dir, dtd_dir, servers_file, uris_dbm, dest,
                         indexname, tmpdir, helm_url_path,
                          getheader_url, style_url, webeq_url, webeqp_url,
-                         use_webeqp_url, html_link, getter_url)>
+                         use_webeqp_url, html_link, getter_url, processor_url)>
 
 <!ENTITY % expr '(#PCDATA | value-of)*'>
 
@@ -56,3 +56,4 @@
 <!ELEMENT use_webeqp_url %expr;>
 <!ELEMENT html_link      %expr;>
 <!ELEMENT getter_url     %expr;>
+<!ELEMENT processor_url  %expr;>
index b05eced388be4cea47acd4e8c28efe661d3fbf24..756286c3ff980c8cea3f4ebae7af825f1702ce8e 100644 (file)
@@ -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>