]> matita.cs.unibo.it Git - helm.git/commitdiff
added style_dir in configuration file
authorLuca Padovani <luca.padovani@unito.it>
Thu, 8 Feb 2001 10:05:20 +0000 (10:05 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Thu, 8 Feb 2001 10:05:20 +0000 (10:05 +0000)
tmpdir is now tmp_dir

helm/configuration/etc/configuration.dtd
helm/configuration/etc/configuration.xml.in

index 5ee2e0dddf31d2c6a5795ad5b1b6ad4f1a065e5a..8fc5612a853eaef0e3e678454b61b48c1322a5f4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- Copyright (C) 2000, HELM Team                                     -->
 <!--                                                                   -->
@@ -30,8 +30,8 @@
 <!--  Last Revision: June 6 2000, Claudio Sacerdoti Coen             -->
 <!--*****************************************************************-->
 
-<!ELEMENT configuration (helm_dir, dtd_dir, servers_file, uris_dbm, dest,
-                        indexname, tmpdir, helm_url_path,
+<!ELEMENT configuration (helm_dir, dtd_dir, style_dir, servers_file, uris_dbm, dest,
+                        indexname, tmp_dir, helm_url_path,
                          getheader_url, style_url, webeq_url, webeqp_url,
                          use_webeqp_url, html_link, getter_url, processor_url)>
 
 
 <!ELEMENT helm_dir       %expr;>
 <!ELEMENT dtd_dir        %expr;>
+<!ELEMENT style_dir      %expr;>
 <!ELEMENT servers_file   %expr;>
 <!ELEMENT uris_dbm       %expr;>
 <!ELEMENT dest           %expr;>
 <!ELEMENT indexname      %expr;>
-<!ELEMENT tmpdir         %expr;>
+<!ELEMENT tmp_dir        %expr;>
 <!ELEMENT helm_url_path  %expr;>
 <!ELEMENT getheader_url  %expr;>
 <!ELEMENT style_url      %expr;>
index 756286c3ff980c8cea3f4ebae7af825f1702ce8e..db034369d1508f23a9fcb9f29cef5d5350354229 100644 (file)
  <helm_dir>@HELM_LIBRARY_DIR@</helm_dir>
 
  <dtd_dir>@HELM_DTD_DIR@</dtd_dir>
+ <style_dir>@HELM_STYLE_DIR@</style_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>@HELM_TMP_DIR@</tmpdir>
+ <tmp_dir>@HELM_TMP_DIR@</tmp_dir>
 
  <helm_url_path>/home/lpadovan/helm/PARSER/examples</helm_url_path>
  <getheader_url>http://localhost/really_very_local/helm/header/getheader.xml</getheader_url>
@@ -43,5 +45,5 @@
  <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/</getter_url>
- <processor_url>http://localhost:12345/</processor_url>
+ <processor_url>http://localhost:8080/helm/servlet/uwobo/</processor_url>
 </configuration>